diff --git a/.gitignore b/.gitignore index 760e148..9d91966 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ __pycache__/ neutron/data/ neutron/work/ photon/cache/ +ampoule/work/ diff --git a/README.md b/README.md index ee91ee4..a13eeed 100644 --- a/README.md +++ b/README.md @@ -309,6 +309,7 @@ Every component except one is either routine nuclear physics or recently demonst | [simulator/](simulator/) | the digital twin: a Tier 1 machine run decay by decay, validated against exact enumeration, with decays per sample and energy per sample measured | | [neutron/](neutron/) | the keystone at reactor scale, computed: the two region subcritical gate in OpenMC with the official ENDF/B-VIII.0 library, calibrated against three ICSBEP handbook criticals; gain, the fission matrix and its eigenvalue check, transfer curves under two absorbers, the truth tables, the superposition check, level restoration spectra, the clock and gain bandwidth product, and the temperature coefficient that prices the veto | | [photon/](photon/) | the photon keystone searched for in ENSDF: every gateway of every isomer that holds a bit for a second, in observed and allowed classes, with its release cascade; every level restoring coincidence within rotor reach and the areal density wall each one meets; every isomer with a signal gateway and a veto gateway; the NEEC class ranked | +| [ampoule/](ampoule/) | the sealed machine in real photon transport: the vessel of the build note in OpenMC with ENDF/B-VIII.0 photoatomic data and its own beta spectra, calibrated against XCOM and the thick target rule; the photon budget, site rates in plastic and in CsI, pile up, the collar's transfer curve, the 64 × 64 Green's function and what the septum does to it, the boundary count rate, the energy budget, and the dose outside | | [transistor/](transistor/) | the reference transistor: one pinout at three scales, the valve, the datasheet with characteristic curves and maximum ratings; with four accompanying notes: [SEALED.md](transistor/SEALED.md) (the machine), [EMBODIMENT.md](transistor/EMBODIMENT.md) (the build, at assembly grade), [VALVE.md](transistor/VALVE.md) (the logic), [COMPONENTS.md](transistor/COMPONENTS.md) (the full inventory of a working computer, missing pieces simulated), [POWER.md](transistor/POWER.md) (the metabolism), and [SCALING.md](transistor/SCALING.md) (the trajectory) | --- @@ -403,15 +404,30 @@ Two lines of the theory change as a result. The convertible class of Section 2 i --- +## The ampoule, transported + +The sealed machine of the two notes above was a design at assembly grade whose every number, beyond the decay constants, was an assumption. [ampoule/](ampoule/) builds the vessel shell by shell in OpenMC with the official ENDF/B-VIII.0 photoatomic library, drives it with the beta spectra of its own ⁹⁰Sr/⁹⁰Y core through a thick target bremsstrahlung treatment, calibrates the instrument first (attenuation to 0.4 percent of NIST XCOM, slab transmission to 1.0 percent of the exponential, thick target yields within the rule's own tolerance), and replaces the assumptions with tallies. + +- **The light is scarce and hard.** A gigabecquerel of each nuclide makes 0.0569 bremsstrahlung photons per decay, and its own pellet and capsule absorb the soft majority of them: **43.9 M/s** leave the core, at a mean energy of 252 keV, while the vessel deposits 183 µW against the ledger's 181 µW per GBq. Everything the compute shell, the boundary and the shield do, they do with that. +- **The budget closes only where the cells are dense.** The boundary ring counts **3.25 M/s**, 7% of the photons leaving the core but 0.33× the note's 10⁷ per second, so the precision law gives 50 eight bit reads per second where the note priced 153. The 64 sites, as 2 mm plastic cells, see 32.9 k/s of interactions together, 0.033× the proposal budget the sampler was priced at; the same cells in CsI, the note's other option, see **1.02 M/s**, 31× more, which meets the budget. The build note is amended: the cells are CsI, and the mouth is a factor 3.0 narrower than it was priced. +- **The weights are small and the controls are knobs.** The Green's function between sites, measured 64 × 64, puts a nearest neighbour coupling at 3×10⁻⁵ per photon and the whole fan out of a site to its 63 neighbours at 0.1%: the fan out tax of theory Section 1.3 for a real shell, three orders below the compiler's toy fabric, and an attenuation of 3×10⁴ per hop. The tungsten collar, the reference transistor's GATE terminal, has an ON/OFF contrast of 6.34 with plastic cells and 11.94 with CsI, and the lead septum, the build note's inhibitory blocking, leaves the coupling it sits across at 0.49 of its open value against 1.00 on the unshielded side. Both are filters for a hard spectrum, not barriers: the same finding as the cadmium sheet of the neutron gate, for the same reason. +- **The wall is thinner than the spectrum.** 3.4 M/s escape the shield, 7.7% of what left the core at a mean 565 keV, and the ambient dose rate is **67.8 µSv/h** at the titanium wall and **0.261 µSv/h** at one metre (ICRP 116). The build note deferred this figure to the builder; it is now on the table, and it says a gigabecquerel ⁹⁰Sr ampoule behind 4 mm of lead is an instrument for a lead pot, which is the licence class the note already gave it. + +![The ampoule in photon transport](figures/fig17_ampoule.svg) + +The machine the theory can seal today is therefore a rate coded sampler whose photons are hard, whose weights are small, whose mouth is narrower than it was priced, and whose two mechanical controls are analog. Every one of those adjectives was an adjective; each is now a number, and the notes are corrected where the numbers say so. + +--- + ## Open problems and how to contribute 1. **Keystone:** propose or measure a compact state meeting the leak condition with β>1 *in a level restoring or convertible class* (theory, Section 2). *This is problem number one.* A concrete, computable subproblem: search ENSDF for heterogeneous pairs of isomers whose cascade lines and gateway lines are mutually resonant (gate A's output pumps gate B and vice versa); the search space is already tabulated in `/gates`. The computed neutron gate ([neutron/](neutron/)) adds a second requirement that the photon sector had not been asked for: the state must also supply a *signal controlled inhibition*, because the only one the neutron sector has is heat and it is worth a fraction of the gain. A gate with gain but no inversion is a linear amplifier with a comparator bolted to its boundary, and the machine it builds is the Bernstein machine of Section 6 with better numbers, not a logic family. 2. Tighten the throughput law for fan out reuse: when is a count "spent"? 3. A learning rule: aperture update Δα ∝ coincidence(pre,post) is Hebbian or STDP using the *same* coincidence primitive as the AND gate (Appendix B.4); formalize and simulate. -4. Transport level 𝒢 for a real geometry that implements a target weight matrix (signed weights via complementary channels). +4. Transport level 𝒢 for a real geometry that implements a target weight matrix (signed weights via complementary channels). *The measurement half is done:* [ampoule/](ampoule/) has the 64 × 64 Green's function of the build note's compute shell, nearest neighbour weights of 3×10⁻⁵ per photon with 0.1% total fan out; what remains is to run the compiler of theory Section 11 on that geometry rather than on the toy fabric. 5. Tier 2: a concrete two qubit gate on nuclear spin or Mössbauer DOF with a room temperature error budget. 6. **The addressed long retention write.** The broadband route to self written memory is dead by a bandwidth ratio of 10¹⁸, and the narrowline route is now open in principle (nuclear lamps, radiogenic feeding, resonance addressing: theory Section 9); what remains is a state that is simultaneously *parent fed, gradient addressable, and long lived*. A concrete, computable search: scan the catalog in `/gates` for isomers with lifetime above seconds whose feeding parents emit Mössbauer class lines, and rank by the addressing sensitivity Γ/(dE/dB). -7. Measure realized bits per detected quantum for a pixelated spectroscopic boundary against the log_2(N_E N_x N_τ) ceiling of the boundary theory. +7. Measure realized bits per detected quantum for a pixelated spectroscopic boundary against the log_2(N_E N_x N_τ) ceiling of the boundary theory. The boundary's raw budget is now computed, 3.25 M/s detected in the build note's ring, 0.33× what it was priced at ([ampoule/](ampoule/)); the ceiling is still to be measured against it. Open an Issue stating the claim and the test; pair every Pull Request with the Issue it closes. diff --git a/ampoule/README.md b/ampoule/README.md new file mode 100644 index 0000000..218723a --- /dev/null +++ b/ampoule/README.md @@ -0,0 +1,61 @@ +# /ampoule: the sealed machine in real photon transport + +The ampoule of [transistor/SEALED.md](../transistor/SEALED.md) is the one machine the theory says it can seal today, and [transistor/EMBODIMENT.md](../transistor/EMBODIMENT.md) specifies it at assembly grade. Every number in those two notes that is not a decay constant was an assumption: the photons a gigabecquerel of ⁹⁰Sr/⁹⁰Y actually sends into the compute shell, the rate at which the boundary counts them, the pile up in a 2 mm site, the coupling between sites through a real glass plate, what a tungsten aperture and a lead septum actually do to a hard bremsstrahlung spectrum, and the dose outside a wall the build note said the builder must certify. This directory builds the vessel in OpenMC with the official ENDF/B-VIII.0 photoatomic library, drives it with the beta spectra of its own core, calibrates the instrument first, and replaces every one of those assumptions with a tally. + +| file | what it is | +|---|---| +| [`beta.py`](beta.py) | the ⁹⁰Sr and ⁹⁰Y beta spectra (unique first forbidden shape, Fermi function), checked against the ICRP 107 mean energies | +| [`calibrate.py`](calibrate.py) | the instrument against references that are not OpenMC: attenuation against NIST XCOM, slab transmission against the exponential, thick target bremsstrahlung against the textbook rule; writes `calibration.json` | +| [`model.py`](model.py) | the vessel, shell by shell, its sources and tallies, and the stages below; writes `tallies.json` (needs OpenMC and the data) | +| [`report.py`](report.py) | every derived number, `results.md`, and figure 17, from the two JSON files (numpy and matplotlib only) | +| [`results.md`](results.md) | the numbers, regenerated by `report.py` | +| `tallies.json`, `calibration.json` | the committed run, with uncertainties | + +## The vessel as built + +Nested cylinders on one axis, dimensions from the build note where it gives them and stated where it does not: + +- **core**: an 8 mm × 10 mm SrTiO₃ pellet in a 1 mm 316L capsule at the centre of a 30 mm × 40 mm krypton cell at 5 bar with 2 mm aluminium walls; +- **collar**: a 2 mm tungsten sleeve around the lamp cell with one opening per site, ±10° by 6 mm at nominal, the mechanical GATE terminal of the reference transistor; +- **compute shell**: borosilicate glass from 19 to 25 mm radius carrying 64 sites, 2 mm scintillator cells on a lattice of 8 heights by 8 azimuths at 22 mm radius, plastic throughout and CsI in one variant run (the build note offers either), with an optional 1 mm lead septum between two sectors, the build note's inhibitory blocking; +- **boundary**: a 6 mm plastic scintillator ring with end caps (the 24 SiPM paddles), 1 mm of silicon behind it, and four 5 mm CZT pixels in the ring; +- **shield**: 8 mm PMMA, 4 mm lead, 3 mm titanium, outer radius 4.9 cm and half length 6.6 cm, then air to a metre. + +The betas are handled by OpenMC's thick target bremsstrahlung treatment: an electron born in the pellet deposits its energy there and emits the bremsstrahlung a thick target of that material would. For a ceramic pellet whose radius exceeds the range of most of the spectrum this is the right approximation and it is stated wherever a number descends from it. + +## The stages + +1. **Calibration.** The library's total attenuation for lead, iron, tungsten and water at 100 keV to 2 MeV against NIST XCOM; uncollided transmission through slabs of up to three mean free paths against exp(−μx); the energy an electron radiates stopping in water and iron at 0.5, 1 and 2 MeV against the thick target rule. The last is the source term of everything and the least certain link, and the report says so. +2. **The source.** An emission stage first: the betas at their real activities in the pellet ceramic, and the bremsstrahlung they make, per second. Then the nominal vessel driven by that spectrum: photons leaving the capsule, the field in every site, the boundary counts and their spectra, the energy deposited in every cell, the dose in air at contact, ten centimetres and a metre, and the leakage through the shield. The same stage is run once more with CsI cells in place of plastic. +3. **The gate.** The collar opening at 0, 25, 50, 75 and 100 percent of nominal: the transfer curve. +4. **The septum.** The nominal vessel with the lead sheet in place. +5. **The synapse.** Photons born in each site in turn, with the spectrum the source stage found there, tallied in every site: the 64 × 64 Green's function, open and with the septum. + +## What came out + +| what | assumed in the notes | computed | where it lands | +|---|---|---|---| +| photons leaving the core | not given | 43.9 M/s, mean 252 keV, 0.0569 per decay | the whole budget, a few percent of the beta energy | +| deposited power | 181 µW per GBq | 183 µW for the pair | the ledger holds | +| site interactions, all 64 | proposal budget 10⁶/s | 32.9 k/s in plastic, 1.02 M/s in CsI | plastic is 30× short; CsI meets the budget | +| pile up per site | n ≳ λ τ_d | 0.16 percent of events overlap at 100 ns in CsI | the floor plan holds | +| accidental coincidences, two mean sites | the coincidence multiplier's raw material | 51 /s in CsI (0.2 four bit readings per second) | enough for a slow four bit AND gate | +| boundary events | 10⁷/s at percent level collection | 3.25 M/s, from 7% of core photons | 0.33× the assumption; 50 eight bit reads per second, not 153 | +| collar contrast | the GATE terminal | 6.34 in plastic, 11.94 in CsI | a knob, not a switch | +| synapse weights | written by geometry | nearest neighbour 3×10⁻⁵, fan out 0.1% | the fan out tax, three orders below the toy fabric | +| septum blocking | inhibitory | coupling left at 0.49 (unshielded side 1.00) | a filter, not a wall | +| dose | to be certified | 67.8 µSv/h at the wall, 0.261 µSv/h at 1 m; 7.7% of core photons escape | a lead pot instrument, as the licence class said | + +The design's power ledger holds; its proposal budget holds only with CsI cells; its boundary budget is a factor 3.0 optimistic; its two mechanical controls are analog because its light is hard; and its wall is a filter for the same reason. The ampoule is a rate coded sampler with small weights and a narrower mouth than it was priced with, and each of those words is now a number. + +## Running it + +``` +python3 calibrate.py # a minute +python3 model.py # about ten minutes on a laptop; --quick for a tenth of the particles +python3 report.py # seconds; numpy and matplotlib only +``` + +Requires OpenMC 0.16 and the data that [`neutron/data.py`](../neutron/data.py) fetches, which now includes the photoatomic files and the natural isotopes of every element in the vessel. + +*The theory's sealed machine was a design; it is now a transport calculation, and the calculation says what the design could not: how many photons there are, where they go, how much of each site's traffic is another site's, what the two mechanical controls are worth, and what the wall lets through.* diff --git a/ampoule/beta.py b/ampoule/beta.py new file mode 100644 index 0000000..9b77fd6 --- /dev/null +++ b/ampoule/beta.py @@ -0,0 +1,72 @@ +#!/usr/bin/env python3 +# Copyright 2026 Max Freedom Pollard +# SPDX-License-Identifier: Apache-2.0 +""" +The beta spectra of the ampoule's core, ⁹⁰Sr and its daughter ⁹⁰Y, from the +Fermi theory with the shape factor both decays require. + +Both are unique first forbidden transitions (0⁺ → 2⁻ and 2⁻ → 0⁺), whose +spectrum is the allowed one times the shape factor p² + q² (electron and +neutrino momenta). The Fermi function is the standard nonrelativistic +Coulomb correction with the relativistic exponent, adequate here to about +a percent, which is far below what the bremsstrahlung yield needs. The +check is the mean energy: the tabulated values are 195.8 keV for ⁹⁰Sr and +933.6 keV for ⁹⁰Y (ICRP 107), and the spectra built here must reproduce +them. + +Used by model.py as tabular source distributions; run directly to print +the check. +""" +import math + +import numpy as np + +ME_KEV = 510.99895 # electron rest energy, keV +ALPHA = 1.0 / 137.035999 # fine structure constant + +# endpoint kinetic energy (keV), daughter Z, tabulated mean (keV, ICRP 107) +BRANCHES = { + "90Sr": dict(Q=546.0, Z=39, mean_ref=195.8), + "90Y": dict(Q=2280.1, Z=40, mean_ref=933.6), +} + + +def fermi_simple(Z, T): + """The nonrelativistic Fermi function 2πη/(1 − e^(−2πη)) with a first + order relativistic correction (p/W)^(2(γ−1)); accurate to a percent for + Z near 40, which is all the yield calculation can use.""" + W = 1.0 + T / ME_KEV + p = math.sqrt(W * W - 1.0) + eta = ALPHA * Z * W / p + gamma = math.sqrt(1.0 - (ALPHA * Z) ** 2) + f = 2.0 * math.pi * eta / (1.0 - math.exp(-2.0 * math.pi * eta)) + return f * (2.0 * p) ** (2.0 * (gamma - 1.0)) + + +def spectrum(name, n=400): + """Kinetic energy grid (keV) and normalised probability per bin for the + named branch, on a linear grid from 0 to the endpoint.""" + b = BRANCHES[name] + Q, Z = b["Q"], b["Z"] + T = np.linspace(0.0, Q, n + 1) + Tm = 0.5 * (T[1:] + T[:-1]) + W = 1.0 + Tm / ME_KEV + p = np.sqrt(W * W - 1.0) # electron momentum, m_e c + q = (Q - Tm) / ME_KEV # neutrino momentum, m_e c + F = np.array([fermi_simple(Z, t) for t in Tm]) + shape = p * p + q * q # unique first forbidden + N = F * p * W * q * q * shape + N /= N.sum() + return T, Tm, N + + +def mean_energy(name): + T, Tm, N = spectrum(name) + return float((Tm * N).sum()) + + +if __name__ == "__main__": + for name, b in BRANCHES.items(): + m = mean_energy(name) + print(f"{name}: endpoint {b['Q']:.1f} keV, mean {m:.1f} keV, tabulated {b['mean_ref']:.1f} keV, " + f"difference {100*(m/b['mean_ref']-1):+.2f} percent") diff --git a/ampoule/calibrate.py b/ampoule/calibrate.py new file mode 100644 index 0000000..1381d87 --- /dev/null +++ b/ampoule/calibrate.py @@ -0,0 +1,178 @@ +#!/usr/bin/env python3 +# Copyright 2026 Max Freedom Pollard +# SPDX-License-Identifier: Apache-2.0 +""" +Calibration of the photon instrument before it is pointed at the ampoule. + +Three checks, cheapest first, each against a reference that is not OpenMC: + + attenuation the total mass attenuation coefficient of lead, iron, + tungsten and water at 100, 500, 1000 and 2000 keV, read + from the library files the model uses, against the NIST + XCOM values (Hubbell and Seltzer): the data + transmission the fraction of a pencil beam that crosses a slab without + a single collision and at its own energy, Monte Carlo + against exp(-mu x) with the XCOM coefficient: the transport + bremsstrahlung the energy an electron stopped in a thick target radiates, + in water and iron at 0.5, 1 and 2 MeV, against the + textbook thick target rule Y = 6e-4 Z T / (1 + 6e-4 Z T), + which is good to a few tens of percent and known to run + high at low Z; OpenMC's thick + target bremsstrahlung treatment was validated by its + authors against ESTAR and Geant4 (Lund and Romano 2018), + and this is only the check that the version and data in + hand behave as published: the source term + +Writes calibration.json, read by report.py. +""" +import json +import math +import os +import shutil +import sys + +import numpy as np + +HERE = os.path.dirname(os.path.abspath(__file__)) +ROOT = os.path.dirname(HERE) +sys.path.insert(0, os.path.join(ROOT, "neutron")) +from data import ensure_data # noqa: E402 +sys.path.insert(0, HERE) +from model import add_natural # noqa: E402 + +NA = 6.02214076e23 +# NIST XCOM total attenuation with coherent scattering, cm2/g +XCOM = { + "Pb": {"M": 207.2, "rho": 11.35, "mu": {100e3: 5.549, 500e3: 0.1614, 1e6: 0.07102, 2e6: 0.04606}}, + "Fe": {"M": 55.845, "rho": 7.874, "mu": {100e3: 0.3717, 500e3: 0.08414, 1e6: 0.05995, 2e6: 0.04265}}, + "W": {"M": 183.84, "rho": 19.3, "mu": {100e3: 4.438, 500e3: 0.1378, 1e6: 0.06618, 2e6: 0.04433}}, +} +WATER = {"rho": 1.0, "mu": {100e3: 0.1707, 500e3: 0.09687, 1e6: 0.07072, 2e6: 0.04942}} +Z_EFF = {"water": 7.42, "iron": 26.0} + + +def attenuation(xs_path): + import openmc.data + root = os.path.dirname(xs_path) + rows = [] + for el, d in XCOM.items(): + ph = openmc.data.IncidentPhoton.from_hdf5(os.path.join(root, "photon", el + ".h5")) + for E, ref in d["mu"].items(): + tot = sum(ph.reactions[mt].xs(np.array([E]))[0] for mt in (502, 504, 515, 517, 522) if mt in ph.reactions) + mu = tot * 1e-24 * NA / d["M"] + rows.append(dict(material=el, E_keV=E / 1e3, library=mu, xcom=ref, ratio=mu / ref)) + # water: 2 H + O by mass + H = openmc.data.IncidentPhoton.from_hdf5(os.path.join(root, "photon", "H.h5")) + O = openmc.data.IncidentPhoton.from_hdf5(os.path.join(root, "photon", "O.h5")) + for E, ref in WATER["mu"].items(): + def m(ph, M): + return sum(ph.reactions[mt].xs(np.array([E]))[0] for mt in (502, 504, 515, 517, 522) if mt in ph.reactions) * 1e-24 * NA / M + mu = (2 * 1.008 * m(H, 1.008) + 15.999 * m(O, 15.999)) / 18.015 + rows.append(dict(material="water", E_keV=E / 1e3, library=mu, xcom=ref, ratio=mu / ref)) + return rows + + +def slab_model(material, thickness, E): + import openmc + m = openmc.Material(name=material) + if material == "water": + add_natural(m, "H", 2, "ao"); add_natural(m, "O", 1, "ao"); m.set_density("g/cm3", 1.0) + else: + add_natural(m, material, 1, "ao"); m.set_density("g/cm3", XCOM[material]["rho"]) + x0, x1 = openmc.XPlane(x0=0.0), openmc.XPlane(x0=thickness) + box = openmc.model.RectangularParallelepiped(-1.0, thickness + 1.0, -50, 50, -50, 50, boundary_type="vacuum") + slab = +x0 & -x1 & -box + cells = [openmc.Cell(fill=m, region=slab), openmc.Cell(region=-box & ~slab)] + model = openmc.Model(geometry=openmc.Geometry(cells), materials=openmc.Materials([m])) + s = model.settings + s.run_mode = "fixed source"; s.photon_transport = True; s.electron_treatment = "ttb" + s.batches = 10; s.particles = 40000; s.output = {"summary": False, "tallies": False} + s.source = openmc.IndependentSource(particle="photon", space=openmc.stats.Point((-0.5, 0, 0)), + angle=openmc.stats.Monodirectional((1, 0, 0)), + energy=openmc.stats.Discrete([E], [1.0])) + t = openmc.Tally(name="out") + t.filters = [openmc.SurfaceFilter([x1]), openmc.CellFromFilter([cells[0]]), openmc.CellFilter([cells[1]]), + openmc.ParticleFilter(["photon"]), openmc.CollisionFilter([0]), + openmc.EnergyFilter([E * 0.999, E * 1.001])] + # both filters are needed: a coherent scatter keeps the energy but counts as + # a collision, and a secondary photon (annihilation, fluorescence, the + # bremsstrahlung of a photoelectron) has never collided but is not the beam + t.scores = ["current"] + model.tallies = openmc.Tallies([t]) + return model + + +def brems_model(material, T): + """An electron at the centre of a small sphere of the material. The thick + target treatment stops the electron where it is born whatever the + sphere's size, so a sphere a fraction of a millimetre across lets every + bremsstrahlung photon out unabsorbed: what crosses its surface is what + was radiated.""" + import openmc + m = openmc.Material(name=material) + if material == "water": + add_natural(m, "H", 2, "ao"); add_natural(m, "O", 1, "ao"); m.set_density("g/cm3", 1.0) + R = 0.02 + else: + add_natural(m, "Fe", 1, "ao"); m.set_density("g/cm3", 7.874) + R = 0.02 + sph = openmc.Sphere(r=R) + world = openmc.Sphere(r=R + 5.0, boundary_type="vacuum") + cin = openmc.Cell(fill=m, region=-sph) + cout = openmc.Cell(region=+sph & -world) + model = openmc.Model(geometry=openmc.Geometry([cin, cout]), materials=openmc.Materials([m])) + s = model.settings + s.run_mode = "fixed source"; s.photon_transport = True; s.electron_treatment = "ttb" + s.batches = 10; s.particles = 40000; s.output = {"summary": False, "tallies": False} + s.source = openmc.IndependentSource(particle="electron", space=openmc.stats.Point((0, 0, 0)), + energy=openmc.stats.Discrete([T], [1.0])) + edges = np.logspace(3, math.log10(T * 1.01), 60) + t = openmc.Tally(name="out") + t.filters = [openmc.SurfaceFilter([sph]), openmc.CellFromFilter([cin]), openmc.CellFilter([cout]), + openmc.ParticleFilter(["photon"]), openmc.EnergyFilter(edges)] + t.scores = ["current"] + model.tallies = openmc.Tallies([t]) + return model, edges + + +def main(): + import openmc + xs = ensure_data() + exe = os.environ.get("OPENMC_EXEC", "openmc") + work = os.path.join(HERE, "work", "calibration") + out = {"attenuation": attenuation(xs), "transmission": [], "bremsstrahlung": []} + for r in out["attenuation"]: + print(f" {r['material']:6s} {r['E_keV']:6.0f} keV library {r['library']:.4f} XCOM {r['xcom']:.4f} ratio {r['ratio']:.3f}") + for material, thickness, E in (("Pb", 1.0, 1e6), ("Pb", 0.5, 500e3), ("Fe", 5.0, 1e6), ("W", 0.5, 2e6), ("water", 10.0, 1e6)): + model = slab_model(material, thickness, E) + wd = os.path.join(work, f"slab_{material}_{int(E/1e3)}") + shutil.rmtree(wd, ignore_errors=True); os.makedirs(wd) + sp = model.run(cwd=wd, output=False, openmc_exec=exe) + with openmc.StatePoint(sp) as st: + t = st.get_tally(name="out"); mc, sd = float(abs(t.mean.sum())), float(np.sqrt((t.std_dev ** 2).sum())) + rho = 1.0 if material == "water" else XCOM[material]["rho"] + mu = (WATER if material == "water" else XCOM[material])["mu"][E] + exp = math.exp(-mu * rho * thickness) + out["transmission"].append(dict(material=material, thickness_cm=thickness, E_keV=E / 1e3, mc=mc, mc_std=sd, expected=exp, ratio=mc / exp)) + print(f" slab {material:6s} {thickness:4.1f} cm {E/1e3:5.0f} keV uncollided MC {mc:.4f} ± {sd:.4f} exp(-mu x) {exp:.4f} ratio {mc/exp:.3f}") + for material in ("water", "iron"): + for T in (0.5e6, 1e6, 2e6): + model, edges = brems_model(material, T) + wd = os.path.join(work, f"brems_{material}_{int(T/1e3)}") + shutil.rmtree(wd, ignore_errors=True); os.makedirs(wd) + sp = model.run(cwd=wd, output=False, openmc_exec=exe) + with openmc.StatePoint(sp) as st: + t = st.get_tally(name="out"); cur = np.abs(t.mean.ravel()) + mids = np.sqrt(edges[:-1] * edges[1:]) + radiated = float((cur * mids).sum()) + Z = Z_EFF[material] + rule = 6e-4 * Z * (T / 1e6) / (1 + 6e-4 * Z * (T / 1e6)) + out["bremsstrahlung"].append(dict(material=material, T_keV=T / 1e3, photons_per_electron=float(cur.sum()), + radiated_fraction=radiated / T, rule=rule, ratio=radiated / T / rule)) + print(f" brems {material:5s} {T/1e3:5.0f} keV radiated fraction {radiated/T:.4f} rule {rule:.4f} ratio {radiated/T/rule:.2f} photons/e {cur.sum():.3f}") + json.dump(out, open(os.path.join(HERE, "calibration.json"), "w"), indent=1) + print("wrote calibration.json") + + +if __name__ == "__main__": + main() diff --git a/ampoule/calibration.json b/ampoule/calibration.json new file mode 100644 index 0000000..afb6f48 --- /dev/null +++ b/ampoule/calibration.json @@ -0,0 +1,213 @@ +{ + "attenuation": [ + { + "material": "Pb", + "E_keV": 100.0, + "library": 5.550046019188095, + "xcom": 5.549, + "ratio": 1.0001885058908082 + }, + { + "material": "Pb", + "E_keV": 500.0, + "library": 0.16118668656611226, + "xcom": 0.1614, + "ratio": 0.9986783554282049 + }, + { + "material": "Pb", + "E_keV": 1000.0, + "library": 0.07076329664751596, + "xcom": 0.07102, + "ratio": 0.9963854779993799 + }, + { + "material": "Pb", + "E_keV": 2000.0, + "library": 0.04592032670423756, + "xcom": 0.04606, + "ratio": 0.9969675793364647 + }, + { + "material": "Fe", + "E_keV": 100.0, + "library": 0.372988108901397, + "xcom": 0.3717, + "ratio": 1.0034654530572962 + }, + { + "material": "Fe", + "E_keV": 500.0, + "library": 0.08411943830670017, + "xcom": 0.08414, + "ratio": 0.9997556252281931 + }, + { + "material": "Fe", + "E_keV": 1000.0, + "library": 0.05987043540852975, + "xcom": 0.05995, + "ratio": 0.9986728174900709 + }, + { + "material": "Fe", + "E_keV": 2000.0, + "library": 0.04257605502138349, + "xcom": 0.04265, + "ratio": 0.9982662373126258 + }, + { + "material": "W", + "E_keV": 100.0, + "library": 4.441532647524208, + "xcom": 4.438, + "ratio": 1.0007959998927913 + }, + { + "material": "W", + "E_keV": 500.0, + "library": 0.13780588710702066, + "xcom": 0.1378, + "ratio": 1.0000427221119061 + }, + { + "material": "W", + "E_keV": 1000.0, + "library": 0.06593908329389432, + "xcom": 0.06618, + "ratio": 0.9963596750361788 + }, + { + "material": "W", + "E_keV": 2000.0, + "library": 0.04421412455291745, + "xcom": 0.04433, + "ratio": 0.9973860715749481 + }, + { + "material": "water", + "E_keV": 100.0, + "library": 0.1706394536165883, + "xcom": 0.1707, + "ratio": 0.9996453053110036 + }, + { + "material": "water", + "E_keV": 500.0, + "library": 0.09681178496814695, + "xcom": 0.09687, + "ratio": 0.9993990396216265 + }, + { + "material": "water", + "E_keV": 1000.0, + "library": 0.07063771092687213, + "xcom": 0.07072, + "ratio": 0.998836410165047 + }, + { + "material": "water", + "E_keV": 2000.0, + "library": 0.04932650424318494, + "xcom": 0.04942, + "ratio": 0.9981081392793392 + } + ], + "transmission": [ + { + "material": "Pb", + "thickness_cm": 1.0, + "E_keV": 1000.0, + "mc": 0.44753750000000003, + "mc_std": 0.0010514688799750608, + "expected": 0.44660667206451593, + "ratio": 1.0020842230842213 + }, + { + "material": "Pb", + "thickness_cm": 0.5, + "E_keV": 500.0, + "mc": 0.4000025000000001, + "mc_std": 0.000911130631561904, + "expected": 0.4001383166585231, + "ratio": 0.9996605757237718 + }, + { + "material": "Fe", + "thickness_cm": 5.0, + "E_keV": 1000.0, + "mc": 0.09531999999999999, + "mc_std": 0.0006370156111817121, + "expected": 0.09439836744453324, + "ratio": 1.0097632255770554 + }, + { + "material": "W", + "thickness_cm": 0.5, + "E_keV": 2000.0, + "mc": 0.65228, + "mc_std": 0.0007862251585950772, + "expected": 0.6519518952948509, + "ratio": 1.000503265206401 + }, + { + "material": "water", + "thickness_cm": 10.0, + "E_keV": 1000.0, + "mc": 0.4929475, + "mc_std": 0.0009091697219639047, + "expected": 0.4930227302591319, + "ratio": 0.9998474101608006 + } + ], + "bremsstrahlung": [ + { + "material": "water", + "T_keV": 500.0, + "photons_per_electron": 0.02278, + "radiated_fraction": 0.0018483219319938508, + "rule": 0.0022210559295009306, + "ratio": 0.8321816247144965 + }, + { + "material": "water", + "T_keV": 1000.0, + "photons_per_electron": 0.055514999999999995, + "radiated_fraction": 0.0034585066456075627, + "rule": 0.004432267544890149, + "ratio": 0.7803018681926792 + }, + { + "material": "water", + "T_keV": 2000.0, + "photons_per_electron": 0.13694750000000003, + "radiated_fraction": 0.006936768589932135, + "rule": 0.008825418473908319, + "ratio": 0.7859988294538288 + }, + { + "material": "iron", + "T_keV": 500.0, + "photons_per_electron": 0.03617499999999999, + "radiated_fraction": 0.0070527751304611235, + "rule": 0.0077396308791426865, + "ratio": 0.9112547149331693 + }, + { + "material": "iron", + "T_keV": 1000.0, + "photons_per_electron": 0.10096250000000002, + "radiated_fraction": 0.013809082663214135, + "rule": 0.015360378101614808, + "ratio": 0.8990066892795049 + }, + { + "material": "iron", + "T_keV": 2000.0, + "photons_per_electron": 0.271465, + "radiated_fraction": 0.027778873135272813, + "rule": 0.030256012412723042, + "ratio": 0.9181273710606834 + } + ] +} \ No newline at end of file diff --git a/ampoule/model.py b/ampoule/model.py new file mode 100644 index 0000000..80a3a7d --- /dev/null +++ b/ampoule/model.py @@ -0,0 +1,609 @@ +#!/usr/bin/env python3 +# Copyright 2026 Max Freedom Pollard +# SPDX-License-Identifier: Apache-2.0 +""" +The ampoule in real photon transport: the sealed machine of +transistor/SEALED.md and transistor/EMBODIMENT.md, built in OpenMC with the +official ENDF/B-VIII.0 photoatomic library, driven by the beta spectra of +its own ⁹⁰Sr/⁹⁰Y core, and measured where the design notes assumed. + +The build note gives the machine at assembly grade; this script builds it +as a nested set of cylinders (dimensions in cm, materials by name, every +departure from the note recorded in results.md): + + core an 8 x 10 mm SrTiO₃ pellet in a 1 mm 316L capsule, on the + axis of a 30 x 40 mm krypton cell at 5 bar with 2 mm + aluminium walls: the source and the lamp + collar a 2 mm tungsten sleeve around the lamp cell with one opening + per site, the GATE terminal of every site, its angular width + the thinning aperture + compute a borosilicate shell carrying 64 sites, 2 mm plastic + shell scintillator cells (CsI in one variant run) on an 8 x 8 + lattice of azimuth and height, with an optional 1 mm lead + septum between two sectors + boundary a plastic scintillator ring and end caps (the 24 SiPM paddles), + a silicon layer behind them, and four 5 mm CZT pixels + shield PMMA, 4 mm lead, 3 mm titanium, then air to a metre + +The betas are handled by OpenMC's thick target bremsstrahlung treatment: +an electron born in the pellet deposits its energy there and emits the +bremsstrahlung a thick target of that material would, which is right for a +ceramic pellet whose radius exceeds the range of most of the spectrum and +is the approximation stated where the numbers are quoted. Because that +treatment makes the photons at the electron's birth whatever the geometry, +the source is taken in two steps: an emission stage measures the pellet +material's bremsstrahlung spectrum and yield per second from the two beta +spectra at their real activities, and every vessel stage is then driven by +photons born in the pellet with that spectrum at that rate, which is exact +within the treatment and a hundred times cheaper per photon. + +Stages (each a fixed source run; every tally with its standard deviation to +tallies.json, already per second, because the sources carry the activity +as their strength: 1 GBq of each nuclide in equilibrium): + + emission a speck of the pellet ceramic in vacuum with the two betas: + the bremsstrahlung spectrum and yield per second, and the + electron energy deposited per second + source the nominal ampoule: photons leaving the core, the field in + every site, the boundary counts and their spectra, the energy + deposited everywhere, the dose in air at contact and at one + metre, the leakage out of the shield + gate the collar opening at 0, 25, 50, 75 and 100 percent of its + nominal width: the transfer curve of the GATE terminal + septum the nominal ampoule with the lead septum in place + synapse the Green's function between sites: photons started in each + site in turn, with the spectrum the source stage found there, + tallied in every site: 64 x 64, open and with the septum + +Run `python3 model.py` (about half an hour on a laptop) or `--quick`. +""" +import argparse +import glob +import json +import math +import os +import re +import shutil +import sys +import time + +import numpy as np + +HERE = os.path.dirname(os.path.abspath(__file__)) +ROOT = os.path.dirname(HERE) +sys.path.insert(0, os.path.join(ROOT, "neutron")) +sys.path.insert(0, HERE) +from data import ensure_data # noqa: E402 +import beta # noqa: E402 + +ACTIVITY_BQ = 1.0e9 # of each of 90Sr and 90Y, in equilibrium +DECAYS_PER_S = 2.0 * ACTIVITY_BQ +EV_J = 1.602176634e-19 + +# ---- dimensions (cm), from the build note where it gives them ------------ +R_PELLET, H_PELLET = 0.4, 0.5 # radius, half height +CAPSULE = 0.1 # 316L wall +R_KR, H_KR = 1.5, 2.0 # lamp cell inner +AL_WALL = 0.2 +R_COLLAR_IN, R_COLLAR_OUT = 1.7, 1.9 # tungsten sleeve +R_SHELL_OUT, H_SHELL = 2.5, 4.0 # borosilicate compute shell +R_SITE, H_SITE, R_CELL = 2.2, 0.1, 0.113 # site lattice radius; cell half height; cell radius (2 mm cube's volume) +N_AZ, N_Z = 8, 8 # 64 sites +Z_SITES = np.linspace(-3.5, 3.5, N_Z) +TH_SITES = np.arange(N_AZ) * 2 * math.pi / N_AZ +OPEN_HALF_DEG, OPEN_HALF_Z = 10.0, 0.3 # nominal opening: +/-10 degrees, +/-3 mm +R_TRIM = 2.7 # air ring for the trim foils +R_BOUND, H_BOUND = 3.3, 5.0 # scintillator ring and caps +SI = 0.1 +R_CZT_C, A_CZT = 3.0, 0.25 # CZT pixel centre radius, half edge +PMMA, PB, TI = 0.8, 0.4, 0.3 # shield layers +SEPTUM_ANGLE_DEG, SEPTUM_T = 22.5, 0.1 # lead sheet between sectors 0 and 1 +R_WORLD = 102.0 + +R_PMMA = R_BOUND + SI + PMMA +R_PB = R_PMMA + PB +R_TI = R_PB + TI +H_PMMA = H_BOUND + SI + PMMA +H_PB = H_PMMA + PB +H_TI = H_PB + TI + +E_EDGES = np.logspace(1, math.log10(2.5e6), 51) # eV, for spectra + +BUDGET = {"full": dict(emission=4_000_000, source=10_000_000, gate=3_000_000, septum=3_000_000, synapse=1_500_000), + "quick": dict(emission=400_000, source=600_000, gate=200_000, septum=200_000, synapse=100_000)} + + +# ---------------------------------------------------------------- materials +def add_natural(m, symbol, fraction, kind): + """Add an element as its natural isotopes, using only the isotopes the + library holds and renormalising over them. Photon interactions depend + on Z alone, so leaving out a rare isotope (¹⁸O at 0.2 percent, ²H at + 0.01 percent) changes nothing but the atomic mass at the third digit; + OpenMC's own expansion refuses rather than guess, which is right for + neutrons and needless here.""" + import openmc + import openmc.data as od + lib = add_natural.lib + if lib is None: + dl = od.DataLibrary.from_xml(os.environ["OPENMC_CROSS_SECTIONS"]) + lib = set() + for entry in dl.libraries: + if entry["type"] == "neutron": + lib.update(entry["materials"]) + add_natural.lib = lib + isos = [(n, a) for n, a in od.NATURAL_ABUNDANCE.items() + if re.match(r"([A-Z][a-z]?)\d", n) and re.match(r"([A-Z][a-z]?)\d", n).group(1) == symbol and n in lib] + if not isos: + raise ValueError(f"no natural isotope of {symbol} in the library") + if kind == "ao": + tot = sum(a for _, a in isos) + for n, a in isos: + m.add_nuclide(n, fraction * a / tot, "ao") + else: + w = [(n, a * od.atomic_mass(n)) for n, a in isos] + tot = sum(x for _, x in w) + for n, x in w: + m.add_nuclide(n, fraction * x / tot, "wo") + + +add_natural.lib = None + + +def materials(): + import openmc + def mat(name, rho, comp, kind): + m = openmc.Material(name=name) + for el, frac in comp: + add_natural(m, el, frac, kind) + m.set_density("g/cm3", rho) + return m + return { + "srtio3": mat("SrTiO3", 5.11, [("Sr", 1), ("Ti", 1), ("O", 3)], "ao"), + "ss316": mat("316L", 8.0, [("Fe", 0.655), ("Cr", 0.17), ("Ni", 0.12), ("Mo", 0.025), ("Mn", 0.02), ("Si", 0.01)], "wo"), + "kr": mat("krypton 5 bar", 5 * 3.749e-3, [("Kr", 1)], "ao"), + "al": mat("aluminium", 2.70, [("Al", 1)], "ao"), + "glass": mat("borosilicate", 2.23, [("O", 0.540), ("Si", 0.377), ("B", 0.040), ("Na", 0.028), ("Al", 0.012), ("K", 0.003)], "wo"), + "pvt": mat("plastic scintillator", 1.032, [("C", 10), ("H", 11)], "ao"), + "csi": mat("CsI", 4.51, [("Cs", 1), ("I", 1)], "ao"), + "w": mat("tungsten", 19.3, [("W", 1)], "ao"), + "pb": mat("lead", 11.35, [("Pb", 1)], "ao"), + "ti": mat("titanium", 4.51, [("Ti", 1)], "ao"), + "si": mat("silicon", 2.33, [("Si", 1)], "ao"), + "pmma": mat("PMMA", 1.19, [("C", 5), ("H", 8), ("O", 2)], "ao"), + "czt": mat("CZT", 5.8, [("Cd", 0.9), ("Zn", 0.1), ("Te", 1.0)], "ao"), + "air": mat("air", 1.205e-3, [("N", 0.755), ("O", 0.245)], "wo"), + } + + +# ---------------------------------------------------------------- geometry +def azimuth_plane(angle_rad, offset=0.0): + """The plane through the z axis at that angle (offset shifts it along + its normal); its positive side is the half space of larger azimuth.""" + import openmc + return openmc.Plane(a=-math.sin(angle_rad), b=math.cos(angle_rad), c=0.0, d=offset) + + +def build(open_fraction=1.0, septum=False, site_material="pvt"): + import openmc + openmc.reset_auto_ids() + M = materials() + cells, parts = [], {"mats": M} + + def cyl(r, h): + return -openmc.ZCylinder(r=r) & +openmc.ZPlane(z0=-h) & -openmc.ZPlane(z0=h) + + pellet = cyl(R_PELLET, H_PELLET) + cap_cyl = openmc.ZCylinder(r=R_PELLET + CAPSULE) + cap_lo, cap_hi = openmc.ZPlane(z0=-(H_PELLET + CAPSULE)), openmc.ZPlane(z0=H_PELLET + CAPSULE) + capsule = -cap_cyl & +cap_lo & -cap_hi + parts["capsule_surfaces"] = [cap_cyl, cap_lo, cap_hi] + kr = cyl(R_KR, H_KR) + alcan = cyl(R_KR + AL_WALL, H_KR + AL_WALL) + collar = cyl(R_COLLAR_OUT, H_SHELL) & ~cyl(R_COLLAR_IN, H_SHELL) + shell = cyl(R_SHELL_OUT, H_SHELL) & ~cyl(R_COLLAR_OUT, H_SHELL) + inner_air = cyl(R_COLLAR_IN, H_SHELL) & ~alcan + trim = cyl(R_TRIM, H_SHELL) & ~cyl(R_SHELL_OUT, H_SHELL) + bound = cyl(R_BOUND, H_BOUND) & ~cyl(R_TRIM, H_SHELL) + si = cyl(R_BOUND + SI, H_BOUND + SI) & ~cyl(R_BOUND, H_BOUND) + pmma = cyl(R_PMMA, H_PMMA) & ~cyl(R_BOUND + SI, H_BOUND + SI) + pb = cyl(R_PB, H_PB) & ~cyl(R_PMMA, H_PMMA) + ti_cyl = openmc.ZCylinder(r=R_TI) + ti_lo, ti_hi = openmc.ZPlane(z0=-H_TI), openmc.ZPlane(z0=H_TI) + ti_outer = -ti_cyl & +ti_lo & -ti_hi + parts["ti_surfaces"] = [ti_cyl, ti_lo, ti_hi] + ti = ti_outer & ~cyl(R_PB, H_PB) + contact = cyl(R_TI + 0.2, H_TI + 0.2) & ~ti_outer + world = -openmc.Sphere(r=R_WORLD, boundary_type="vacuum") + dose10 = -openmc.Sphere(r=10.5) & +openmc.Sphere(r=9.5) + dose100 = -openmc.Sphere(r=101.0) & +openmc.Sphere(r=99.0) + + cells.append(openmc.Cell(name="pellet", fill=M["srtio3"], region=pellet)) + cells.append(openmc.Cell(name="capsule", fill=M["ss316"], region=capsule & ~pellet)) + cells.append(openmc.Cell(name="krypton", fill=M["kr"], region=kr & ~capsule)) + cells.append(openmc.Cell(name="lamp_wall", fill=M["al"], region=alcan & ~kr)) + cells.append(openmc.Cell(name="inner_air", fill=M["air"], region=inner_air)) + + # the sites, and the collar openings that face them + sites, openings = [], [] + for iz, z0 in enumerate(Z_SITES): + for ia, th in enumerate(TH_SITES): + x0, y0 = R_SITE * math.cos(th), R_SITE * math.sin(th) + reg = (-openmc.ZCylinder(x0=x0, y0=y0, r=R_CELL) + & +openmc.ZPlane(z0=z0 - H_SITE) & -openmc.ZPlane(z0=z0 + H_SITE)) + c = openmc.Cell(name=f"site_{iz}_{ia}", fill=M[site_material], region=reg) + sites.append(c) + if open_fraction > 0: + d = math.radians(OPEN_HALF_DEG * open_fraction) + zc = z0 * (0.5 * (R_COLLAR_IN + R_COLLAR_OUT)) / R_SITE # where the pellet's sight line crosses the collar + wedge = (+azimuth_plane(th - d) & -azimuth_plane(th + d) + & +openmc.ZPlane(z0=zc - OPEN_HALF_Z) & -openmc.ZPlane(z0=zc + OPEN_HALF_Z)) + openings.append(collar & wedge) + parts["sites"] = sites + cells += sites + collar_region = collar + for o in openings: + collar_region = collar_region & ~o + cells.append(openmc.Cell(name="collar", fill=M["w"], region=collar_region)) + for i, o in enumerate(openings): + cells.append(openmc.Cell(name=f"opening_{i}", fill=M["air"], region=o)) + + shell_region = shell + for c in sites: + shell_region = shell_region & ~c.region + if septum: + a = math.radians(SEPTUM_ANGLE_DEG) + sheet = (+azimuth_plane(a, -SEPTUM_T / 2) & -azimuth_plane(a, SEPTUM_T / 2) + & +openmc.Plane(a=math.cos(a), b=math.sin(a), c=0.0, d=0.0) # the correct half + & shell) + cells.append(openmc.Cell(name="septum", fill=M["pb"], region=sheet)) + shell_region = shell_region & ~sheet + parts["septum"] = True + cells.append(openmc.Cell(name="glass", fill=M["glass"], region=shell_region)) + cells.append(openmc.Cell(name="trim_air", fill=M["air"], region=trim)) + + czts = [] + for k, (cx, cy) in enumerate([(R_CZT_C, 0), (0, R_CZT_C), (-R_CZT_C, 0), (0, -R_CZT_C)]): + reg = (+openmc.XPlane(x0=cx - A_CZT) & -openmc.XPlane(x0=cx + A_CZT) + & +openmc.YPlane(y0=cy - A_CZT) & -openmc.YPlane(y0=cy + A_CZT) + & +openmc.ZPlane(z0=-A_CZT) & -openmc.ZPlane(z0=A_CZT)) + czts.append(openmc.Cell(name=f"czt_{k}", fill=M["czt"], region=reg)) + bound_region = bound + for c in czts: + bound_region = bound_region & ~c.region + paddles = openmc.Cell(name="paddles", fill=M["pvt"], region=bound_region) + cells += czts + [paddles] + parts["czt"], parts["paddles"] = czts, paddles + cells.append(openmc.Cell(name="sipm_si", fill=M["si"], region=si)) + cells.append(openmc.Cell(name="pmma", fill=M["pmma"], region=pmma)) + cells.append(openmc.Cell(name="lead", fill=M["pb"], region=pb)) + cells.append(openmc.Cell(name="titanium", fill=M["ti"], region=ti)) + contact_c = openmc.Cell(name="contact", fill=M["air"], region=contact) + d10 = openmc.Cell(name="dose10", fill=M["air"], region=dose10) + d100 = openmc.Cell(name="dose100", fill=M["air"], region=dose100) + outer = cyl(R_TI + 0.2, H_TI + 0.2) + cells += [contact_c, d10, d100, + openmc.Cell(name="air", fill=M["air"], region=world & ~outer & ~dose10 & ~dose100)] + parts.update(contact=contact_c, dose10=d10, dose100=d100) + model = openmc.Model(geometry=openmc.Geometry(cells), materials=openmc.Materials(list(M.values()))) + s = model.settings + s.run_mode = "fixed source" + s.photon_transport = True + s.electron_treatment = "ttb" + s.output = {"summary": False, "tallies": False} + s.seed = 90 + s.batches = 20 + parts["cells"] = {c.name: c for c in cells} + return model, parts + + +def beta_sources(): + """The two betas of the core, uniform in the pellet, each with its + activity as its strength, so that every tally is per second.""" + import openmc + srcs = [] + for name in ("90Sr", "90Y"): + T, Tm, N = beta.spectrum(name) + srcs.append(openmc.IndependentSource( + particle="electron", + space=openmc.stats.CylindricalIndependent( + r=openmc.stats.PowerLaw(0.0, R_PELLET, 1.0), + phi=openmc.stats.Uniform(0.0, 2 * math.pi), + z=openmc.stats.Uniform(-H_PELLET, H_PELLET)), + energy=openmc.stats.Tabular(T * 1e3, np.append(N / np.diff(T * 1e3), 0.0), interpolation="histogram"), + strength=ACTIVITY_BQ)) + return srcs + + +def emission_model(): + """A 0.2 mm speck of the pellet ceramic in vacuum, with the two betas: + the thick target treatment stops each electron where it is born, so + what crosses the speck's surface is the bremsstrahlung the pellet + material makes, per second, before any of the vessel absorbs it.""" + import openmc + openmc.reset_auto_ids() + M = materials() + sph = openmc.Sphere(r=0.02) + world = openmc.Sphere(r=2.0, boundary_type="vacuum") + cin = openmc.Cell(name="speck", fill=M["srtio3"], region=-sph) + cout = openmc.Cell(name="vacuum", region=+sph & -world) + model = openmc.Model(geometry=openmc.Geometry([cin, cout]), materials=openmc.Materials([M["srtio3"]])) + s = model.settings + s.run_mode = "fixed source"; s.photon_transport = True; s.electron_treatment = "ttb" + s.output = {"summary": False, "tallies": False}; s.seed = 90; s.batches = 20 + srcs = [] + for src in beta_sources(): + src.space = openmc.stats.Point((0.0, 0.0, 0.0)) + srcs.append(src) + s.source = srcs + t = openmc.Tally(name="emitted") + t.filters = [openmc.SurfaceFilter([sph]), openmc.CellFromFilter([cin]), openmc.CellFilter([cout]), + openmc.ParticleFilter(["photon"]), openmc.EnergyFilter(E_EDGES)] + t.scores = ["current"] + h = openmc.Tally(name="deposited"); h.filters = [openmc.CellFilter([cin])]; h.scores = ["heating"] + model.tallies = openmc.Tallies([t, h]) + return model + + +def photon_source(emission): + """Photons born uniformly in the pellet, isotropic, with the emission + stage's spectrum and its yield per second as the strength.""" + import openmc + spec = np.array(emission["spectrum_per_s"]) + total = float(spec.sum()) + dens = np.append(spec / np.diff(E_EDGES), 0.0) + return openmc.IndependentSource( + particle="photon", + space=openmc.stats.CylindricalIndependent( + r=openmc.stats.PowerLaw(0.0, R_PELLET, 1.0), + phi=openmc.stats.Uniform(0.0, 2 * math.pi), + z=openmc.stats.Uniform(-H_PELLET, H_PELLET)), + energy=openmc.stats.Tabular(E_EDGES, dens, interpolation="histogram"), + strength=total) + + +# ---------------------------------------------------------------- tallies +def add_tallies(model, parts, synapse=False): + import openmc + ph = openmc.ParticleFilter(["photon"]) + T = [] + t = openmc.Tally(name="sites"); t.filters = [openmc.CellFilter(parts["sites"]), ph] + t.scores = ["total", "heating", "flux"]; T.append(t) + if not synapse: + t = openmc.Tally(name="site_spectrum"); t.filters = [openmc.CellFilter(parts["sites"]), ph, openmc.EnergyFilter(E_EDGES)] + t.scores = ["flux"]; T.append(t) + det = [parts["paddles"]] + parts["czt"] + t = openmc.Tally(name="detectors"); t.filters = [openmc.CellFilter(det), ph] + t.scores = ["total", "heating", "flux"]; T.append(t) + t = openmc.Tally(name="detector_spectrum"); t.filters = [openmc.CellFilter(det), ph, openmc.EnergyFilter(E_EDGES)] + t.scores = ["flux"]; T.append(t) + cap = parts["cells"]["capsule"] + t = openmc.Tally(name="core_out"); t.filters = [openmc.SurfaceFilter(parts["capsule_surfaces"]), openmc.CellFromFilter([cap]), openmc.CellFilter([parts["cells"]["krypton"]]), ph, openmc.EnergyFilter(E_EDGES)] + t.scores = ["current"]; T.append(t) + for name in ("contact", "dose10", "dose100"): + t = openmc.Tally(name=name); t.filters = [openmc.CellFilter([parts[name]]), ph, openmc.EnergyFilter(E_EDGES)] + t.scores = ["flux"]; T.append(t) + t = openmc.Tally(name="leak"); t.filters = [openmc.SurfaceFilter(parts["ti_surfaces"]), openmc.CellFromFilter([parts["cells"]["titanium"]]), openmc.CellFilter([parts["contact"]]), ph, openmc.EnergyFilter(E_EDGES)] + t.scores = ["current"]; T.append(t) + allcells = [c for c in parts["cells"].values()] + t = openmc.Tally(name="heating_by_cell"); t.filters = [openmc.CellFilter(allcells)] + t.scores = ["heating"]; T.append(t) + parts["heating_cells"] = [c.name for c in allcells] + model.tallies = openmc.Tallies(T) + + +def harvest(sp_path, parts, synapse=False): + import openmc + out = {} + nE = len(E_EDGES) - 1 + with openmc.StatePoint(sp_path) as sp: + t = sp.get_tally(name="sites") + out["sites"] = {s: [t.mean[:, 0, j].tolist(), t.std_dev[:, 0, j].tolist()] for j, s in enumerate(t.scores)} + if not synapse: + t = sp.get_tally(name="site_spectrum") + out["site_spectrum"] = t.mean.reshape(len(parts["sites"]), nE).sum(axis=0).tolist() + t = sp.get_tally(name="detectors") + out["detectors"] = {"names": ["paddles"] + [f"czt_{k}" for k in range(4)], + **{s: [t.mean[:, 0, j].tolist(), t.std_dev[:, 0, j].tolist()] for j, s in enumerate(t.scores)}} + t = sp.get_tally(name="detector_spectrum") + m = t.mean.reshape(5, nE) + out["detector_spectrum"] = {"paddles": m[0].tolist(), "czt": m[1:].sum(axis=0).tolist()} + t = sp.get_tally(name="core_out") + m = np.abs(t.mean.reshape(-1, nE)).sum(axis=0); sd = np.sqrt((t.std_dev.reshape(-1, nE) ** 2).sum(axis=0)) + out["core_out"] = {"mean": m.tolist(), "std": sd.tolist()} + for name in ("contact", "dose10", "dose100"): + t = sp.get_tally(name=name) + out[name] = {"mean": t.mean.ravel().tolist(), "std": t.std_dev.ravel().tolist()} + t = sp.get_tally(name="leak") + m = np.abs(t.mean.reshape(-1, nE)).sum(axis=0); sd = np.sqrt((t.std_dev.reshape(-1, nE) ** 2).sum(axis=0)) + out["leak"] = {"mean": m.tolist(), "std": sd.tolist()} + t = sp.get_tally(name="heating_by_cell") + out["heating_by_cell"] = {n: [float(t.mean[i, 0, 0]), float(t.std_dev[i, 0, 0])] + for i, n in enumerate(parts["heating_cells"])} + return out + + +def run(model, workdir, exe): + if os.path.isdir(workdir): + shutil.rmtree(workdir) + os.makedirs(workdir) + t0 = time.time() + sp = model.run(cwd=workdir, output=False, openmc_exec=exe) + return sp, time.time() - t0 + + +def volumes(parts): + return {"site": math.pi * R_CELL ** 2 * 2 * H_SITE, + "contact": math.pi * ((R_TI + 0.2) ** 2 * (H_TI + 0.2) - R_TI ** 2 * H_TI) * 2, + "dose10": 4 / 3 * math.pi * (10.5 ** 3 - 9.5 ** 3), + "dose100": 4 / 3 * math.pi * (101.0 ** 3 - 99.0 ** 3), + "czt": (2 * A_CZT) ** 3} + + +# ---------------------------------------------------------------- protocol +def protocol(args): + import openmc + budget = BUDGET["quick" if args.quick else "full"] + exe = os.environ.get("OPENMC_EXEC", "openmc") + work = args.workdir + path = os.path.join(HERE, "tallies.json") + results = json.load(open(path)) if (os.path.exists(path) and args.only) else {"runs": {}} + runs = results["runs"] + minutes_before = results.get("provenance", {}).get("wall_clock_minutes", 0.0) # --only adds to an existing run + wanted = lambda n: (not args.only) or any(k in n for k in args.only.split(",")) + t_start = time.time() + + def record(name, model, parts, n, synapse=False, extra=None): + add_tallies(model, parts, synapse) + model.settings.particles = max(n // model.settings.batches, 100) + sp, wall = run(model, os.path.join(work, name), exe) + r = harvest(sp, parts, synapse) + r.update(particles=int(model.settings.particles * model.settings.batches), seconds=round(wall, 1)) + if extra: + r.update(extra) + runs[name] = r + print(f" {name:18s} ({wall:.0f} s)", flush=True) + json.dump(results, open(path, "w"), indent=1) + return r + + print("the ampoule in photon transport: OpenMC", openmc.__version__, "| budget", "quick" if args.quick else "full", flush=True) + + # -- emission: the pellet's bremsstrahlung, per second ---------------- + if wanted("emission"): + model = emission_model() + model.settings.particles = max(budget["emission"] // 20, 100) + sp, wall = run(model, os.path.join(work, "emission"), exe) + with openmc.StatePoint(sp) as st: + t = st.get_tally(name="emitted") + spec = np.abs(t.mean.ravel()); spec_s = t.std_dev.ravel() + h = st.get_tally(name="deposited") + runs["emission"] = {"spectrum_per_s": spec.tolist(), "std": spec_s.tolist(), + "photons_per_s": float(spec.sum()), + "electron_heating_W": float(h.mean[0, 0, 0]) * EV_J, + "particles": int(model.settings.particles * 20), "seconds": round(wall, 1)} + mids = np.sqrt(E_EDGES[:-1] * E_EDGES[1:]) + print(f" emission {spec.sum():.3e} photons/s, mean {(spec*mids).sum()/spec.sum()/1e3:.0f} keV, " + f"{runs['emission']['electron_heating_W']*1e6:.0f} µW deposited by the betas ({wall:.0f} s)", flush=True) + json.dump(results, open(path, "w"), indent=1) + emission = runs["emission"] + + # -- source ----------------------------------------------------------- + if wanted("source"): + model, parts = build() + model.settings.source = photon_source(emission) + record("source", model, parts, budget["source"]) + # the build note leaves the site material open, plastic or CsI; the + # vessel is run with plastic throughout, and once more here with CsI + # cells so that the report can say what the denser choice buys + if wanted("source_csi"): + model, parts = build(site_material="csi") + model.settings.source = photon_source(emission) + record("source_csi", model, parts, budget["source"], extra={"site_material": "CsI"}) + + # -- gate: the collar opening ---------------------------------------- + for f in (0.0, 0.25, 0.5, 0.75): + name = f"gate_{int(f*100):03d}" + if wanted(name): + model, parts = build(open_fraction=f) + model.settings.source = photon_source(emission) + record(name, model, parts, budget["gate"], extra={"open_fraction": f}) + + # the closed collar once more with CsI cells, for the CsI contrast + if wanted("gate_000_csi"): + model, parts = build(open_fraction=0.0, site_material="csi") + model.settings.source = photon_source(emission) + record("gate_000_csi", model, parts, budget["gate"], extra={"open_fraction": 0.0, "site_material": "CsI"}) + + # -- septum ------------------------------------------------------------ + if wanted("septum"): + model, parts = build(septum=True) + model.settings.source = photon_source(emission) + record("septum", model, parts, budget["septum"], extra={"septum": True}) + + # -- synapse: the Green's function between sites ---------------------- + # The lattice is symmetric under rotation by 45 degrees and under z -> -z, + # so a source at azimuth 0 and one of four heights stands for eight + # sources by rotation and two by reflection; four runs give all 64 + # columns of G in the open geometry. The septum breaks the rotation, so + # its runs are the same four sources next to it, compared column by + # column with the open case. + if any(wanted(f"synapse_{tag}") for tag in ("open", "septum")): + spec = np.array(runs["source"]["site_spectrum"]) + mids = np.sqrt(E_EDGES[:-1] * E_EDGES[1:]) + spec = spec / spec.sum() + energy = openmc.stats.Discrete(mids.tolist(), spec.tolist()) + rep = [iz * N_AZ for iz in range(N_Z // 2)] # sites 0, 8, 16, 24: azimuth 0, z = -3.5 .. -0.5 + for tag, sep in (("open", False), ("septum", True)): + if not wanted(f"synapse_{tag}"): + continue + meas, meas_s = {}, {} + for j in rep: + iz, ia = divmod(j, N_AZ) + th, z0 = TH_SITES[ia], Z_SITES[iz] + model, parts = build(septum=sep) + model.settings.source = openmc.IndependentSource( + particle="photon", + space=openmc.stats.CylindricalIndependent( + r=openmc.stats.PowerLaw(0.0, R_CELL, 1.0), phi=openmc.stats.Uniform(0, 2 * math.pi), + z=openmc.stats.Uniform(z0 - H_SITE, z0 + H_SITE), + origin=(R_SITE * math.cos(th), R_SITE * math.sin(th), 0.0)), + energy=energy) + add_tallies(model, parts, synapse=True) + model.settings.particles = max(budget["synapse"] // 20, 100) + sp, wall = run(model, os.path.join(work, f"syn_{tag}_{j}"), exe) + with openmc.StatePoint(sp) as st: + t = st.get_tally(name="sites") + meas[j] = t.mean[:, 0, 0].copy(); meas_s[j] = t.std_dev[:, 0, 0].copy() + shutil.rmtree(os.path.join(work, f"syn_{tag}_{j}"), ignore_errors=True) + print(f" synapse_{tag} site {j:2d}: self {meas[j][j]:.4f}, to all others {meas[j].sum()-meas[j][j]:.2e} ({wall:.0f} s)", flush=True) + G = np.zeros((64, 64)); S = np.zeros((64, 64)) + for j in range(64): + iz, ia = divmod(j, N_AZ) + flip = iz >= N_Z // 2 + jz = (N_Z - 1 - iz) if flip else iz + src = jz * N_AZ # the representative source + if sep and (ia != 0 or flip): + continue # only the measured columns + for k in range(64): + kz, ka = divmod(k, N_AZ) + kz_m = (N_Z - 1 - kz) if flip else kz + ka_m = (ka - ia) % N_AZ + km = kz_m * N_AZ + ka_m + G[k, j] = meas[src][km]; S[k, j] = meas_s[src][km] + runs[f"synapse_{tag}"] = {"G": G.tolist(), "std": S.tolist(), "sources": rep, + "measured_columns": ([j for j in range(64)] if not sep else rep), + "particles_per_source": int(max(budget["synapse"] // 20, 100) * 20), + "note": "columns outside measured_columns are filled by the lattice symmetry"} + json.dump(results, open(path, "w"), indent=1) + + import openmc.data + dE, dh = openmc.data.dose_coefficients("photon", geometry="AP") + results["provenance"] = { + "dose_coefficients_ICRP116_AP": {"energy_eV": np.asarray(dE).tolist(), "pSv_cm2": np.asarray(dh).tolist()}, + "openmc_version": openmc.__version__, "library": "ENDF/B-VIII.0 official OpenMC HDF5 distribution (photoatomic, EPICS2014 based)", + "electron_treatment": "thick target bremsstrahlung", "budget": "quick" if args.quick else "full", + "decays_per_s": DECAYS_PER_S, "activity_Bq_each": ACTIVITY_BQ, "tallies_are": "per second", + "energy_edges_eV": E_EDGES.tolist(), + "volumes_cm3": volumes(None), "sites": 64, "site_layout": {"radius_cm": R_SITE, "z_cm": Z_SITES.tolist(), "azimuths_rad": TH_SITES.tolist()}, + "geometry_cm": {"pellet": [R_PELLET, H_PELLET], "capsule_wall": CAPSULE, "lamp_cell": [R_KR, H_KR], "al_wall": AL_WALL, + "collar": [R_COLLAR_IN, R_COLLAR_OUT], "shell_out": R_SHELL_OUT, "shell_half_height": H_SHELL, + "opening_half_deg": OPEN_HALF_DEG, "opening_half_z": OPEN_HALF_Z, "trim_out": R_TRIM, + "boundary": [R_BOUND, H_BOUND], "si": SI, "czt_half_edge": A_CZT, "pmma": PMMA, "pb": PB, "ti": TI, + "outer_radius": R_TI, "outer_half_length": H_TI, "septum_deg": SEPTUM_ANGLE_DEG, "septum_t": SEPTUM_T}, + "wall_clock_minutes": round(minutes_before + (time.time() - t_start) / 60, 1), + } + json.dump(results, open(path, "w"), indent=1) + print(f"wrote {path} ({(time.time()-t_start)/60:.0f} min)") + + +def main(): + p = argparse.ArgumentParser(description=__doc__.split("\n")[1]) + p.add_argument("--quick", action="store_true") + p.add_argument("--only", default="") + p.add_argument("--workdir", default=os.path.join(HERE, "work")) + args = p.parse_args() + ensure_data() + protocol(args) + + +if __name__ == "__main__": + main() diff --git a/ampoule/report.py b/ampoule/report.py new file mode 100644 index 0000000..9354342 --- /dev/null +++ b/ampoule/report.py @@ -0,0 +1,466 @@ +#!/usr/bin/env python3 +# Copyright 2026 Max Freedom Pollard +# SPDX-License-Identifier: Apache-2.0 +""" +The ampoule, reported: every derived number, results.md, and figure 17, +from tallies.json and calibration.json. Needs numpy and matplotlib only. + +Derived here and nowhere else: the photon budget leaving the core and its +spectrum; the interaction rate, flux and deposited power of every site, the +pile up they imply and the proposal budget they support; the accidental and +true coincidence rates between sites; the boundary count rate and what the +precision law makes of it; the energy budget of the whole vessel; the dose +in air at contact, ten centimetres and a metre from ICRP 116 coefficients; +the transfer curve of the tungsten collar; the Green's function between +sites, its structure, and what the lead septum does to it; and the table +of every number the design notes assumed against the number computed. +""" +import json +import math +import os +import sys + +import numpy as np + +HERE = os.path.dirname(os.path.abspath(__file__)) +# an optional directory argument reads and writes there instead (a scratch run) +BASE = os.path.abspath(sys.argv[1]) if len(sys.argv) > 1 else HERE +FIGS = os.path.join(os.path.dirname(HERE), "figures") if BASE == HERE else BASE +OUT = [] +TAU_D = 100e-9 # s, resolving time of a scintillator cell (transistor note: 100 ns) +TAU_W = 100e-9 # s, coincidence window (benchtop cell) +EV = 1.602176634e-19 + + +def say(s=""): + OUT.append(s) + + +def pm(m, s, d=3): + return f"{m:.{d}g} ± {s:.{d}g}" + + +def si(x, unit="", d=3): + """A number in engineering notation with a unit; a rate below one per + second is written as a plain decimal, never with a milli prefix.""" + if x == 0: + return f"0 {unit}" + if unit.startswith("/") and abs(x) < 1: + return f"{x:.2g} {unit}" + e = int(math.floor(math.log10(abs(x)) / 3) * 3) + e = max(min(e, 12), -12) + pre = {-12: "p", -9: "n", -6: "µ", -3: "m", 0: "", 3: "k", 6: "M", 9: "G", 12: "T"}[e] + return f"{x / 10 ** e:.{d}g} {pre}{unit}" + + +def times(x): + """A ratio as a multiplier: 0.033×, 0.33×, 1.05×, 3.1×, 25×.""" + return f"{x:.2g}×" if (x < 0.1 or x >= 10) else f"{x:.2f}×" + + +SUP = str.maketrans("0123456789-", "⁰¹²³⁴⁵⁶⁷⁸⁹⁻") + + +def pow10(x): + """A number to one figure as m×10ⁿ.""" + m, e = f"{x:.0e}".split("e") + return f"{m}×10{str(int(e)).translate(SUP)}" + + +def dose_rate(spec, volume, decays, E_edges, dose_E, dose_h): + """µSv per hour from a flux spectrum tally (particle cm per second, per + bin, when decays is 1) in a cell of the given volume.""" + mids = np.sqrt(E_edges[:-1] * E_edges[1:]) + h = np.exp(np.interp(np.log(mids), np.log(dose_E), np.log(dose_h))) # pSv cm2 + flux = np.array(spec) / volume * decays # cm-2 s-1 per bin + return float((flux * h).sum() * 1e-12 * 3600 * 1e6) + + +def main(): + doc = json.load(open(os.path.join(BASE, "tallies.json"))) + runs, prov = doc["runs"], doc["provenance"] + cal = json.load(open(os.path.join(BASE, "calibration.json"))) + D = 1.0 # every tally is already per second + em = runs["emission"] + E = np.array(prov["energy_edges_eV"]); mids = np.sqrt(E[:-1] * E[1:]) + V = prov["volumes_cm3"] + src = runs["source"] + dE, dh = np.array(prov["dose_coefficients_ICRP116_AP"]["energy_eV"]), np.array(prov["dose_coefficients_ICRP116_AP"]["pSv_cm2"]) + geo = prov["geometry_cm"] + + say("# The ampoule in photon transport (regenerated by report.py from tallies.json and calibration.json)\n") + say(f"OpenMC {prov['openmc_version']}, {prov['library']}, electrons by the {prov['electron_treatment']} " + f"treatment, budget {prov['budget']} ({prov['wall_clock_minutes']} minutes of wall clock). The core is " + f"1 GBq each of ⁹⁰Sr and ⁹⁰Y in equilibrium, {prov['decays_per_s']:.0e} decays per second in all; the " + "sources carry those activities as their strength, so every rate below is a tally per second, with its " + "Monte Carlo standard deviation.\n") + + # ---- 0. calibration --------------------------------------------------- + say("## 0. Calibration: the photon instrument against references that are not OpenMC\n") + say("| material | energy (keV) | μ/ρ from the library (cm²/g) | NIST XCOM | ratio |") + say("|---|---|---|---|---|") + worst_att = 0.0 + for r in cal["attenuation"]: + worst_att = max(worst_att, abs(r["ratio"] - 1)) + say(f"| {r['material']} | {r['E_keV']:.0f} | {r['library']:.4f} | {r['xcom']:.4f} | {r['ratio']:.3f} |") + say(f"\nThe library's total attenuation agrees with XCOM to {worst_att*100:.1f} percent at worst across " + "lead, iron, tungsten and water from 100 keV to 2 MeV: the data.\n") + say("| slab | energy (keV) | uncollided fraction, Monte Carlo | exp(−μx) | ratio |") + say("|---|---|---|---|---|") + worst_tr = 0.0 + for r in cal["transmission"]: + worst_tr = max(worst_tr, abs(r["ratio"] - 1)) + say(f"| {r['thickness_cm']:g} cm {r['material']} | {r['E_keV']:.0f} | {r['mc']:.4f} ± {r['mc_std']:.4f} | {r['expected']:.4f} | {r['ratio']:.3f} |") + say(f"\nUncollided transmission through slabs of up to three mean free paths reproduces the exponential to " + f"{worst_tr*100:.1f} percent at worst: the transport.\n") + say("| target | electron energy (keV) | photons escaping per electron | energy radiated, fraction of T | thick target rule | ratio |") + say("|---|---|---|---|---|---|") + for r in cal["bremsstrahlung"]: + say(f"| {r['material']} | {r['T_keV']:.0f} | {r['photons_per_electron']:.3f} | {r['radiated_fraction']:.4f} | {r['rule']:.4f} | {r['ratio']:.2f} |") + say("\nThe energy an electron radiates as it stops, measured as what escapes a sphere thin enough to " + "absorb little of it, lands within the few tens of percent that the thick target rule " + "6×10⁻⁴ Z T is good for. OpenMC's thick target bremsstrahlung treatment was validated by its authors " + "against ESTAR and Geant4 (Lund and Romano, 2018); this only shows that the version and data in " + "hand behave as published. It is the source term of everything below, and it is the least certain " + "link in the chain: the numbers that descend from it should be read to about ten percent.\n") + + # ---- 1. the source ---------------------------------------------------- + say("## 1. The source: what the core actually emits\n") + cur = np.array(src["core_out"]["mean"]); cur_s = np.array(src["core_out"]["std"]) + n_out = cur.sum() * D + e_mean = (cur * mids).sum() / cur.sum() + f100 = cur[mids > 1e5].sum() / cur.sum(); f500 = cur[mids > 5e5].sum() / cur.sum() + heat = src["heating_by_cell"] + groups = {"core (pellet and capsule)": ["pellet", "capsule"], "lamp cell (krypton and wall)": ["krypton", "lamp_wall", "inner_air"], + "collar": ["collar"], "compute shell (glass and sites)": ["glass"] + [k for k in heat if k.startswith("site_")] + [k for k in heat if k.startswith("opening_")], + "trim ring": ["trim_air"], "boundary (paddles, CZT, silicon)": ["paddles", "sipm_si"] + [k for k in heat if k.startswith("czt_")], + "shield (PMMA, lead, titanium)": ["pmma", "lead", "titanium"], "outside": ["contact", "dose10", "dose100", "air"]} + power = {g: sum(heat[k][0] for k in ks if k in heat) * EV for g, ks in groups.items()} + power["core (pellet and capsule)"] += em["electron_heating_W"] # the betas themselves, from the emission stage + total_power = sum(power.values()) + emitted = np.array(em["spectrum_per_s"]); e_emit = (emitted * mids).sum() / emitted.sum() + say(f"- bremsstrahlung made in the pellet ceramic: {si(emitted.sum(), '/s')}, " + f"{emitted.sum()/prov['decays_per_s']:.4f} photons per decay at a mean energy of {e_emit/1e3:.0f} keV; " + f"the betas deposit {si(em['electron_heating_W'], 'W')} there") + say(f"- photons leaving the source capsule into the lamp cell: **{si(n_out, '/s')}** " + f"(± {math.sqrt((cur_s**2).sum())/cur.sum():.1%}), {n_out/emitted.sum():.0%} of those made, mean energy " + f"**{e_mean/1e3:.0f} keV**, {f100:.0%} above 100 keV and {f500:.1%} above 500 keV: the pellet and its " + "capsule absorb the soft end of their own light") + say(f"- power deposited in the whole vessel: **{si(total_power, 'W')}** against the design note's 181 µW for " + "1 GBq of ⁹⁰Sr/⁹⁰Y (SEALED.md ledger), the difference being the beta spectra used and the photons that escape") + say("") + say("| where the energy goes | power |") + say("|---|---|") + for g, p in power.items(): + say(f"| {g} | {si(p, 'W')} |") + say("") + say("Almost all of the decay energy stops in the pellet and its capsule, as the design intends: it is " + "the lamp's heat and the betavoltaic's supply. What leaves as photons is the bremsstrahlung of a " + f"thick target, {emitted.sum()*e_emit*EV/total_power:.1%} of the power, and that is the whole budget the " + "compute shell, the boundary and the shield have to work with.\n") + + # ---- 2. the compute shell -------------------------------------------- + say("## 2. The compute shell: what each site sees\n") + tot = np.array(src["sites"]["total"][0]) * D; tot_s = np.array(src["sites"]["total"][1]) * D + flux = np.array(src["sites"]["flux"][0]) / V["site"] * D + ph = np.array(src["sites"]["heating"][0]) * D * EV + r_mean, r_min, r_max = tot.mean(), tot.min(), tot.max() + pile = r_mean * TAU_D + say(f"- interaction rate per site: mean **{si(r_mean, '/s')}**, from {si(r_min, '/s')} to {si(r_max, '/s')} " + f"(the lattice is symmetric, so the spread is the height dependence and statistics); " + f"photon flux {si(flux.mean(), '/cm²/s')}; deposited {si(ph.mean(), 'W')} per site") + say(f"- all 64 sites together: **{si(tot.sum(), '/s')}** interactions, against the design note's proposal " + f"budget of 10⁶ per second (SEALED.md Section 8): the shell is fed {times(tot.sum()/1e6)} what the sampler was priced at") + say(f"- pile up: the mean site interacts {pile:.2g} times per {TAU_D*1e9:.0f} ns resolving time, so " + f"{(1-math.exp(-pile))*100:.2g} percent of its events overlap another; the theory's floor plan n ≳ λτ_d asks for " + f"{tot.sum()*TAU_D:.2g} sites at this activity, and there are 64") + acc = 2 * TAU_W * r_mean ** 2 + say(f"- accidental coincidences between two mean sites in a {TAU_W*1e9:.0f} ns window: 2τ r² = " + f"**{si(acc, '/s')}**, the raw material of the coincidence multiplier; the precision law " + f"then gives {acc/2**8:.2g} four bit readings of it per second and {acc/2**16:.2g} eight bit ones") + csi = runs.get("source_csi") + if csi: + tot_c = np.array(csi["sites"]["total"][0]) * D + pile_c = tot_c.mean() * TAU_D; acc_c = 2 * TAU_W * tot_c.mean() ** 2 + csi_ratio = tot_c.sum() / tot.sum() + say(f"- **the same shell with CsI cells**, the build note's other option: mean **{si(tot_c.mean(), '/s')}** per site, " + f"**{si(tot_c.sum(), '/s')}** over all 64, {times(csi_ratio)} the plastic figure and {times(tot_c.sum()/1e6)} the " + f"proposal budget; pile up {pile_c:.2g} per resolving time ({(1-math.exp(-pile_c))*100:.2g} percent of events overlap, " + f"{tot_c.sum()*TAU_D:.2g} sites needed); accidental coincidences between two mean sites {si(acc_c, '/s')}, " + f"{acc_c/2**8:.2g} four bit and {acc_c/2**16:.2g} eight bit readings per second") + say("") + spec = np.array(src["site_spectrum"]); spec = spec / spec.sum() + e_site = (spec * mids).sum() + say(f"The field in a site has mean energy {e_site/1e3:.0f} keV, and {spec[mids < 1e5].sum():.0%} of it is below " + "100 keV: what reaches the shell is already the soft end of the bremsstrahlung, filtered by the " + "capsule, the lamp wall and the collar. " + + (f"Which cell material the builder chooses decides whether the sampler is fed at all: 2 mm of plastic is a " + f"Compton scatterer that a {e_site/1e3:.0f} keV field crosses almost untouched, and 2 mm of CsI, with the " + f"photoelectric effect of iodine and caesium and four times the density, interacts {times(csi_ratio)} as often. " + f"The note offered either; the transport says CsI, and " + + ("that with CsI the shell meets the proposal budget" if tot_c.sum() >= 1e6 else + f"that even with CsI the shell is {times(1e6/tot_c.sum())} short of the proposal budget") + + ". The rest of this report runs the vessel with plastic cells, the conservative choice; the collar's " + "contrast is given for both, and the septum's factor, a ratio of couplings through the same lead, is " + "given for plastic." if csi else "") + "\n") + + # ---- 3. the gate -------------------------------------------------------- + say("## 3. The GATE: the tungsten collar's transfer curve\n") + say("Every site faces the lamp cell through an opening in a 2 mm tungsten sleeve; the opening's width " + "is the site's thinning aperture, the mechanical GATE terminal of the reference transistor. The " + "collar was run at five widths.\n") + say("| opening (percent of nominal) | mean site rate | relative to open |") + say("|---|---|---|") + curve = [] + for f, name in ((0.0, "gate_000"), (0.25, "gate_025"), (0.5, "gate_050"), (0.75, "gate_075"), (1.0, "source")): + r = runs[name] + m = np.array(r["sites"]["total"][0]).mean() * D + s = np.sqrt((np.array(r["sites"]["total"][1]) ** 2).sum()) / 64 * D # standard error of the mean over the 64 sites + curve.append((f, m, s)) + for f, m, s in curve: + say(f"| {f*100:.0f} | {si(m, '/s')} ± {si(s, '/s', 2)} | {m/curve[-1][1]:.3f} |") + contrast = curve[-1][1] / curve[0][1] + contrast_s = contrast * math.sqrt((curve[-1][2] / curve[-1][1]) ** 2 + (curve[0][2] / curve[0][1]) ** 2) + g0c = runs.get("gate_000_csi") + if csi and g0c: + m0c = np.array(g0c["sites"]["total"][0]).mean() * D + s0c = np.sqrt((np.array(g0c["sites"]["total"][1]) ** 2).sum()) / 64 * D + s1c = np.sqrt((np.array(csi["sites"]["total"][1]) ** 2).sum()) / 64 * D + contrast_c = tot_c.mean() / m0c + contrast_cs = contrast_c * math.sqrt((s1c / tot_c.mean()) ** 2 + (s0c / m0c) ** 2) + csi_line = (f" With CsI cells, which the soft end of the spectrum reaches and the closed collar removes, the " + f"contrast is **{contrast_c:.2f}** (± {contrast_cs:.2f}): {si(m0c, '/s')} closed against {si(tot_c.mean(), '/s')} open.") + else: + csi_line = "" + say(f"\nON/OFF contrast of the collar: **{contrast:.2f}** (± {contrast_s:.2f}) with plastic cells.{csi_line} The closed state is not dark, because 2 mm of " + "tungsten stops the soft bremsstrahlung and passes the hard tail (a 1 MeV photon has a 30 percent " + "chance of crossing it uncollided), and because photons scattered in the glass reach the sites " + "from the side. The aperture is an analog knob over a modest range, which is what the neutron " + "sector's absorber turned out to be too, and for the same reason: an absorber in a path is a " + "filter, not a barrier, unless it is thick enough to stop the whole spectrum.\n") + + # ---- 4. the synapse --------------------------------------------------- + say("## 4. The synapse: the Green's function between sites\n") + say("A photon born in site j (isotropically, with the spectrum the source stage found in the sites) " + "interacts in site k with probability G_kj. This is the weight matrix of the theory's transport " + "synapse for the real geometry, the object Open Problem 4 asked for, measured 64 × 64.\n") + G = np.array(runs["synapse_open"]["G"]); Gs = np.array(runs["synapse_open"]["std"]) + N_AZ, N_Z = 8, 8 + diag = np.mean([G[j, j] for j in range(64)]) + az_nb, z_nb, dg_nb, far = [], [], [], [] + for j in range(64): + iz, ia = divmod(j, N_AZ) + for k in range(64): + if k == j: + continue + kz, ka = divmod(k, N_AZ) + da = min(abs(ka - ia), N_AZ - abs(ka - ia)); dz = abs(kz - iz) + if da == 1 and dz == 0: + az_nb.append(G[k, j]) + elif da == 0 and dz == 1: + z_nb.append(G[k, j]) + elif da == 1 and dz == 1: + dg_nb.append(G[k, j]) + else: + far.append(G[k, j]) + fan = np.array([G[:, j].sum() - G[j, j] for j in range(64)]) + say("| coupling | mean G_kj (interactions in k per photon born in j) |") + say("|---|---|") + say(f"| a site with itself (G_jj) | {diag:.2e} |") + say(f"| nearest neighbour around the ring (Δθ = 45°) | {np.mean(az_nb):.2e} |") + say(f"| nearest neighbour along the axis (Δz = 1 cm) | {np.mean(z_nb):.2e} |") + say(f"| diagonal neighbour | {np.mean(dg_nb):.2e} |") + say(f"| everything farther | {np.mean(far):.2e} (mean), {np.max(far):.2e} (largest) |") + say(f"| all other sites together, per photon born | {fan.mean():.2e} |") + say("") + say(f"A photon born in a 2 mm site has a {diag:.1%} chance of interacting in it and a {fan.mean():.1%} chance of " + "interacting in any of the other 63; the rest is lost to the glass, the collar, the boundary and the " + "shield. That is the fan out tax of theory Section 1.3 for this geometry: the weights of the " + f"synapse are of order {pow10(np.mean(az_nb))}, and a signal handed from a site to its nearest neighbour " + f"is attenuated by {pow10(1/np.mean(az_nb))} at every hop. The compiler's toy fabric (transport/compiler_demo.py) " + f"had weights of order a tenth; the real shell is {math.log10(0.1/np.mean(az_nb)):.0f} orders down, which the sampler's rate " + "coding absorbs as budget rather than as error (theory Section 10.1), but which sets what a " + "gigabecquerel actually buys. These are plastic cells; CsI cells would raise every entry, the self " + "term and the couplings alike, by roughly the material ratio of Section 2, and the fan out fraction with them.\n") + Gsep = np.array(runs["synapse_septum"]["G"]) + srcs = runs["synapse_septum"]["sources"] + blocked, control = [], [] + for j in srcs: + iz, ia = divmod(j, N_AZ) + if ia != 0: + continue + for kz in range(N_Z): + k1 = kz * N_AZ + 1; k7 = kz * N_AZ + 7 + if G[k1, j] > 0: + blocked.append(Gsep[k1, j] / G[k1, j]) + if G[k7, j] > 0: + control.append(Gsep[k7, j] / G[k7, j]) + say(f"**The septum.** A 1 mm lead sheet between sector 0 and sector 1 leaves sector 0's coupling to sector 1 " + f"at {np.mean(blocked):.2f} of its open value and its coupling to sector 7, on the unshielded side, at " + f"{np.mean(control):.2f}: the inhibitory septum of the build note blocks the soft part of the coupling " + "and passes the hard part, a factor rather than a wall, like the collar and like the cadmium sheet of " + "the neutron gate. Fixed absorbers program weights in this machine; they do not cut wires.\n") + + # ---- 5. the boundary ----------------------------------------------------- + say("## 5. The boundary: what the mouth actually counts\n") + det = src["detectors"] + names = det["names"] + rates = np.array(det["total"][0]) * D; rs = np.array(det["total"][1]) * D + paddle, czt = rates[0], rates[1:].sum() + say("| detector | interaction rate | deposited power |") + say("|---|---|---|") + heats = np.array(det["heating"][0]) * D * EV + say(f"| scintillator paddles and caps (24 SiPM tiles) | {si(paddle, '/s')} ± {si(rs[0], '/s', 2)} | {si(heats[0], 'W')} |") + say(f"| four CZT pixels together | {si(czt, '/s')} | {si(heats[1:].sum(), 'W')} |") + say("") + total_det = paddle + czt + say(f"- detected boundary events: **{si(total_det, '/s')}**, against the design note's budget of 10⁷ per second " + f"(SEALED.md Section 7): **{times(total_det/1e7)}** the assumption; the fraction of photons leaving the core that " + f"interact in the boundary is {total_det/n_out:.0%}") + say(f"- by the precision law, that budget supports {total_det/2**16:.0f} eight bit reads per second, " + f"{total_det/2**12:.0f} at six bits and {total_det/2**8:.0f} at four; the note priced 153, 2,441 and 39,062") + ds = np.array(src["detector_spectrum"]["paddles"]); ds = ds / max(ds.sum(), 1e-30) + say(f"- the paddle spectrum has mean energy {(ds*mids).sum()/1e3:.0f} keV; a 6 mm plastic paddle is a Compton " + "scatterer, not a photopeak detector, and the CZT pixels are where the energy division channels of " + "gates/edm_channels.md would be read\n") + + # ---- 6. dose ---------------------------------------------------------------- + say("## 6. The dose outside: the health physics the build note deferred\n") + dc = dose_rate(src["contact"]["mean"], V["contact"], D, E, dE, dh) + d10 = dose_rate(src["dose10"]["mean"], V["dose10"], D, E, dE, dh) + d100 = dose_rate(src["dose100"]["mean"], V["dose100"], D, E, dE, dh) + leak = np.array(src["leak"]["mean"]); n_leak = leak.sum() * D + say("| where | ambient dose rate (ICRP 116, anterior posterior, photons) |") + say("|---|---|") + say(f"| at the titanium wall | **{dc:.3g} µSv/h** |") + say(f"| 10 cm from the centre | {d10:.3g} µSv/h |") + say(f"| 1 m from the centre | **{d100:.3g} µSv/h** |") + say("") + say(f"- photons escaping the shield: {si(n_leak, '/s')}, {n_leak/n_out:.1%} of what left the core, with mean energy " + f"{(leak*mids).sum()/max(leak.sum(),1e-30)/1e3:.0f} keV: the hard tail again") + say(f"- for scale, the public dose limit of 1 mSv per year is 0.11 µSv/h continuously; at 1 m this vessel " + f"{'stays under it' if d100 < 0.11 else f'exceeds it by {d100/0.11:.0f}×'}, and at the wall it " + f"{'is under it' if dc < 0.11 else f'is {dc/0.11:.0f}× over'}. The build note said the shield was sized " + "with margin and that the final figure was the builder's to certify; this is that figure, for the " + "photons, from the same library that licenses shielding") + say("- the bremsstrahlung of ⁹⁰Sr/⁹⁰Y is a known shielding problem precisely because it is hard: the " + "design's 4 mm of lead is a filter for it, not a wall, and a laboratory instrument at a gigabecquerel " + "would sit in a lead pot. Nothing in the computation contradicts the note's licence class, " + "institutional; it puts a number on why\n") + + # ---- 7. verdict ------------------------------------------------------------ + say("## 7. The design notes, checked\n") + say("| what the notes assumed | where | computed here |") + say("|---|---|---|") + say(f"| deposited power, 181 µW per GBq | SEALED.md ledger | {si(total_power, 'W')} for the pair |") + say(f"| boundary budget 10⁷ detected events per second | SEALED.md Section 7 | {si(total_det, '/s')} |") + say(f"| percent level boundary collection | SEALED.md Section 7 | {total_det/n_out:.0%} of core photons |") + say(f"| proposal budget 10⁶ per second across 64 sites | SEALED.md Section 8 | {si(tot.sum(), '/s')} with plastic cells" + + (f", {si(tot_c.sum(), '/s')} with CsI" if csi else "") + " |") + say(f"| cells of plastic scintillator or CsI | EMBODIMENT.md Section 1.2 | " + + (f"CsI, by {times(csi_ratio)} in rate" if csi else "plastic only was run") + " |") + say(f"| pile up ceiling, sites ≳ λ τ_d | THEORY.md Section 3.2 | {tot.sum()*TAU_D:.2g} sites needed with plastic" + + (f", {tot_c.sum()*TAU_D:.2g} with CsI" if csi else "") + ", 64 present |") + say(f"| the aperture as the GATE terminal | transistor/README.md | contrast {contrast:.2f} through 2 mm of tungsten" + + (f" with plastic cells, {contrast_c:.2f} with CsI" if csi_line else "") + " |") + say(f"| lead septa as inhibitory blocking | EMBODIMENT.md Section 1.2 | coupling reduced to {np.mean(blocked):.2f}, not cut |") + say(f"| weights written by geometry | README, the scattering gate | nearest neighbour G ≈ {pow10(np.mean(az_nb))}, fan out {fan.mean():.1%} |") + say(f"| shield sized with margin, dose to be certified | EMBODIMENT.md Section 1.5 | {dc:.3g} µSv/h at the wall, {d100:.3g} µSv/h at 1 m |") + say("") + b_ratio = total_det / 1e7 + boundary_verdict = (f"closes at the boundary with {times(b_ratio)} the assumed count" if b_ratio >= 1 else + f"falls short at the boundary by {times(1/b_ratio)}" if b_ratio >= 0.1 else + f"fails at the boundary by an order of magnitude, {times(1/b_ratio)}") + if csi: + site_verdict = (f"reaches its proposal budget in the sites only with CsI cells ({times(tot_c.sum()/1e6)} the budget, " + f"against {times(tot.sum()/1e6)} with plastic)" if tot_c.sum() >= 1e6 else + f"misses its proposal budget in the sites with either cell material ({times(tot.sum()/1e6)} with plastic, " + f"{times(tot_c.sum()/1e6)} with CsI)") + else: + site_verdict = f"is fed {times(tot.sum()/1e6)} its proposal budget in the sites" + say(f"*The ampoule's budget {boundary_verdict} and {site_verdict}; its wall is thinner than its own spectrum; " + "and its two mechanical controls, the aperture and the septum, are knobs rather than switches for the same " + "reason the neutron gate's absorber was. The machine the theory can seal today is a rate coded sampler " + "whose weights are small and whose photons are hard, and every one of those adjectives is now a number.*") + + open(os.path.join(BASE, "results.md"), "w").write("\n".join(OUT) + "\n") + print("\n".join(OUT[-6:])) + print("wrote ampoule/results.md") + figure(cur, mids, D, curve, G, Gsep, srcs, power, dc, d10, d100, ds, leak, spec, + (tot_c.mean(), np.sqrt((np.array(csi["sites"]["total"][1]) ** 2).sum()) / 64 * D) if csi else None) + + +def figure(cur, mids, D, curve, G, Gsep, srcs, power, dc, d10, d100, ds, leak, spec, csi_point=None): + import matplotlib + matplotlib.use("Agg") + import matplotlib.pyplot as plt + from matplotlib.colors import LogNorm + INK, BLUE, RED, GREEN, AMBER, PURPLE, GREY = ( + "#16213e", "#2563eb", "#dc2626", "#16a34a", "#d97706", "#7c3aed", "#94a3b8") + plt.rcParams.update({ + "figure.facecolor": "white", "axes.facecolor": "white", "savefig.facecolor": "white", + "axes.edgecolor": INK, "axes.labelcolor": INK, "text.color": INK, "xtick.color": INK, + "ytick.color": INK, "axes.titlecolor": INK, "font.size": 11, "axes.titlesize": 12, + "axes.titleweight": "bold", "axes.grid": True, "grid.color": "#e5e7eb", + "grid.linewidth": 0.8, "axes.spines.top": False, "axes.spines.right": False, + "figure.dpi": 130, "svg.hashsalt": "nuclear-computer"}) + fig, ((A, B), (C, Dax)) = plt.subplots(2, 2, figsize=(13.4, 9.6)) + + # A: spectra per second per keV + def per_keV(y): + edges = np.sqrt(mids[:-1] * mids[1:]) + w = np.diff(np.concatenate([[mids[0] ** 2 / edges[0]], edges, [mids[-1] ** 2 / edges[-1]]])) / 1e3 + return np.array(y) * D / np.maximum(w, 1e-30) + A.plot(mids / 1e3, per_keV(cur), color=BLUE, lw=2.0, label="leaving the source capsule") + A.plot(mids / 1e3, per_keV(spec * cur.sum()), color=AMBER, lw=1.6, ls="--", label="in a site (shape, scaled)") + A.plot(mids / 1e3, per_keV(leak), color=RED, lw=1.8, label="escaping the shield") + A.axvline(2280, color=GREY, ls=":", lw=1.2) + A.set_xscale("log"); A.set_yscale("log") + A.text(2150, A.get_ylim()[1] * 0.5, "⁹⁰Y endpoint", color=GREY, fontsize=8, ha="right", va="top") + A.set_xlim(10, 3000); A.set_xlabel("photon energy (keV)"); A.set_ylabel("photons per second per keV") + A.set_title("A. The bremsstrahlung of 1 GBq of ⁹⁰Sr/⁹⁰Y, and what gets out") + A.legend(frameon=False, fontsize=8.5, loc="lower left") + + # B: the collar transfer curve + x = [f * 100 for f, _, _ in curve]; y = [m for _, m, _ in curve]; e = [s for _, _, s in curve] + B.errorbar(x, y, yerr=e, fmt="-o", color=BLUE, lw=2.2, ms=6, capsize=3, label="mean site interaction rate, plastic cells") + if csi_point: + B.errorbar([100], [csi_point[0]], yerr=[csi_point[1]], fmt="D", color=AMBER, ms=7, capsize=3, label="CsI cells, collar open") + B.axhline(1 / TAU_D, color=RED, ls="--", lw=1.3); B.text(2, 1 / TAU_D * 1.15, "pile up ceiling, 1/τ_d", color=RED, fontsize=8.5) + B.axhline(1e6 / 64, color=AMBER, ls=":", lw=1.3); B.text(2, 1e6 / 64 * 1.15, "design proposal budget per site", color=AMBER, fontsize=8.5) + B.set_yscale("log"); B.set_ylim(min(y) / 3, 3e7); B.set_xlim(-5, 108) + B.set_xlabel("collar opening (percent of nominal)"); B.set_ylabel("interactions per second per site") + B.set_title("B. The GATE terminal: the tungsten collar's transfer curve") + B.legend(frameon=False, fontsize=8.5, loc="lower right") + + # C: the Green's function + Gp = np.maximum(G, 1e-6) + im = C.imshow(Gp, norm=LogNorm(vmin=1e-5, vmax=max(Gp.max(), 1e-2)), cmap="Blues", origin="lower") + for b in range(8, 64, 8): + C.axhline(b - 0.5, color=GREY, lw=0.5); C.axvline(b - 0.5, color=GREY, lw=0.5) + C.set_xlabel("photon born in site j (8 heights × 8 azimuths)"); C.set_ylabel("interacts in site k") + C.set_title("C. The synapse: G between the 64 sites") + C.grid(False) + plt.colorbar(im, ax=C, fraction=0.046, pad=0.03, label="G_kj per photon") + + # D: energy budget and dose + labels = list(power); vals = [power[k] * 1e6 for k in labels] + Dax.barh(range(len(labels)), vals, color=[GREY, AMBER, INK, BLUE, GREY, GREEN, PURPLE, RED], height=0.6) + Dax.set_yticks(range(len(labels))); Dax.set_yticklabels([l.split(" (")[0] for l in labels], fontsize=8.5) + Dax.set_xscale("log"); Dax.set_xlabel("deposited power (µW)") + Dax.set_title("D. Where the energy goes, and the dose outside") + Dax.text(0.98, 0.96, f"ambient dose rate\nat the wall: {dc:.3g} µSv/h\nat 10 cm: {d10:.3g} µSv/h\nat 1 m: {d100:.3g} µSv/h", + transform=Dax.transAxes, fontsize=9, ha="right", va="top", color=INK, + bbox=dict(boxstyle="round", fc="white", ec=GREY)) + + fig.suptitle("Figure 17. The ampoule in real photon transport", fontsize=13, fontweight="bold", y=1.0) + fig.tight_layout() + for ext in ("svg", "png"): + kw = {"metadata": {"Date": None}} if ext == "svg" else {} + fig.savefig(os.path.join(FIGS, f"fig17_ampoule.{ext}"), bbox_inches="tight", **kw) + plt.close(fig) + print("wrote fig17_ampoule") + + +if __name__ == "__main__": + main() diff --git a/ampoule/results.md b/ampoule/results.md new file mode 100644 index 0000000..21b2190 --- /dev/null +++ b/ampoule/results.md @@ -0,0 +1,147 @@ +# The ampoule in photon transport (regenerated by report.py from tallies.json and calibration.json) + +OpenMC 0.16.0, ENDF/B-VIII.0 official OpenMC HDF5 distribution (photoatomic, EPICS2014 based), electrons by the thick target bremsstrahlung treatment, budget full (7.6 minutes of wall clock). The core is 1 GBq each of ⁹⁰Sr and ⁹⁰Y in equilibrium, 2e+09 decays per second in all; the sources carry those activities as their strength, so every rate below is a tally per second, with its Monte Carlo standard deviation. + +## 0. Calibration: the photon instrument against references that are not OpenMC + +| material | energy (keV) | μ/ρ from the library (cm²/g) | NIST XCOM | ratio | +|---|---|---|---|---| +| Pb | 100 | 5.5500 | 5.5490 | 1.000 | +| Pb | 500 | 0.1612 | 0.1614 | 0.999 | +| Pb | 1000 | 0.0708 | 0.0710 | 0.996 | +| Pb | 2000 | 0.0459 | 0.0461 | 0.997 | +| Fe | 100 | 0.3730 | 0.3717 | 1.003 | +| Fe | 500 | 0.0841 | 0.0841 | 1.000 | +| Fe | 1000 | 0.0599 | 0.0600 | 0.999 | +| Fe | 2000 | 0.0426 | 0.0427 | 0.998 | +| W | 100 | 4.4415 | 4.4380 | 1.001 | +| W | 500 | 0.1378 | 0.1378 | 1.000 | +| W | 1000 | 0.0659 | 0.0662 | 0.996 | +| W | 2000 | 0.0442 | 0.0443 | 0.997 | +| water | 100 | 0.1706 | 0.1707 | 1.000 | +| water | 500 | 0.0968 | 0.0969 | 0.999 | +| water | 1000 | 0.0706 | 0.0707 | 0.999 | +| water | 2000 | 0.0493 | 0.0494 | 0.998 | + +The library's total attenuation agrees with XCOM to 0.4 percent at worst across lead, iron, tungsten and water from 100 keV to 2 MeV: the data. + +| slab | energy (keV) | uncollided fraction, Monte Carlo | exp(−μx) | ratio | +|---|---|---|---|---| +| 1 cm Pb | 1000 | 0.4475 ± 0.0011 | 0.4466 | 1.002 | +| 0.5 cm Pb | 500 | 0.4000 ± 0.0009 | 0.4001 | 1.000 | +| 5 cm Fe | 1000 | 0.0953 ± 0.0006 | 0.0944 | 1.010 | +| 0.5 cm W | 2000 | 0.6523 ± 0.0008 | 0.6520 | 1.001 | +| 10 cm water | 1000 | 0.4929 ± 0.0009 | 0.4930 | 1.000 | + +Uncollided transmission through slabs of up to three mean free paths reproduces the exponential to 1.0 percent at worst: the transport. + +| target | electron energy (keV) | photons escaping per electron | energy radiated, fraction of T | thick target rule | ratio | +|---|---|---|---|---|---| +| water | 500 | 0.023 | 0.0018 | 0.0022 | 0.83 | +| water | 1000 | 0.056 | 0.0035 | 0.0044 | 0.78 | +| water | 2000 | 0.137 | 0.0069 | 0.0088 | 0.79 | +| iron | 500 | 0.036 | 0.0071 | 0.0077 | 0.91 | +| iron | 1000 | 0.101 | 0.0138 | 0.0154 | 0.90 | +| iron | 2000 | 0.271 | 0.0278 | 0.0303 | 0.92 | + +The energy an electron radiates as it stops, measured as what escapes a sphere thin enough to absorb little of it, lands within the few tens of percent that the thick target rule 6×10⁻⁴ Z T is good for. OpenMC's thick target bremsstrahlung treatment was validated by its authors against ESTAR and Geant4 (Lund and Romano, 2018); this only shows that the version and data in hand behave as published. It is the source term of everything below, and it is the least certain link in the chain: the numbers that descend from it should be read to about ten percent. + +## 1. The source: what the core actually emits + +- bremsstrahlung made in the pellet ceramic: 114 M/s, 0.0569 photons per decay at a mean energy of 144 keV; the betas deposit 181 µW there +- photons leaving the source capsule into the lamp cell: **43.9 M/s** (± 0.1%), 39% of those made, mean energy **252 keV**, 87% above 100 keV and 7.6% above 500 keV: the pellet and its capsule absorb the soft end of their own light +- power deposited in the whole vessel: **183 µW** against the design note's 181 µW for 1 GBq of ⁹⁰Sr/⁹⁰Y (SEALED.md ledger), the difference being the beta spectra used and the photons that escape + +| where the energy goes | power | +|---|---| +| core (pellet and capsule) | 182 µW | +| lamp cell (krypton and wall) | 46.1 nW | +| collar | 760 nW | +| compute shell (glass and sites) | 43 nW | +| trim ring | 6.86 pW | +| boundary (paddles, CZT, silicon) | 38.5 nW | +| shield (PMMA, lead, titanium) | 587 nW | +| outside | 1.04 nW | + +Almost all of the decay energy stops in the pellet and its capsule, as the design intends: it is the lamp's heat and the betavoltaic's supply. What leaves as photons is the bremsstrahlung of a thick target, 1.4% of the power, and that is the whole budget the compute shell, the boundary and the shield have to work with. + +## 2. The compute shell: what each site sees + +- interaction rate per site: mean **515 /s**, from 148 /s to 1.1 k/s (the lattice is symmetric, so the spread is the height dependence and statistics); photon flux 453 k/cm²/s; deposited 4.22 pW per site +- all 64 sites together: **32.9 k/s** interactions, against the design note's proposal budget of 10⁶ per second (SEALED.md Section 8): the shell is fed 0.033× what the sampler was priced at +- pile up: the mean site interacts 5.1e-05 times per 100 ns resolving time, so 0.0051 percent of its events overlap another; the theory's floor plan n ≳ λτ_d asks for 0.0033 sites at this activity, and there are 64 +- accidental coincidences between two mean sites in a 100 ns window: 2τ r² = **0.053 /s**, the raw material of the coincidence multiplier; the precision law then gives 0.00021 four bit readings of it per second and 8.1e-07 eight bit ones +- **the same shell with CsI cells**, the build note's other option: mean **16 k/s** per site, **1.02 M/s** over all 64, 31× the plastic figure and 1.02× the proposal budget; pile up 0.0016 per resolving time (0.16 percent of events overlap, 0.1 sites needed); accidental coincidences between two mean sites 51 /s, 0.2 four bit and 0.00078 eight bit readings per second + +The field in a site has mean energy 240 keV, and 18% of it is below 100 keV: what reaches the shell is already the soft end of the bremsstrahlung, filtered by the capsule, the lamp wall and the collar. Which cell material the builder chooses decides whether the sampler is fed at all: 2 mm of plastic is a Compton scatterer that a 240 keV field crosses almost untouched, and 2 mm of CsI, with the photoelectric effect of iodine and caesium and four times the density, interacts 31× as often. The note offered either; the transport says CsI, and that with CsI the shell meets the proposal budget. The rest of this report runs the vessel with plastic cells, the conservative choice; the collar's contrast is given for both, and the septum's factor, a ratio of couplings through the same lead, is given for plastic. + +## 3. The GATE: the tungsten collar's transfer curve + +Every site faces the lamp cell through an opening in a 2 mm tungsten sleeve; the opening's width is the site's thinning aperture, the mechanical GATE terminal of the reference transistor. The collar was run at five widths. + +| opening (percent of nominal) | mean site rate | relative to open | +|---|---|---| +| 0 | 81.2 /s ± 7.3 /s | 0.158 | +| 25 | 352 /s ± 15 /s | 0.684 | +| 50 | 471 /s ± 17 /s | 0.915 | +| 75 | 495 /s ± 17 /s | 0.961 | +| 100 | 515 /s ± 10 /s | 1.000 | + +ON/OFF contrast of the collar: **6.34** (± 0.58) with plastic cells. With CsI cells, which the soft end of the spectrum reaches and the closed collar removes, the contrast is **11.94** (± 0.37): 1.34 k/s closed against 16 k/s open. The closed state is not dark, because 2 mm of tungsten stops the soft bremsstrahlung and passes the hard tail (a 1 MeV photon has a 30 percent chance of crossing it uncollided), and because photons scattered in the glass reach the sites from the side. The aperture is an analog knob over a modest range, which is what the neutron sector's absorber turned out to be too, and for the same reason: an absorber in a path is a filter, not a barrier, unless it is thick enough to stop the whole spectrum. + +## 4. The synapse: the Green's function between sites + +A photon born in site j (isotropically, with the spectrum the source stage found in the sites) interacts in site k with probability G_kj. This is the weight matrix of the theory's transport synapse for the real geometry, the object Open Problem 4 asked for, measured 64 × 64. + +| coupling | mean G_kj (interactions in k per photon born in j) | +|---|---| +| a site with itself (G_jj) | 1.31e-02 | +| nearest neighbour around the ring (Δθ = 45°) | 3.33e-05 | +| nearest neighbour along the axis (Δz = 1 cm) | 1.10e-04 | +| diagonal neighbour | 2.24e-05 | +| everything farther | 3.60e-06 (mean), 2.93e-05 (largest) | +| all other sites together, per photon born | 5.39e-04 | + +A photon born in a 2 mm site has a 1.3% chance of interacting in it and a 0.1% chance of interacting in any of the other 63; the rest is lost to the glass, the collar, the boundary and the shield. That is the fan out tax of theory Section 1.3 for this geometry: the weights of the synapse are of order 3×10⁻⁵, and a signal handed from a site to its nearest neighbour is attenuated by 3×10⁴ at every hop. The compiler's toy fabric (transport/compiler_demo.py) had weights of order a tenth; the real shell is 3 orders down, which the sampler's rate coding absorbs as budget rather than as error (theory Section 10.1), but which sets what a gigabecquerel actually buys. These are plastic cells; CsI cells would raise every entry, the self term and the couplings alike, by roughly the material ratio of Section 2, and the fan out fraction with them. + +**The septum.** A 1 mm lead sheet between sector 0 and sector 1 leaves sector 0's coupling to sector 1 at 0.49 of its open value and its coupling to sector 7, on the unshielded side, at 1.00: the inhibitory septum of the build note blocks the soft part of the coupling and passes the hard part, a factor rather than a wall, like the collar and like the cadmium sheet of the neutron gate. Fixed absorbers program weights in this machine; they do not cut wires. + +## 5. The boundary: what the mouth actually counts + +| detector | interaction rate | deposited power | +|---|---|---| +| scintillator paddles and caps (24 SiPM tiles) | 2.83 M/s ± 7.1 k/s | 25 nW | +| four CZT pixels together | 426 k/s | 3.93 nW | + +- detected boundary events: **3.25 M/s**, against the design note's budget of 10⁷ per second (SEALED.md Section 7): **0.33×** the assumption; the fraction of photons leaving the core that interact in the boundary is 7% +- by the precision law, that budget supports 50 eight bit reads per second, 794 at six bits and 12703 at four; the note priced 153, 2,441 and 39,062 +- the paddle spectrum has mean energy 254 keV; a 6 mm plastic paddle is a Compton scatterer, not a photopeak detector, and the CZT pixels are where the energy division channels of gates/edm_channels.md would be read + +## 6. The dose outside: the health physics the build note deferred + +| where | ambient dose rate (ICRP 116, anterior posterior, photons) | +|---|---| +| at the titanium wall | **67.8 µSv/h** | +| 10 cm from the centre | 26.5 µSv/h | +| 1 m from the centre | **0.261 µSv/h** | + +- photons escaping the shield: 3.4 M/s, 7.7% of what left the core, with mean energy 565 keV: the hard tail again +- for scale, the public dose limit of 1 mSv per year is 0.11 µSv/h continuously; at 1 m this vessel exceeds it by 2×, and at the wall it is 616× over. The build note said the shield was sized with margin and that the final figure was the builder's to certify; this is that figure, for the photons, from the same library that licenses shielding +- the bremsstrahlung of ⁹⁰Sr/⁹⁰Y is a known shielding problem precisely because it is hard: the design's 4 mm of lead is a filter for it, not a wall, and a laboratory instrument at a gigabecquerel would sit in a lead pot. Nothing in the computation contradicts the note's licence class, institutional; it puts a number on why + +## 7. The design notes, checked + +| what the notes assumed | where | computed here | +|---|---|---| +| deposited power, 181 µW per GBq | SEALED.md ledger | 183 µW for the pair | +| boundary budget 10⁷ detected events per second | SEALED.md Section 7 | 3.25 M/s | +| percent level boundary collection | SEALED.md Section 7 | 7% of core photons | +| proposal budget 10⁶ per second across 64 sites | SEALED.md Section 8 | 32.9 k/s with plastic cells, 1.02 M/s with CsI | +| cells of plastic scintillator or CsI | EMBODIMENT.md Section 1.2 | CsI, by 31× in rate | +| pile up ceiling, sites ≳ λ τ_d | THEORY.md Section 3.2 | 0.0033 sites needed with plastic, 0.1 with CsI, 64 present | +| the aperture as the GATE terminal | transistor/README.md | contrast 6.34 through 2 mm of tungsten with plastic cells, 11.94 with CsI | +| lead septa as inhibitory blocking | EMBODIMENT.md Section 1.2 | coupling reduced to 0.49, not cut | +| weights written by geometry | README, the scattering gate | nearest neighbour G ≈ 3×10⁻⁵, fan out 0.1% | +| shield sized with margin, dose to be certified | EMBODIMENT.md Section 1.5 | 67.8 µSv/h at the wall, 0.261 µSv/h at 1 m | + +*The ampoule's budget falls short at the boundary by 3.08× and reaches its proposal budget in the sites only with CsI cells (1.02× the budget, against 0.033× with plastic); its wall is thinner than its own spectrum; and its two mechanical controls, the aperture and the septum, are knobs rather than switches for the same reason the neutron gate's absorber was. The machine the theory can seal today is a rate coded sampler whose weights are small and whose photons are hard, and every one of those adjectives is now a number.* diff --git a/ampoule/tallies.json b/ampoule/tallies.json new file mode 100644 index 0000000..ca38d0b --- /dev/null +++ b/ampoule/tallies.json @@ -0,0 +1,30862 @@ +{ + "runs": { + "emission": { + "spectrum_per_s": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1000.0, + 500.0, + 0.0, + 0.0, + 17500.0, + 0.0, + 500.0, + 21500.0, + 572000.0, + 7160000.0, + 587500.0, + 2842500.0, + 6757000.0, + 10001000.0, + 11850000.0, + 12268000.0, + 11696000.0, + 10693500.0, + 9385500.0, + 7768000.0, + 6526500.0, + 5093000.0, + 3871000.0, + 2870000.0, + 1932000.0, + 1147000.0, + 543500.0, + 213500.0, + 26000.0, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 688.2472016116853, + 500.0, + 0.0, + 0.0, + 3898.3802304357937, + 0.0, + 500.0, + 2209.429552479196, + 16489.23093543496, + 48319.114665991794, + 13666.61317918502, + 30948.81172789064, + 48915.071404694034, + 105939.15830870988, + 65469.96097046098, + 94433.49093688275, + 79104.8604535045, + 71577.24939936535, + 61239.28477701222, + 64598.35422378075, + 42197.998206450255, + 61026.74133439157, + 38036.68589249346, + 31085.6203006098, + 37223.36561043911, + 20027.61251766907, + 15048.605460832225, + 11056.67219374799, + 2937.9548919900762, + 0.0 + ], + "photons_per_s": 113844500.0, + "electron_heating_W": 0.0001806905743805967, + "particles": 4000000, + "seconds": 2.6 + }, + "source": { + "sites": { + "total": [ + [ + 204.9201, + 193.53564999999998, + 216.30454999999998, + 261.84235000000007, + 204.9201, + 204.92009999999996, + 216.30454999999998, + 170.76674999999997, + 284.61125000000004, + 273.2268, + 398.45575, + 375.68684999999994, + 330.1490500000001, + 239.07345, + 443.99355, + 352.9179499999999, + 614.7602999999999, + 739.9892500000001, + 751.3737000000001, + 648.9136500000001, + 671.6825500000001, + 637.5292, + 546.4536, + 785.52705, + 717.2203499999999, + 899.3715500000001, + 739.98925, + 910.756, + 967.6782500000002, + 1024.6005000000002, + 876.6026499999998, + 1104.2916500000001, + 751.3737000000001, + 865.2181999999999, + 967.6782500000002, + 808.29595, + 762.7581500000001, + 796.9115000000004, + 831.0648500000001, + 865.2182, + 739.9892499999997, + 808.2959500000001, + 591.9914, + 557.83805, + 535.06915, + 569.2225000000002, + 569.2225000000001, + 705.8359, + 318.76460000000003, + 318.7646000000001, + 330.1490500000001, + 443.99354999999997, + 295.9957, + 216.30454999999998, + 330.14905, + 387.07129999999995, + 193.53564999999998, + 170.76674999999997, + 273.2268, + 193.53564999999998, + 147.99784999999997, + 193.53564999999998, + 216.30455, + 170.76675 + ], + [ + 54.53539940929242, + 41.37824953207046, + 58.34256602599201, + 68.65533288809493, + 43.39001443304061, + 43.390014433040626, + 60.63587320683303, + 54.47282291202288, + 51.907940885250966, + 42.436271275668226, + 65.81458030933629, + 92.3770115385081, + 62.845550587237454, + 50.84577350501761, + 60.635873206833004, + 101.11976926864799, + 82.75649906414094, + 149.4654815638552, + 87.5625517246205, + 72.52077600309384, + 72.89604772484233, + 60.91646643714138, + 68.90327639239925, + 96.98786217754737, + 100.84957568147244, + 96.98786217754743, + 105.60734684547968, + 94.89038728401587, + 120.11311758686544, + 134.70262897341672, + 135.48527664240828, + 104.82938157933921, + 93.58748260722912, + 117.50071454391025, + 111.88021385853217, + 92.67191096873549, + 84.671374829373, + 103.81588177050178, + 93.8422419267759, + 110.3145197332704, + 90.28574919722733, + 96.98786217754727, + 72.7555476628632, + 94.13255117999901, + 84.671374829373, + 85.03313407157357, + 91.22527240992919, + 88.80024634973238, + 58.166923180772535, + 60.46689227482909, + 69.05161515697301, + 70.99985679453589, + 49.829432993230434, + 58.34256602599201, + 45.161758880802715, + 57.45898293217979, + 37.93817899267696, + 43.31133800488074, + 58.63413488855678, + 44.553491932689, + 37.93817899267695, + 44.553491932689006, + 53.46163851194094, + 46.35435372034563 + ] + ], + "heating": [ + [ + 5112849.601976579, + 15306960.289247608, + 7281763.475363632, + 13917415.671546191, + 9223471.380360002, + 11119961.748817617, + 12622433.487967914, + 13707197.170167949, + 17896634.682460073, + 12091933.190376846, + 16803658.513786756, + 23614511.710969735, + 11985585.776549688, + 21165038.432194088, + 26883081.78749199, + 19975472.399723284, + 26703558.44548922, + 31057001.06776478, + 33194470.227822043, + 26302715.05839586, + 22653872.679731864, + 21860213.787379347, + 27172858.929750174, + 40167497.1225104, + 42882236.88525958, + 68479263.68368061, + 29959615.161420204, + 37570207.667479604, + 61564513.07491203, + 57860999.76421376, + 45352146.011617474, + 55802257.106112614, + 41105499.070977286, + 36706159.113074765, + 60666658.76128678, + 64941139.016028784, + 53934459.43223343, + 33629813.73036788, + 42819905.58811608, + 37397742.09051887, + 35391013.37820484, + 37682061.425061, + 32788191.483028214, + 25467571.40495503, + 19886929.21402203, + 29555298.258701157, + 26268690.603315324, + 33105705.988301832, + 18614523.99156437, + 8539481.983975697, + 15365187.882798225, + 15415407.867806679, + 21399192.138809033, + 12751843.966061044, + 16397608.321511626, + 16802743.627015006, + 10264846.120287573, + 3600154.1230169227, + 16217844.336777616, + 9677203.645607244, + 8894590.224234235, + 14053058.990964204, + 10868617.351573044, + 10163224.866532123 + ], + [ + 1607334.4728891754, + 5907465.635339539, + 3137403.935190705, + 5069975.559060229, + 2312124.064325447, + 4198111.405142087, + 5777583.117540555, + 5931774.542373726, + 4098403.6012843787, + 4045293.6219119495, + 4148097.893737007, + 10300183.45064375, + 3304942.127511572, + 7582907.685486413, + 5543687.455882326, + 7977421.450094485, + 6030956.934367551, + 8042877.402806783, + 6509169.353245561, + 5362073.877046349, + 6207627.557324189, + 3413410.5004061046, + 7225690.537955499, + 10344404.851790719, + 9975540.36126369, + 14536020.909251912, + 8795296.367290922, + 6468637.187737774, + 16348847.976366827, + 10047708.811917707, + 12266128.881272962, + 8308129.524223191, + 12515926.52353574, + 9356165.739260282, + 11077697.680359617, + 14509766.362946313, + 11904063.399525883, + 5506500.732518575, + 7239714.62771518, + 9060672.142756466, + 6971317.679505371, + 7082742.566768266, + 6374178.174145457, + 7641907.134727829, + 4606955.751724799, + 8660292.456298044, + 5685190.441214542, + 7386007.5164022315, + 5433414.326860619, + 2202014.3676948547, + 3617145.0124353594, + 5452353.990856828, + 6251025.927637281, + 4839234.86874236, + 4278878.947631517, + 3194467.7350537805, + 2920157.1214742665, + 1416905.5577166632, + 4487923.584151114, + 5172741.658698699, + 3402154.159386748, + 5583791.302524669, + 4749634.689534231, + 4366722.639334287 + ] + ], + "flux": [ + [ + 1313.3613660814935, + 1346.3052816499771, + 1497.9745152852413, + 1971.3428644750202, + 1465.8083771958695, + 1430.5016807014767, + 1695.8589947961555, + 1282.0046684495187, + 2187.340393563788, + 1902.1774612526053, + 2771.570794300896, + 2755.9673037154157, + 2123.557067356728, + 1910.4026963601314, + 3258.9661791794347, + 2494.7951616635937, + 4286.119817577084, + 5071.10429276961, + 5343.531219749533, + 4529.040037535438, + 4411.3821470772755, + 4269.576275990855, + 3884.707997736025, + 5529.191463268586, + 5065.341138459601, + 6775.879206449654, + 5069.127371647045, + 6289.450844649232, + 7032.186865024964, + 7277.47854079581, + 5959.243386311513, + 7445.271117194997, + 5306.945588347144, + 6053.2508562383755, + 7220.787393111605, + 5902.378727259443, + 5567.287742037059, + 5414.510222912768, + 5899.247946668692, + 5808.1634632695805, + 5029.22264005807, + 5692.333752638999, + 4285.60213812768, + 3879.736649992197, + 3591.1023270101336, + 4217.833412688088, + 4041.301709172813, + 5101.1228706309175, + 2308.8377623096726, + 2185.7775620986504, + 2334.9972339710303, + 3078.7774630883514, + 2206.3532273789488, + 1629.938236837751, + 2382.220666290569, + 2747.171940874383, + 1395.7235789388799, + 1063.9652460642715, + 2019.02723106294, + 1398.981004777513, + 1080.139739998909, + 1321.8772662039921, + 1448.646725216207, + 1266.258645506155 + ], + [ + 345.65704896088414, + 281.36619990375954, + 391.192725471491, + 471.2166410452083, + 298.08069283601077, + 310.69312524208357, + 492.2814170234139, + 409.5347785385962, + 411.65911950799665, + 334.6828656626745, + 477.4170328371681, + 708.2918831263805, + 415.50276594698965, + 412.2008476618276, + 428.7695234045412, + 683.8421462774821, + 607.3285099310151, + 1055.8701664582477, + 656.4066840943376, + 521.1857016901041, + 498.96265910196837, + 368.76356107129436, + 486.54283218776465, + 764.9289150487705, + 697.208006758877, + 770.0022956251503, + 708.0749477519115, + 645.6533984467874, + 889.5360760406815, + 922.944340010585, + 918.8297854173805, + 681.2830863006258, + 780.0339164480699, + 887.7643118632037, + 817.8988574592938, + 601.4673248293956, + 634.7166860437005, + 682.5013562929123, + 676.0842240383604, + 737.1139061501503, + 633.8690683334652, + 705.5893562463823, + 545.7245682596896, + 648.7527616339664, + 563.2330425336007, + 617.1142368190036, + 632.038720693923, + 679.8526760567322, + 411.690824521818, + 431.2300120909848, + 461.3670068611343, + 517.1847226738256, + 390.4486387285939, + 441.5665446901071, + 351.7821615587209, + 411.0726604522181, + 276.6022824048882, + 275.3298046897033, + 418.1206599557726, + 341.4900770033442, + 273.0955796594212, + 310.8734907454445, + 360.32783692013345, + 366.35706795029427 + ] + ] + }, + "site_spectrum": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.029921176696264585, + 0.03255533064973716, + 0.0, + 0.2064724883300278, + 0.0027699708211904243, + 0.0, + 3.566406818134797, + 0.7058539427513337, + 0.0, + 2.2991175239430186, + 1.9348654765723405, + 8.11864859136439, + 21.9779982299664, + 37.82132859898199, + 615.548378077561, + 7149.394644942535, + 12633.39017484959, + 20490.483639067574, + 29697.277408449405, + 33677.847755125484, + 32174.295852035044, + 27460.551299103015, + 21441.42391541324, + 16386.15168123089, + 11881.31826676507, + 8151.788853475861, + 4794.339125945571, + 2168.8241410045644, + 893.1718197858107, + 84.91013521431566, + 0.0 + ], + "detectors": { + "names": [ + "paddles", + "czt_0", + "czt_1", + "czt_2", + "czt_3" + ], + "total": [ + [ + 2825529.4143999997, + 108687.34414999999, + 108846.72644999999, + 104998.78235, + 103848.95289999997 + ], + [ + 7112.970910095581, + 1627.4734626116442, + 1814.4936719632115, + 1452.7909582741067, + 1443.239752479619 + ] + ], + "heating": [ + [ + 156246870288.80496, + 6276322312.968886, + 6188931554.110334, + 6066438271.236624, + 6027637851.2340145 + ], + [ + 671201939.8098168, + 104281128.49994485, + 90546530.67035682, + 109994481.35133313, + 108681921.1141454 + ] + ], + "flux": [ + [ + 19938450.244596247, + 21997.59345592285, + 21561.74683350565, + 21526.226511456443, + 21239.137283735403 + ], + [ + 54729.80660165542, + 602.1445375505998, + 509.2594600449635, + 662.0029329083093, + 501.4942802196512 + ] + ] + }, + "detector_spectrum": { + "paddles": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.2654163321817848, + 0.4779562269102141, + 1.4171576013359237, + 1.6407118528899765, + 4.4502397287884286, + 11.933832231265134, + 22.96980005115382, + 40.15831411005452, + 105.20356260504983, + 1263.707706777782, + 292.64676016408873, + 448.97794720587433, + 817.8343893243788, + 7518.499606093885, + 12052.899772823355, + 125404.93792631812, + 1112251.4498733743, + 1848974.8945438978, + 1746781.6746450434, + 2063012.9145846106, + 2264636.5694785933, + 2193110.9004937685, + 2025419.4414111606, + 1822527.7076086062, + 1581472.1104504713, + 1271233.620384322, + 910224.5002657423, + 558380.6133889488, + 276041.3196289422, + 110802.5491110315, + 14039.666782455466, + 0.0 + ], + "czt": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.01446960848823919, + 0.029028417882103103, + 0.066250994813048, + 0.10188092326218108, + 0.4283870073639255, + 4.667893882685805, + 1.737363262458207, + 0.22915260871290413, + 0.47031554317633384, + 3.732705172618073, + 1.0337314017037187, + 2.607095347066131, + 8.436690855137652, + 1530.2701811948984, + 124.62731814229123, + 21.448016588457627, + 323.05036791912573, + 1150.2210798297708, + 2515.918378949887, + 5628.088220730951, + 10037.075999643403, + 12004.978985436524, + 12796.142033552354, + 11890.274904923637, + 10045.900452083171, + 7418.644072586032, + 5893.49340284098, + 3124.275209215355, + 1514.5059300930282, + 788.4126761517564, + 80.32509390493799, + 0.0 + ] + }, + "core_out": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 11.38445, + 11.38445, + 0.0, + 34.153349999999996, + 3984.5575, + 808.2959500000001, + 68.30669999999999, + 147.99785, + 91.07560000000001, + 3734.0996, + 352.91794999999996, + 1400.28735, + 34301.34785, + 354568.69525, + 1545917.2344000002, + 3756652.19545, + 5907015.41815, + 6813115.178100001, + 6400269.483299999, + 5547915.711800001, + 4388159.021399999, + 3349384.88115, + 2473704.3715999997, + 1669438.5169000002, + 989604.7007, + 474139.57360000006, + 185225.0015, + 23247.0469, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 11.38445, + 11.38445, + 0.0, + 19.369419195076688, + 217.17005491240533, + 98.24568238819973, + 26.377603721673268, + 42.99519262507423, + 40.46139708842699, + 223.72994056824612, + 67.04678550630759, + 114.71002314234347, + 666.3807028561015, + 1566.6125754330221, + 4383.700309566301, + 5686.946759006626, + 6396.802175023625, + 8506.85277639032, + 10021.968979885016, + 7710.068471115616, + 7578.166021612215, + 6319.6694624771435, + 5283.3674180581875, + 4591.25886631033, + 3397.4686082672147, + 2467.4154827637262, + 1360.5050761836114, + 528.959588374588, + 0.0 + ] + }, + "contact": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 3.931919209544971, + 0.0, + 7.700204638413827, + 0.0, + 3.100294241055387, + 0.0, + 0.0, + 5.699092995524768, + 18.233199334409413, + 13.001934986778195, + 27.436228960771235, + 80.34154625192805, + 185.90162384748382, + 6634.385166549413, + 3941.9003554024275, + 2031.9121166379373, + 5290.092188083539, + 14062.82535797439, + 46253.03211459262, + 105873.54849150963, + 157950.96199160672, + 172100.74951280805, + 145943.62195970403, + 98444.06605405055, + 52305.639180016995, + 22057.25679581549, + 2967.355289374898, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 3.931919209544971, + 0.0, + 4.211347250860103, + 0.0, + 3.1002942410553866, + 0.0, + 0.0, + 3.928841587876037, + 12.944616983607272, + 7.379297584423225, + 10.492454332024273, + 16.251241493234282, + 23.264158482824723, + 171.71683337176597, + 110.51158712574775, + 140.032517455793, + 295.6496320618903, + 314.6737025681492, + 416.19055801888913, + 599.847326423147, + 674.5329719556545, + 651.540494642241, + 483.25389124435026, + 631.5100493567996, + 413.51655823390246, + 248.45552928596953, + 65.33091816029729, + 0.0 + ] + }, + "dose10": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 22.840670201502423, + 0.0, + 0.0, + 0.0, + 0.0, + 23.50327067620905, + 60.71333587855615, + 48.26424357561515, + 117.86227167060281, + 313.72759003231016, + 804.7894370305206, + 25175.2236647781, + 13915.237295627168, + 6024.468462771745, + 13281.88140172094, + 37449.073838180244, + 155268.892758132, + 416599.93400856806, + 661658.9593021173, + 740242.6353403439, + 635705.5194598918, + 431118.5760531089, + 229828.98097363563, + 96938.60140599209, + 12933.138910085205, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 15.720070195989658, + 0.0, + 0.0, + 0.0, + 0.0, + 16.176187799409234, + 39.77660557098987, + 27.812361945812174, + 43.783744239079724, + 58.74167491679629, + 101.916817880053, + 598.4047980853783, + 361.73670604460483, + 320.4770742409171, + 562.0774578119479, + 869.0372256759326, + 1356.8363288415712, + 2397.0820054820124, + 2502.555123220289, + 2651.1537713310368, + 2116.5772241735203, + 2605.66439616544, + 1715.4737781155068, + 1049.465761874758, + 309.8108942445618, + 0.0 + ] + }, + "dose100": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 22.983015660285737, + 0.0, + 76.10078057742943, + 46.181276535847566, + 86.12064751030042, + 94.08334694880315, + 160.0538475095536, + 91.12328381611974, + 258.4389664905692, + 687.7406014043034, + 1465.6767815054677, + 45790.136446576624, + 25168.43982550579, + 11064.678907340587, + 26443.070655329597, + 77391.61341303858, + 300511.441001172, + 803715.2258123572, + 1287597.1408852758, + 1450484.727189615, + 1252771.708899425, + 853885.3205135822, + 456062.53501509567, + 192509.63360494032, + 25638.03725413681, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 22.983015660285737, + 0.0, + 41.85200393289893, + 31.78414606758561, + 40.20018042969938, + 43.18738708146388, + 95.20181506268878, + 53.29037193500783, + 99.86267959562022, + 135.54223871558784, + 161.36681878035068, + 1063.3625115466543, + 651.4146513174005, + 635.3973561411733, + 908.2641391782391, + 1583.3938067734657, + 2836.8170550228533, + 4525.5438107030595, + 4953.596936567011, + 5405.031120792479, + 4175.313221187991, + 5130.002997284297, + 3533.4211402676387, + 2067.2420200862293, + 616.3737650063872, + 0.0 + ] + }, + "leak": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 11.38445, + 0.0, + 34.153349999999996, + 0.0, + 11.38445, + 0.0, + 0.0, + 22.7689, + 56.92225, + 45.5378, + 113.8445, + 295.99569999999994, + 614.7602999999999, + 22746.1311, + 12591.201700000001, + 5214.078100000001, + 10940.45645, + 32263.5313, + 143922.21689999997, + 398615.13229999994, + 643881.7231000001, + 728502.33995, + 630174.8453, + 429148.2272, + 229294.20745, + 96836.1317, + 12921.35075, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 11.38445, + 0.0, + 19.369419195076688, + 0.0, + 11.38445, + 0.0, + 0.0, + 15.6706317087763, + 28.965952174113426, + 26.6349522911254, + 42.59671143685859, + 56.01626776362192, + 67.19922250225932, + 519.9722460530627, + 311.16278794096587, + 301.7246650295031, + 388.68045851654443, + 723.4466872475155, + 1140.1035248763956, + 2147.5532104884333, + 2587.829793318027, + 2492.1656058334993, + 1961.4076968754418, + 2471.7161764607, + 1722.5997295306206, + 1168.7847276996372, + 367.9448159191821, + 0.0 + ] + }, + "heating_by_cell": { + "pellet": [ + 4177429814590.746, + 1760622175.6015 + ], + "capsule": [ + 1151726026396.6116, + 1377771891.4504812 + ], + "krypton": [ + 42965324750.64643, + 210662954.006155 + ], + "lamp_wall": [ + 244924724228.74457, + 784169429.2751604 + ], + "inner_air": [ + 107449790.89836864, + 20322928.001935113 + ], + "site_0_0": [ + 5112849.601976579, + 1607334.4728891754 + ], + "site_0_1": [ + 15306960.289247608, + 5907465.635339539 + ], + "site_0_2": [ + 7281763.475363632, + 3137403.935190705 + ], + "site_0_3": [ + 13917415.671546191, + 5069975.559060229 + ], + "site_0_4": [ + 9223471.380360002, + 2312124.064325447 + ], + "site_0_5": [ + 11119961.748817617, + 4198111.405142087 + ], + "site_0_6": [ + 12622433.487967914, + 5777583.117540555 + ], + "site_0_7": [ + 13707197.170167949, + 5931774.542373726 + ], + "site_1_0": [ + 17896634.682460073, + 4098403.6012843787 + ], + "site_1_1": [ + 12091933.190376846, + 4045293.6219119495 + ], + "site_1_2": [ + 16803658.513786756, + 4148097.893737007 + ], + "site_1_3": [ + 23614511.710969735, + 10300183.45064375 + ], + "site_1_4": [ + 11985585.776549688, + 3304942.127511572 + ], + "site_1_5": [ + 21165038.432194088, + 7582907.685486413 + ], + "site_1_6": [ + 26883081.78749199, + 5543687.455882326 + ], + "site_1_7": [ + 19975472.399723284, + 7977421.450094485 + ], + "site_2_0": [ + 26703558.44548922, + 6030956.934367551 + ], + "site_2_1": [ + 31057001.06776478, + 8042877.402806783 + ], + "site_2_2": [ + 33194470.227822043, + 6509169.353245561 + ], + "site_2_3": [ + 26302715.05839586, + 5362073.877046349 + ], + "site_2_4": [ + 22653872.679731864, + 6207627.557324189 + ], + "site_2_5": [ + 21860213.787379347, + 3413410.5004061046 + ], + "site_2_6": [ + 27172858.929750174, + 7225690.537955499 + ], + "site_2_7": [ + 40167497.1225104, + 10344404.851790719 + ], + "site_3_0": [ + 42882236.88525958, + 9975540.36126369 + ], + "site_3_1": [ + 68479263.68368061, + 14536020.909251912 + ], + "site_3_2": [ + 29959615.161420204, + 8795296.367290922 + ], + "site_3_3": [ + 37570207.667479604, + 6468637.187737774 + ], + "site_3_4": [ + 61564513.07491203, + 16348847.976366827 + ], + "site_3_5": [ + 57860999.76421376, + 10047708.811917707 + ], + "site_3_6": [ + 45352146.011617474, + 12266128.881272962 + ], + "site_3_7": [ + 55802257.106112614, + 8308129.524223191 + ], + "site_4_0": [ + 41105499.070977286, + 12515926.52353574 + ], + "site_4_1": [ + 36706159.113074765, + 9356165.739260282 + ], + "site_4_2": [ + 60666658.76128678, + 11077697.680359617 + ], + "site_4_3": [ + 64941139.016028784, + 14509766.362946313 + ], + "site_4_4": [ + 53934459.43223343, + 11904063.399525883 + ], + "site_4_5": [ + 33629813.73036788, + 5506500.732518575 + ], + "site_4_6": [ + 42819905.58811608, + 7239714.62771518 + ], + "site_4_7": [ + 37397742.09051887, + 9060672.142756466 + ], + "site_5_0": [ + 35391013.37820484, + 6971317.679505371 + ], + "site_5_1": [ + 37682061.425061, + 7082742.566768266 + ], + "site_5_2": [ + 32788191.483028214, + 6374178.174145457 + ], + "site_5_3": [ + 25467571.40495503, + 7641907.134727829 + ], + "site_5_4": [ + 19886929.21402203, + 4606955.751724799 + ], + "site_5_5": [ + 29555298.258701157, + 8660292.456298044 + ], + "site_5_6": [ + 26268690.603315324, + 5685190.441214542 + ], + "site_5_7": [ + 33105705.988301832, + 7386007.5164022315 + ], + "site_6_0": [ + 18614523.99156437, + 5433414.326860619 + ], + "site_6_1": [ + 8539481.983975697, + 2202014.3676948547 + ], + "site_6_2": [ + 15365187.882798225, + 3617145.0124353594 + ], + "site_6_3": [ + 15415407.867806679, + 5452353.990856828 + ], + "site_6_4": [ + 21399192.138809033, + 6251025.927637281 + ], + "site_6_5": [ + 12751843.966061044, + 4839234.86874236 + ], + "site_6_6": [ + 16397608.321511626, + 4278878.947631517 + ], + "site_6_7": [ + 16802743.627015006, + 3194467.7350537805 + ], + "site_7_0": [ + 10264846.120287573, + 2920157.1214742665 + ], + "site_7_1": [ + 3600154.1230169227, + 1416905.5577166632 + ], + "site_7_2": [ + 16217844.336777616, + 4487923.584151114 + ], + "site_7_3": [ + 9677203.645607244, + 5172741.658698699 + ], + "site_7_4": [ + 8894590.224234235, + 3402154.159386748 + ], + "site_7_5": [ + 14053058.990964204, + 5583791.302524669 + ], + "site_7_6": [ + 10868617.351573044, + 4749634.689534231 + ], + "site_7_7": [ + 10163224.866532123, + 4366722.639334287 + ], + "collar": [ + 4745163068987.135, + 3417796136.5581594 + ], + "opening_0": [ + 525004.7313910457, + 525004.7313910457 + ], + "opening_1": [ + 0.0, + 0.0 + ], + "opening_2": [ + 857299.9501546305, + 857299.9501546305 + ], + "opening_3": [ + 0.0, + 0.0 + ], + "opening_4": [ + 0.0, + 0.0 + ], + "opening_5": [ + 44088.87082632485, + 44088.87082632485 + ], + "opening_6": [ + 905638.4147169637, + 905638.4147169637 + ], + "opening_7": [ + 0.0, + 0.0 + ], + "opening_8": [ + 297778.78653824766, + 297778.7865382477 + ], + "opening_9": [ + 0.0, + 0.0 + ], + "opening_10": [ + 0.0, + 0.0 + ], + "opening_11": [ + 117902.11805605442, + 117902.1180560544 + ], + "opening_12": [ + 0.0, + 0.0 + ], + "opening_13": [ + 0.0, + 0.0 + ], + "opening_14": [ + 463341.4701932917, + 463341.4701932918 + ], + "opening_15": [ + 0.0, + 0.0 + ], + "opening_16": [ + 251888.71476346487, + 193637.89193237922 + ], + "opening_17": [ + 239063.57939972455, + 239063.57939972452 + ], + "opening_18": [ + 463793.84284792905, + 463793.8428479291 + ], + "opening_19": [ + 358133.6645552631, + 358133.66455526307 + ], + "opening_20": [ + 1536511.920039899, + 1536511.920039899 + ], + "opening_21": [ + 0.0, + 0.0 + ], + "opening_22": [ + 0.0, + 0.0 + ], + "opening_23": [ + 12060.280225361636, + 12060.280225361637 + ], + "opening_24": [ + 319060.17616691056, + 312924.96187490557 + ], + "opening_25": [ + 261297.93587103402, + 190718.44328731345 + ], + "opening_26": [ + 0.0, + 0.0 + ], + "opening_27": [ + 275687.70444822346, + 275687.70444822346 + ], + "opening_28": [ + 956551.3973615874, + 956551.3973615874 + ], + "opening_29": [ + 3056427.350651308, + 2685737.2196935564 + ], + "opening_30": [ + 131475.23809394523, + 131475.23809394523 + ], + "opening_31": [ + 2735734.7470233836, + 2735734.7470233836 + ], + "opening_32": [ + 20207.39875, + 20207.39875 + ], + "opening_33": [ + 0.0, + 0.0 + ], + "opening_34": [ + 2250473.745651153, + 1319813.5665414124 + ], + "opening_35": [ + 0.0, + 0.0 + ], + "opening_36": [ + 0.0, + 0.0 + ], + "opening_37": [ + 29681.9723657009, + 29681.9723657009 + ], + "opening_38": [ + 2748749.277103538, + 2246448.030528944 + ], + "opening_39": [ + 0.0, + 0.0 + ], + "opening_40": [ + 630244.0643222237, + 467689.6885672228 + ], + "opening_41": [ + 2522293.409278777, + 2500866.8658155454 + ], + "opening_42": [ + 0.0, + 0.0 + ], + "opening_43": [ + 20207.39875, + 20207.39875 + ], + "opening_44": [ + 1433367.4926779934, + 1128759.4951676605 + ], + "opening_45": [ + 0.0, + 0.0 + ], + "opening_46": [ + 0.0, + 0.0 + ], + "opening_47": [ + 1592279.2792592184, + 1592279.2792592186 + ], + "opening_48": [ + 0.0, + 0.0 + ], + "opening_49": [ + 173218.66617498215, + 173218.66617498215 + ], + "opening_50": [ + 0.0, + 0.0 + ], + "opening_51": [ + 467919.9282067937, + 467919.9282067937 + ], + "opening_52": [ + 0.0, + 0.0 + ], + "opening_53": [ + 0.0, + 0.0 + ], + "opening_54": [ + 12781.65054561724, + 12781.65054561724 + ], + "opening_55": [ + 0.0, + 0.0 + ], + "opening_56": [ + 0.0, + 0.0 + ], + "opening_57": [ + 31962.701847350945, + 31962.70184735095 + ], + "opening_58": [ + 0.0, + 0.0 + ], + "opening_59": [ + 0.0, + 0.0 + ], + "opening_60": [ + 0.0, + 0.0 + ], + "opening_61": [ + 636498.8167831812, + 636498.8167831813 + ], + "opening_62": [ + 0.0, + 0.0 + ], + "opening_63": [ + 0.0, + 0.0 + ], + "glass": [ + 266838692638.49042, + 687619138.1869726 + ], + "trim_air": [ + 42812307.622743405, + 11130004.93267828 + ], + "czt_0": [ + 6276322312.968886, + 104281128.49994485 + ], + "czt_1": [ + 6188931554.110334, + 90546530.67035682 + ], + "czt_2": [ + 6066438271.236624, + 109994481.35133313 + ], + "czt_3": [ + 6027637851.2340145, + 108681921.1141454 + ], + "paddles": [ + 156246870288.80496, + 671201939.8098168 + ], + "sipm_si": [ + 59705635292.636246, + 423329704.4047151 + ], + "pmma": [ + 204807206698.76776, + 495808406.95496285 + ], + "lead": [ + 3367714978856.678, + 4391038910.68921 + ], + "titanium": [ + 93484080715.02328, + 756415513.5647726 + ], + "contact": [ + 3423774.5960337236, + 1972836.4558082432 + ], + "dose10": [ + 53494648.53371334, + 16442556.558664557 + ], + "dose100": [ + 143500920.57876593, + 27757260.853469968 + ], + "air": [ + 6314011393.568724, + 185675755.9992605 + ] + }, + "particles": 10000000, + "seconds": 63.2 + }, + "source_csi": { + "sites": { + "total": [ + [ + 5897.1451, + 6420.8297999999995, + 6136.21855, + 6022.374049999999, + 5737.762800000002, + 5828.8384, + 6022.37405, + 5384.8448499999995, + 10610.307399999996, + 10940.456449999998, + 11190.91435, + 11168.14545, + 11782.90575, + 10462.30955, + 11202.2988, + 10314.311699999998, + 18226.50445, + 19103.1071, + 18681.882449999997, + 18067.12215, + 18704.651349999993, + 18260.657799999994, + 19683.714050000002, + 19273.873849999996, + 27220.21995, + 28814.042949999995, + 29667.876700000004, + 29110.038649999995, + 27402.37115, + 28449.74055, + 28654.660649999998, + 27436.5245, + 27869.1336, + 28518.047250000003, + 28426.97165, + 29189.729799999994, + 28153.744850000006, + 28256.2049, + 29531.2633, + 27413.755600000004, + 18966.4937, + 18408.655649999993, + 19137.26045, + 18943.7248, + 18795.72695, + 17816.664249999994, + 18966.4937, + 19034.800400000004, + 10359.849500000002, + 11498.2945, + 9483.24685, + 10940.456450000001, + 11088.454300000001, + 11441.37225, + 10633.076299999999, + 10302.927249999999, + 5919.914, + 5692.225, + 5658.07165, + 5566.99605, + 6546.05875, + 5510.0738, + 6318.369749999999, + 6204.52525 + ], + [ + 334.42921418863995, + 326.46104667787637, + 396.60253720715133, + 492.91963114013754, + 426.79901968848145, + 317.0480307097462, + 416.0758474659492, + 331.3040698833396, + 391.7309675455384, + 488.7503975726899, + 555.8290081792503, + 475.1630813654196, + 412.2547794500819, + 518.546915065387, + 473.7613218816236, + 630.3196555710458, + 838.4520204728076, + 521.5441125348937, + 818.1935805301935, + 594.7217502488196, + 576.0777998624836, + 767.8076504115477, + 668.0165222593334, + 527.3645532361741, + 848.4802563386647, + 968.6082968067401, + 908.0707037361359, + 901.6137896923876, + 733.3965392835667, + 1080.0837569023536, + 937.662505523454, + 714.2133832992309, + 946.3700796050298, + 657.6014416750625, + 705.3283460151977, + 948.2710592500554, + 835.8119130930012, + 906.8379123578744, + 680.6860969574844, + 591.2996324595298, + 639.3455566277379, + 634.2412724124326, + 554.1574490990142, + 663.3283774019922, + 536.9018018846045, + 793.7165936598877, + 528.6112873238602, + 695.8105569135315, + 554.9016688313637, + 697.3969095111453, + 450.9449480015513, + 390.3616253630799, + 518.1850332881796, + 411.26079420759487, + 505.1196663960319, + 396.74010909255696, + 301.88287865550944, + 351.9598919085589, + 219.31109883947963, + 383.30812197884575, + 419.4720414744108, + 390.40530903119105, + 334.4190155330666, + 360.7177612164167 + ] + ], + "heating": [ + [ + 332997669.6483815, + 375287676.5328458, + 356353420.75217205, + 340956284.3619006, + 341475843.5819821, + 324637836.6215972, + 329695802.34430087, + 326530471.83877605, + 632152123.2952684, + 621065514.9435381, + 659581185.6806811, + 682759217.0822413, + 658694699.2372758, + 578786583.4798588, + 655024649.8524725, + 643932338.4968715, + 1067810400.3970664, + 1075944859.351745, + 1055955642.3345718, + 1030994121.4616839, + 1061406350.9987475, + 1068360175.3351656, + 1124900912.580135, + 1139324227.0152903, + 1555122033.8782113, + 1657677116.5247693, + 1677721631.8364627, + 1673120388.6652956, + 1586117976.806821, + 1640730073.8240156, + 1605736117.184754, + 1542952081.2283149, + 1563618110.3022513, + 1626917172.2075408, + 1625765883.653137, + 1627848984.5227263, + 1612700638.5889547, + 1586439124.923633, + 1699921782.397209, + 1558273665.1034577, + 1053455161.5870892, + 1032159632.7776886, + 1070291524.2938395, + 1050936483.2588217, + 1089040271.1078033, + 987981888.1060766, + 1111026635.5135748, + 1079179827.7329874, + 601966926.8816936, + 649286621.1590507, + 545645618.635717, + 642965577.0725534, + 649939889.6955677, + 646985224.3043013, + 584276413.1582848, + 566866671.46578, + 345440716.2183999, + 307878218.70682895, + 327024900.7154273, + 337014834.5159094, + 356077003.745186, + 323167884.2592663, + 333865970.5459918, + 375323999.7904297 + ], + [ + 24148408.128123567, + 18331310.356308784, + 24804495.9834447, + 33725650.054095395, + 22810420.02987453, + 18052155.399681482, + 29074723.658430967, + 27935661.608162228, + 29809957.892653733, + 29592978.760352705, + 40642073.24904915, + 39319365.10185563, + 17931557.896253504, + 27902908.10129858, + 42102915.78363079, + 37748002.38359525, + 59246525.11283921, + 30167622.762779456, + 42594795.37592831, + 42240015.437461056, + 31558280.92165112, + 47811859.905412525, + 43136681.15412161, + 46623575.44754997, + 61538307.071610786, + 51551238.26767285, + 66083337.29308534, + 56483469.02134003, + 35408697.53174663, + 63607337.93702638, + 57068537.17743368, + 35613780.5783116, + 62623699.557840586, + 48170542.120851316, + 40049631.21233901, + 59298891.27125016, + 47051641.45196654, + 58666317.32178633, + 48282429.717449844, + 38048091.16540023, + 43207926.75214988, + 42296097.593197316, + 32169522.640874594, + 39763940.25278296, + 34045975.46235293, + 55585973.40119565, + 42479087.58858516, + 38098829.4419383, + 36299887.67937098, + 41835447.124153346, + 29218614.77032493, + 24436135.355242286, + 36413802.73378641, + 23754524.327191427, + 31249703.080395028, + 27312776.31989354, + 19861393.721736185, + 18269942.505331066, + 14171277.619345881, + 27613134.496191535, + 20545677.938362926, + 21153604.504208114, + 17769050.356470846, + 27959948.516089503 + ] + ], + "flux": [ + [ + 951.3041386950908, + 1237.2813352846395, + 1246.8556724785462, + 1130.6187515873362, + 1163.2328989248983, + 1052.2057693089905, + 1144.4982083629532, + 1131.6409583683367, + 2048.7892335676597, + 1878.337232468779, + 2215.7147530375546, + 2251.16164819515, + 1919.449920452571, + 1852.065237695624, + 2171.3810761899676, + 2017.399325832043, + 3401.930571471237, + 3248.7239373862885, + 3349.9668240880637, + 2999.584054953283, + 3279.241605198376, + 3417.483982031919, + 3505.9093482171106, + 3434.6866804834426, + 4595.690262680393, + 5322.500694996521, + 5062.514240858495, + 4980.997857908502, + 4890.2051616289855, + 5283.0543557518495, + 4764.166958357713, + 4754.889218315811, + 4705.953131600083, + 4771.821471805586, + 5057.892043365716, + 5019.3906748059635, + 5397.595895414117, + 4629.753845886746, + 5208.0094121700495, + 4523.495595668005, + 3305.425408270929, + 3316.2746108950173, + 3543.76290000769, + 3445.098075015835, + 3418.719667665189, + 3171.1378160778268, + 3311.4839444971212, + 3355.0461007399217, + 2090.129517430779, + 1961.8296542749333, + 1623.7111764618028, + 2075.2827368566313, + 2223.590245030617, + 2036.7942235385908, + 1840.8377625732132, + 1887.9313858269882, + 1032.2184699409986, + 915.991798402914, + 1148.3236193804719, + 1111.3914992337495, + 1169.7486347322724, + 1157.4661380370078, + 1086.145815530521, + 1143.3072433785774 + ], + [ + 101.68880987929529, + 89.4745677056843, + 119.29347092045201, + 147.68446077089106, + 89.58977533799782, + 73.5984231440692, + 172.3171681026537, + 145.7891809599636, + 137.29085084628682, + 149.58871400555316, + 178.60759329308755, + 175.45712823490462, + 107.19527742146734, + 151.1143348950498, + 161.0505324620862, + 139.01851610158567, + 229.81947587910977, + 186.4213419364071, + 165.5812412032993, + 180.11744486480552, + 136.74583860635863, + 182.93709563960792, + 216.60276942632692, + 187.98727492371648, + 309.0288542498659, + 299.7855558629016, + 261.74921206650725, + 229.12885648619735, + 181.90688630015217, + 245.85043787638043, + 222.68091641084868, + 195.10093395579406, + 282.1158331573729, + 275.0530026421243, + 192.8827160724222, + 209.0355188986072, + 338.2279836082311, + 221.6389381633255, + 221.58582834100903, + 167.06104529300583, + 202.16072732095634, + 166.92866804026286, + 145.6483150446694, + 242.045937602694, + 128.31885137066664, + 201.41532866235255, + 241.3847818626509, + 219.56881390200772, + 186.929296591922, + 177.37411333789967, + 136.8937141657473, + 134.74460801577922, + 166.28427389091615, + 145.59123460956513, + 113.17616811413173, + 133.19568407235403, + 60.48804210865096, + 85.83854199949899, + 79.38266287192477, + 108.01732953177068, + 134.20084089102198, + 127.18905796456107, + 100.5882267597418, + 132.62837209518437 + ] + ] + }, + "site_spectrum": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.03300365659165578, + 0.0908662068647522, + 0.14014110993273657, + 0.26921186161634175, + 0.47812079023575554, + 2.672482371621789, + 37.68835611767469, + 1.797196470896569, + 1.325397401619069, + 2.09993289076695, + 3.5523748979927694, + 7.035602128848233, + 9.349833866764996, + 1094.3369794971986, + 6884.859493934799, + 53.86519368028191, + 1098.0460198678586, + 3204.1212393809787, + 8815.249985316254, + 18510.42211878525, + 26381.307171996017, + 28145.362316068145, + 25530.23195008669, + 20635.70520594852, + 15925.354130838967, + 11623.129887320265, + 8023.2240696722965, + 4714.7895925546545, + 2158.557615020562, + 880.0154882007805, + 83.39354123129306, + 0.0 + ], + "detectors": { + "names": [ + "paddles", + "czt_0", + "czt_1", + "czt_2", + "czt_3" + ], + "total": [ + [ + 2749845.5908, + 106524.29864999998, + 106364.91635, + 103256.9615, + 102084.36314999999 + ], + [ + 6931.203841630481, + 1604.595403193762, + 1725.53153344691, + 1477.3028096160442, + 1387.3672621820613 + ] + ], + "heating": [ + [ + 154897075370.6124, + 6203562804.281395, + 6099846299.884468, + 6006553145.018789, + 5976889002.157151 + ], + [ + 673793113.9374366, + 102752037.19278516, + 90177537.88146895, + 112399370.53236555, + 107869314.18990594 + ] + ], + "flux": [ + [ + 19485456.95124651, + 21918.451568989323, + 21465.988392422652, + 21506.348435513086, + 21254.25301184069 + ], + [ + 53519.74221017344, + 600.5998192841747, + 508.1512652889261, + 656.3914135825886, + 509.98653707009817 + ] + ] + }, + "detector_spectrum": { + "paddles": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.3182241658075915, + 0.46080461925375127, + 1.5178514748488547, + 1.6407118528899765, + 4.403475320167633, + 11.933832231265134, + 24.418882016116772, + 39.912761905704876, + 106.42668707367811, + 1261.5737737977106, + 284.9211754807303, + 422.5247656882675, + 874.4056622980439, + 12019.751808165089, + 24125.949887441464, + 115597.98346107038, + 1054075.1340616266, + 1750070.5168287843, + 1647685.1325928287, + 1978149.9056789274, + 2209010.0458869752, + 2162458.2802995318, + 2010321.7152529184, + 1815818.128508852, + 1578271.6721956371, + 1269254.4596600947, + 909259.7425285208, + 557782.0742748263, + 275851.92316998355, + 110691.25027320006, + 14039.666782455466, + 0.0 + ], + "czt": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.01446960848823919, + 0.029028417882103103, + 0.06764430734740876, + 0.10357143679500215, + 0.42765213895704907, + 4.554382921028153, + 1.702022038505511, + 0.2145358379880057, + 0.47031554317633384, + 3.672354567375784, + 1.0352904351632444, + 2.607095347066131, + 8.110933170568684, + 1499.5856223521373, + 124.18947933791807, + 19.16636982207031, + 290.09074759161, + 1097.770575024996, + 2448.1837662377434, + 5536.7445549689, + 10037.485320798462, + 12028.244047519656, + 12853.707667834085, + 11896.675014868511, + 10052.534629350474, + 7417.423236824709, + 5896.511877456709, + 3124.275209215355, + 1514.5059300930282, + 788.4126761517564, + 80.32509390493799, + 0.0 + ] + }, + "core_out": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 11.38445, + 11.38445, + 0.0, + 34.153349999999996, + 3973.1730499999994, + 808.2959500000001, + 68.30669999999999, + 147.99785, + 91.07560000000001, + 3734.0996, + 375.68685, + 1400.28735, + 34301.34785, + 354591.46415, + 1545735.0832, + 3756618.0421, + 5906947.11145, + 6813035.48695, + 6400303.636650001, + 5547915.7118, + 4388170.40585, + 3349384.88115, + 2473704.3715999997, + 1669438.5169000002, + 989604.7007, + 474139.57360000006, + 185225.0015, + 23247.0469, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 11.38445, + 11.38445, + 0.0, + 19.369419195076688, + 218.31351652998447, + 98.24568238819973, + 26.377603721673268, + 42.99519262507423, + 40.46139708842699, + 223.72994056824612, + 68.05658308538392, + 114.71002314234347, + 666.3807028561015, + 1562.4662391931631, + 4376.26999354488, + 5683.435410229684, + 6403.4177076763335, + 8517.512914493342, + 10011.594400348147, + 7713.846240659921, + 7581.82732579278, + 6319.6694624771435, + 5283.3674180581875, + 4591.25886631033, + 3397.4686082672147, + 2467.4154827637262, + 1360.5050761836114, + 528.959588374588, + 0.0 + ] + }, + "contact": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 3.931919209544971, + 0.0, + 7.700204638413827, + 0.0, + 3.100294241055387, + 0.0, + 0.0, + 5.699092995524768, + 18.233199334409413, + 13.001934986778195, + 27.436228960771235, + 80.34154625192805, + 178.92571309643884, + 6597.270649585643, + 3940.1969577631, + 2008.7310950574697, + 5272.089603159945, + 14000.144044065979, + 46023.41074316895, + 105585.79483800389, + 157594.88783719105, + 171882.9064323997, + 145801.96438817895, + 98333.4063193638, + 52280.71151647231, + 22044.19347366489, + 2967.355289374898, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 3.931919209544971, + 0.0, + 4.211347250860103, + 0.0, + 3.1002942410553866, + 0.0, + 0.0, + 3.928841587876037, + 12.944616983607272, + 7.379297584423225, + 10.492454332024273, + 16.251241493234282, + 23.27203843690112, + 174.75935589312877, + 110.86089753694999, + 138.36629799805232, + 295.21767858558934, + 314.8476983543117, + 412.8768232803518, + 572.5316037551319, + 695.9619353253576, + 663.4697271055741, + 484.1098122911182, + 626.9113904565863, + 415.3804088842263, + 249.46472591694558, + 65.33091816029729, + 0.0 + ] + }, + "dose10": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 22.840670201502423, + 0.0, + 0.0, + 0.0, + 0.0, + 23.50327067620905, + 60.71333587855615, + 48.26424357561515, + 117.86227167060281, + 313.72759003231016, + 790.7001976795541, + 25024.21478908032, + 13905.374787147215, + 5998.279060903951, + 13234.895646608918, + 37308.54639277778, + 154333.38450612532, + 415348.05149840016, + 660206.3626567199, + 739313.8477584549, + 635114.7670316605, + 430640.8281382156, + 229715.29099189193, + 96881.71802565076, + 12933.138910085205, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 15.720070195989658, + 0.0, + 0.0, + 0.0, + 0.0, + 16.176187799409234, + 39.77660557098987, + 27.812361945812174, + 43.783744239079724, + 58.74167491679629, + 103.20272260577812, + 609.2846640856311, + 360.59335536955984, + 320.25588914140457, + 573.2759717334452, + 870.5556971816083, + 1345.0883427469457, + 2324.1093501543205, + 2592.941649280043, + 2700.5424096656784, + 2131.455634729186, + 2588.7679289934244, + 1725.907533049592, + 1055.212185380501, + 309.8108942445593, + 0.0 + ] + }, + "dose100": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 22.983015660285737, + 0.0, + 76.10078057742943, + 46.181276535847566, + 86.12064751030042, + 94.08334694880315, + 160.0538475095536, + 91.12328381611974, + 258.4389664905692, + 687.7406014043034, + 1442.8684114396842, + 45516.695045331006, + 25145.69084693744, + 11019.085851579117, + 26327.800246137012, + 77117.39743933614, + 298662.21824889083, + 801349.0405308303, + 1284795.9288667124, + 1448563.5568032071, + 1251633.1041263852, + 852929.0339478708, + 455834.84900934703, + 192418.5589687075, + 25638.03725413681, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 22.983015660285737, + 0.0, + 41.85200393289893, + 31.78414606758561, + 40.20018042969938, + 43.18738708146388, + 95.20181506268878, + 53.29037193500783, + 99.86267959562022, + 135.54223871558784, + 163.69337205270932, + 1082.9052751425615, + 651.1717309015262, + 634.8146777250009, + 886.5027298171622, + 1592.5837203956012, + 2795.6725509655616, + 4400.034388237137, + 5111.139264613653, + 5483.465067506264, + 4195.749501591015, + 5089.378618273329, + 3551.4434084977447, + 2078.6980129340477, + 616.3737650063872, + 0.0 + ] + }, + "leak": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 11.38445, + 0.0, + 34.153349999999996, + 0.0, + 11.38445, + 0.0, + 0.0, + 22.7689, + 56.92225, + 45.5378, + 113.8445, + 295.99569999999994, + 603.37585, + 22609.517699999997, + 12579.81725, + 5191.309200000001, + 10894.918649999998, + 32138.302349999998, + 143034.2298, + 397396.99614999996, + 642470.0512999999, + 727580.1994999999, + 629594.2383500001, + 428670.08030000003, + 229180.36294999998, + 96779.20945000001, + 12921.35075, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 11.38445, + 0.0, + 19.369419195076688, + 0.0, + 11.38445, + 0.0, + 0.0, + 15.6706317087763, + 28.965952174113426, + 26.6349522911254, + 42.59671143685859, + 56.01626776362192, + 67.04678550630753, + 526.9440046938264, + 307.29136953746837, + 302.3570228055686, + 389.08389976719394, + 725.9175707136416, + 1124.3792003604265, + 2069.082268827698, + 2637.6439978182666, + 2540.3480140062925, + 1962.9147373681062, + 2459.6763614031197, + 1737.5783338298547, + 1169.9193330800126, + 367.9448159191821, + 0.0 + ] + }, + "heating_by_cell": { + "pellet": [ + 4177376760460.2236, + 1762478551.5422013 + ], + "capsule": [ + 1151641882546.1218, + 1382320532.1502213 + ], + "krypton": [ + 42953470277.334915, + 211646434.68769765 + ], + "lamp_wall": [ + 244904128039.45297, + 781711983.3107848 + ], + "inner_air": [ + 107315992.53935905, + 20300290.328331042 + ], + "site_0_0": [ + 332997669.6483815, + 24148408.128123567 + ], + "site_0_1": [ + 375287676.5328458, + 18331310.356308784 + ], + "site_0_2": [ + 356353420.75217205, + 24804495.9834447 + ], + "site_0_3": [ + 340956284.3619006, + 33725650.054095395 + ], + "site_0_4": [ + 341475843.5819821, + 22810420.02987453 + ], + "site_0_5": [ + 324637836.6215972, + 18052155.399681482 + ], + "site_0_6": [ + 329695802.34430087, + 29074723.658430967 + ], + "site_0_7": [ + 326530471.83877605, + 27935661.608162228 + ], + "site_1_0": [ + 632152123.2952684, + 29809957.892653733 + ], + "site_1_1": [ + 621065514.9435381, + 29592978.760352705 + ], + "site_1_2": [ + 659581185.6806811, + 40642073.24904915 + ], + "site_1_3": [ + 682759217.0822413, + 39319365.10185563 + ], + "site_1_4": [ + 658694699.2372758, + 17931557.896253504 + ], + "site_1_5": [ + 578786583.4798588, + 27902908.10129858 + ], + "site_1_6": [ + 655024649.8524725, + 42102915.78363079 + ], + "site_1_7": [ + 643932338.4968715, + 37748002.38359525 + ], + "site_2_0": [ + 1067810400.3970664, + 59246525.11283921 + ], + "site_2_1": [ + 1075944859.351745, + 30167622.762779456 + ], + "site_2_2": [ + 1055955642.3345718, + 42594795.37592831 + ], + "site_2_3": [ + 1030994121.4616839, + 42240015.437461056 + ], + "site_2_4": [ + 1061406350.9987475, + 31558280.92165112 + ], + "site_2_5": [ + 1068360175.3351656, + 47811859.905412525 + ], + "site_2_6": [ + 1124900912.580135, + 43136681.15412161 + ], + "site_2_7": [ + 1139324227.0152903, + 46623575.44754997 + ], + "site_3_0": [ + 1555122033.8782113, + 61538307.071610786 + ], + "site_3_1": [ + 1657677116.5247693, + 51551238.26767285 + ], + "site_3_2": [ + 1677721631.8364627, + 66083337.29308534 + ], + "site_3_3": [ + 1673120388.6652956, + 56483469.02134003 + ], + "site_3_4": [ + 1586117976.806821, + 35408697.53174663 + ], + "site_3_5": [ + 1640730073.8240156, + 63607337.93702638 + ], + "site_3_6": [ + 1605736117.184754, + 57068537.17743368 + ], + "site_3_7": [ + 1542952081.2283149, + 35613780.5783116 + ], + "site_4_0": [ + 1563618110.3022513, + 62623699.557840586 + ], + "site_4_1": [ + 1626917172.2075408, + 48170542.120851316 + ], + "site_4_2": [ + 1625765883.653137, + 40049631.21233901 + ], + "site_4_3": [ + 1627848984.5227263, + 59298891.27125016 + ], + "site_4_4": [ + 1612700638.5889547, + 47051641.45196654 + ], + "site_4_5": [ + 1586439124.923633, + 58666317.32178633 + ], + "site_4_6": [ + 1699921782.397209, + 48282429.717449844 + ], + "site_4_7": [ + 1558273665.1034577, + 38048091.16540023 + ], + "site_5_0": [ + 1053455161.5870892, + 43207926.75214988 + ], + "site_5_1": [ + 1032159632.7776886, + 42296097.593197316 + ], + "site_5_2": [ + 1070291524.2938395, + 32169522.640874594 + ], + "site_5_3": [ + 1050936483.2588217, + 39763940.25278296 + ], + "site_5_4": [ + 1089040271.1078033, + 34045975.46235293 + ], + "site_5_5": [ + 987981888.1060766, + 55585973.40119565 + ], + "site_5_6": [ + 1111026635.5135748, + 42479087.58858516 + ], + "site_5_7": [ + 1079179827.7329874, + 38098829.4419383 + ], + "site_6_0": [ + 601966926.8816936, + 36299887.67937098 + ], + "site_6_1": [ + 649286621.1590507, + 41835447.124153346 + ], + "site_6_2": [ + 545645618.635717, + 29218614.77032493 + ], + "site_6_3": [ + 642965577.0725534, + 24436135.355242286 + ], + "site_6_4": [ + 649939889.6955677, + 36413802.73378641 + ], + "site_6_5": [ + 646985224.3043013, + 23754524.327191427 + ], + "site_6_6": [ + 584276413.1582848, + 31249703.080395028 + ], + "site_6_7": [ + 566866671.46578, + 27312776.31989354 + ], + "site_7_0": [ + 345440716.2183999, + 19861393.721736185 + ], + "site_7_1": [ + 307878218.70682895, + 18269942.505331066 + ], + "site_7_2": [ + 327024900.7154273, + 14171277.619345881 + ], + "site_7_3": [ + 337014834.5159094, + 27613134.496191535 + ], + "site_7_4": [ + 356077003.745186, + 20545677.938362926 + ], + "site_7_5": [ + 323167884.2592663, + 21153604.504208114 + ], + "site_7_6": [ + 333865970.5459918, + 17769050.356470846 + ], + "site_7_7": [ + 375323999.7904297, + 27959948.516089503 + ], + "collar": [ + 4741610747174.064, + 3413146600.3243613 + ], + "opening_0": [ + 525004.7313910457, + 525004.7313910457 + ], + "opening_1": [ + 0.0, + 0.0 + ], + "opening_2": [ + 857299.9501546305, + 857299.9501546305 + ], + "opening_3": [ + 0.0, + 0.0 + ], + "opening_4": [ + 0.0, + 0.0 + ], + "opening_5": [ + 44088.87082632485, + 44088.87082632485 + ], + "opening_6": [ + 905638.4147169637, + 905638.4147169637 + ], + "opening_7": [ + 0.0, + 0.0 + ], + "opening_8": [ + 297778.78653824766, + 297778.7865382477 + ], + "opening_9": [ + 0.0, + 0.0 + ], + "opening_10": [ + 0.0, + 0.0 + ], + "opening_11": [ + 117902.11805605442, + 117902.1180560544 + ], + "opening_12": [ + 0.0, + 0.0 + ], + "opening_13": [ + 0.0, + 0.0 + ], + "opening_14": [ + 463341.4701932917, + 463341.4701932918 + ], + "opening_15": [ + 0.0, + 0.0 + ], + "opening_16": [ + 251888.71476346487, + 193637.89193237922 + ], + "opening_17": [ + 239063.57939972455, + 239063.57939972452 + ], + "opening_18": [ + 463793.84284792905, + 463793.8428479291 + ], + "opening_19": [ + 358133.6645552631, + 358133.66455526307 + ], + "opening_20": [ + 1536511.920039899, + 1536511.920039899 + ], + "opening_21": [ + 0.0, + 0.0 + ], + "opening_22": [ + 0.0, + 0.0 + ], + "opening_23": [ + 12060.280225361636, + 12060.280225361637 + ], + "opening_24": [ + 319060.17616691056, + 312924.96187490557 + ], + "opening_25": [ + 261297.93587103402, + 190718.44328731345 + ], + "opening_26": [ + 0.0, + 0.0 + ], + "opening_27": [ + 275687.70444822346, + 275687.70444822346 + ], + "opening_28": [ + 956551.3973615874, + 956551.3973615874 + ], + "opening_29": [ + 3056427.350651308, + 2685737.2196935564 + ], + "opening_30": [ + 131475.23809394523, + 131475.23809394523 + ], + "opening_31": [ + 2735734.7470233836, + 2735734.7470233836 + ], + "opening_32": [ + 20207.39875, + 20207.39875 + ], + "opening_33": [ + 0.0, + 0.0 + ], + "opening_34": [ + 2250473.745651153, + 1319813.5665414124 + ], + "opening_35": [ + 0.0, + 0.0 + ], + "opening_36": [ + 0.0, + 0.0 + ], + "opening_37": [ + 29681.9723657009, + 29681.9723657009 + ], + "opening_38": [ + 2748749.277103538, + 2246448.030528944 + ], + "opening_39": [ + 0.0, + 0.0 + ], + "opening_40": [ + 630244.0643222237, + 467689.6885672228 + ], + "opening_41": [ + 2522293.409278777, + 2500866.8658155454 + ], + "opening_42": [ + 0.0, + 0.0 + ], + "opening_43": [ + 20207.39875, + 20207.39875 + ], + "opening_44": [ + 1433367.4926779934, + 1128759.4951676605 + ], + "opening_45": [ + 0.0, + 0.0 + ], + "opening_46": [ + 0.0, + 0.0 + ], + "opening_47": [ + 1592279.2792592184, + 1592279.2792592186 + ], + "opening_48": [ + 0.0, + 0.0 + ], + "opening_49": [ + 173218.66617498215, + 173218.66617498215 + ], + "opening_50": [ + 0.0, + 0.0 + ], + "opening_51": [ + 467919.9282067937, + 467919.9282067937 + ], + "opening_52": [ + 0.0, + 0.0 + ], + "opening_53": [ + 0.0, + 0.0 + ], + "opening_54": [ + 12781.65054561724, + 12781.65054561724 + ], + "opening_55": [ + 0.0, + 0.0 + ], + "opening_56": [ + 0.0, + 0.0 + ], + "opening_57": [ + 31962.701847350945, + 31962.70184735095 + ], + "opening_58": [ + 0.0, + 0.0 + ], + "opening_59": [ + 0.0, + 0.0 + ], + "opening_60": [ + 0.0, + 0.0 + ], + "opening_61": [ + 636498.8167831812, + 636498.8167831813 + ], + "opening_62": [ + 0.0, + 0.0 + ], + "opening_63": [ + 0.0, + 0.0 + ], + "glass": [ + 265637214019.87744, + 699834124.4983143 + ], + "trim_air": [ + 42717577.3288312, + 11161947.491444364 + ], + "czt_0": [ + 6203562804.281395, + 102752037.19278516 + ], + "czt_1": [ + 6099846299.884468, + 90177537.88146895 + ], + "czt_2": [ + 6006553145.018789, + 112399370.53236555 + ], + "czt_3": [ + 5976889002.157151, + 107869314.18990594 + ], + "paddles": [ + 154897075370.6124, + 673793113.9374366 + ], + "sipm_si": [ + 58853170024.269165, + 432541301.013576 + ], + "pmma": [ + 202865144048.99146, + 505127449.5206344 + ], + "lead": [ + 3323145960115.486, + 4425211871.360274 + ], + "titanium": [ + 93312674123.0353, + 738560562.1012301 + ], + "contact": [ + 3423774.5960337236, + 1972836.4558082432 + ], + "dose10": [ + 53494648.53371334, + 16442556.558664557 + ], + "dose100": [ + 143500920.57876593, + 27757260.853469968 + ], + "air": [ + 6291706540.255275, + 184295299.47622612 + ] + }, + "particles": 10000000, + "seconds": 64.4, + "site_material": "CsI" + }, + "gate_000": { + "sites": { + "total": [ + [ + 0.0, + 0.0, + 0.0, + 0.0, + 37.948166666666665, + 37.948166666666665, + 0.0, + 37.948166666666665, + 0.0, + 37.948166666666665, + 37.948166666666665, + 75.89633333333333, + 75.89633333333333, + 75.89633333333333, + 75.89633333333333, + 37.948166666666665, + 113.8445, + 37.948166666666665, + 113.8445, + 113.84450000000001, + 113.84450000000001, + 0.0, + 151.79266666666666, + 75.89633333333333, + 75.89633333333333, + 417.4298333333333, + 75.89633333333333, + 113.84450000000001, + 189.74083333333334, + 303.5853333333333, + 189.74083333333334, + 151.79266666666666, + 151.79266666666666, + 75.89633333333333, + 265.63716666666664, + 151.79266666666666, + 227.68900000000002, + 151.79266666666666, + 151.79266666666666, + 37.948166666666665, + 0.0, + 0.0, + 75.89633333333333, + 37.948166666666665, + 113.84450000000001, + 75.89633333333333, + 37.948166666666665, + 151.79266666666666, + 75.89633333333333, + 37.948166666666665, + 37.948166666666665, + 0.0, + 113.84450000000001, + 37.948166666666665, + 75.89633333333333, + 113.84450000000001, + 37.948166666666665, + 0.0, + 75.89633333333333, + 0.0, + 37.948166666666665, + 0.0, + 37.948166666666665, + 37.948166666666665 + ], + [ + 0.0, + 0.0, + 0.0, + 0.0, + 37.948166666666665, + 37.948166666666665, + 0.0, + 37.94816666666667, + 0.0, + 37.948166666666665, + 37.94816666666667, + 52.235439029254344, + 52.235439029254344, + 75.89633333333333, + 52.235439029254344, + 37.948166666666665, + 62.17260821015561, + 37.94816666666667, + 62.172608210155616, + 62.172608210155616, + 62.172608210155616, + 0.0, + 69.64725203900579, + 52.235439029254344, + 52.235439029254344, + 128.835650996487, + 52.235439029254344, + 62.172608210155616, + 108.38766189517976, + 115.49690134634862, + 93.36044627270323, + 88.78317430375135, + 118.09266143660786, + 52.235439029254344, + 99.64365437590345, + 69.64725203900579, + 96.94487196795426, + 69.64725203900579, + 88.78317430375134, + 37.94816666666667, + 0.0, + 0.0, + 52.235439029254344, + 37.94816666666667, + 62.172608210155616, + 52.235439029254344, + 37.94816666666667, + 88.78317430375135, + 52.235439029254344, + 37.94816666666667, + 37.94816666666667, + 0.0, + 62.172608210155616, + 37.94816666666667, + 52.235439029254344, + 62.172608210155616, + 37.94816666666667, + 0.0, + 75.89633333333335, + 0.0, + 37.94816666666667, + 0.0, + 37.94816666666667, + 37.94816666666667 + ] + ], + "heating": [ + [ + 0.0, + 0.0, + 0.0, + 0.0, + 2968252.265889288, + 127235.54740911219, + 0.0, + 1900756.3256333421, + 0.0, + 1288628.6089913354, + 1873347.42235445, + 8053000.216079471, + 6872307.90157966, + 17556243.384602852, + 4764054.320621112, + 519857.5897912813, + 18377959.41577157, + 14224274.141620796, + 24834327.94208326, + 5497383.677946937, + 30473039.716621526, + 0.0, + 26461634.112313993, + 12799536.214031408, + 14369476.53827256, + 56427174.67038064, + 913306.1515753135, + 19456836.87522638, + 18270705.847359497, + 51680997.232745394, + 18199423.051998354, + 8992274.613479335, + 14890617.464585638, + 9627517.853431314, + 14617821.582992384, + 65950579.198693395, + 48563618.52261458, + 25232140.802404884, + 12312684.731971975, + 1074274.3523667036, + 0.0, + 0.0, + 13844115.668575734, + 146323.16973805646, + 17907213.15328269, + 10046352.993210351, + 198453.84951581492, + 29616048.141825847, + 9350253.965849603, + 1281588.0239814832, + 3916367.3856248087, + 0.0, + 18186062.28221709, + 5933311.477877314, + 17461481.09574313, + 3220179.5128064877, + 2361588.9884835146, + 0.0, + 10046040.115585364, + 0.0, + 9440768.74363057, + 0.0, + 615951.8558743864, + 1011159.7479794284 + ], + [ + 0.0, + 0.0, + 0.0, + 0.0, + 2968252.2658892875, + 127235.54740911219, + 0.0, + 1900756.3256333421, + 0.0, + 1288628.6089913351, + 1873347.4223544502, + 6596797.313799186, + 4755841.331397893, + 17556243.384602852, + 4673995.896743897, + 519857.58979128127, + 10710061.189064072, + 14224274.141620796, + 16291294.498700077, + 3876108.3629038725, + 20971484.84115878, + 0.0, + 18792228.47843284, + 9001649.263884518, + 11874284.140877409, + 29888500.216871887, + 690139.338213387, + 12830588.148540806, + 10677351.47812332, + 28687888.15692258, + 9596506.962794304, + 6195613.228516103, + 12750320.5674913, + 8653670.136684114, + 6712699.5144757535, + 47440836.42956061, + 28578789.68081862, + 13043239.848878931, + 6822087.392661589, + 1074274.3523667036, + 0.0, + 0.0, + 10426439.615712168, + 146323.16973805646, + 12288598.271747297, + 6914909.736890463, + 198453.84951581492, + 20327492.763330203, + 7680199.690632373, + 1281588.0239814832, + 3916367.385624809, + 0.0, + 13204562.124992264, + 5933311.477877315, + 12944057.116763832, + 2555878.862971705, + 2361588.9884835146, + 0.0, + 10046040.115585364, + 0.0, + 9440768.74363057, + 0.0, + 615951.8558743865, + 1011159.7479794285 + ] + ], + "flux": [ + [ + 0.0, + 0.0, + 0.0, + 0.0, + 350.1785156505272, + 175.39473436214013, + 0.0, + 368.12828297480144, + 0.0, + 385.8977784200043, + 318.27736880678697, + 676.9856282058456, + 633.4584820867436, + 730.0051349456646, + 543.8109873154018, + 202.16688972285704, + 1155.8492986747974, + 419.50218281118396, + 1173.9677603327348, + 750.3906375618055, + 1082.2768796335233, + 0.0, + 1383.1579486256765, + 656.9434845300732, + 682.1953781056789, + 3473.0171154523205, + 496.4872475829705, + 1011.7836912574157, + 1629.99111015557, + 2683.965748330175, + 1496.9534530698372, + 1154.730755134787, + 1331.5919298712342, + 856.0757142605086, + 2433.199459431843, + 1777.9923062574212, + 2150.4109756210446, + 1378.1454838760778, + 1290.3317425689181, + 306.97187082552927, + 0.0, + 0.0, + 874.3227917745158, + 284.4826245669496, + 939.0947079090502, + 804.9421038428535, + 273.417097148079, + 1516.6537091817577, + 648.4906319211577, + 249.7891597248393, + 299.60389514944484, + 0.0, + 1126.1036005886972, + 319.905319160234, + 884.0157430478146, + 753.049255933783, + 325.4217085890417, + 0.0, + 692.3942463666955, + 0.0, + 363.6675092883067, + 0.0, + 332.0544892785166, + 326.8234631770887 + ], + [ + 0.0, + 0.0, + 0.0, + 0.0, + 350.1785156505272, + 175.39473436214013, + 0.0, + 368.1282829748015, + 0.0, + 385.8977784200043, + 318.277368806787, + 466.16536175798643, + 435.99892773763605, + 730.0051349456645, + 387.71343354513573, + 202.16688972285704, + 637.6646520857105, + 419.50218281118396, + 641.9609352778328, + 414.7259307679793, + 642.5214335238779, + 0.0, + 668.1562577114272, + 452.56141623484064, + 481.34748155103944, + 1033.2980048752318, + 342.58037124803076, + 561.2112757864103, + 922.9364512360326, + 975.998846400122, + 734.0308665910844, + 714.5576754622202, + 1016.6075866104101, + 589.4520431595511, + 893.6986934140391, + 850.4980275982688, + 904.3558349468381, + 636.2443811901171, + 724.329559949857, + 306.97187082552927, + 0.0, + 0.0, + 606.6915222729504, + 284.4826245669496, + 541.48584645582, + 562.1799141236213, + 273.417097148079, + 904.5140310634355, + 448.1749625594106, + 249.7891597248393, + 299.60389514944484, + 0.0, + 629.3614692860291, + 319.905319160234, + 617.2097721278516, + 418.39236721834067, + 325.4217085890417, + 0.0, + 692.3942463666955, + 0.0, + 363.6675092883067, + 0.0, + 332.0544892785166, + 326.8234631770887 + ] + ] + }, + "site_spectrum": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.5374420709530298, + 0.0, + 22.126976487838988, + 7.435367682235937, + 89.99538983752049, + 1096.768569069043, + 868.0520299283621, + 509.57134236423025, + 796.0998953155694, + 1868.4015469274955, + 2877.41622454807, + 4894.402327828569, + 6829.539898630542, + 8003.073767135691, + 7417.363688657978, + 5845.498061590515, + 3717.1340546097076, + 1812.5984439570325, + 717.8711888514209, + 81.88817586954477, + 0.0 + ], + "detectors": { + "names": [ + "paddles", + "czt_0", + "czt_1", + "czt_2", + "czt_3" + ], + "total": [ + [ + 1519482.5414999998, + 19922.7875, + 21288.921499999997, + 19770.994833333334, + 21440.71416666667 + ], + [ + 7040.161441160187, + 1081.6015868080653, + 1071.1803402772707, + 952.8494361073766, + 1656.2972825410627 + ] + ], + "heating": [ + [ + 115512209317.13077, + 1712541891.2814019, + 1845094537.1675956, + 1777783775.1986725, + 1855777086.3844116 + ], + [ + 1010846545.8855977, + 127448422.88461545, + 115728358.95096254, + 96881189.3302812, + 137194834.55013508 + ] + ], + "flux": [ + [ + 11513711.804852124, + 10163.024497631892, + 9777.321870417667, + 10118.62337419914, + 10107.182530735741 + ], + [ + 58860.24133297718, + 807.3140427387215, + 668.0430871776285, + 559.1830593733731, + 738.896551050195 + ] + ] + }, + "detector_spectrum": { + "paddles": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.23949395258653522, + 0.30038274808466026, + 1.4675538718559455, + 2.421966720038205, + 3.40852299271441, + 13.663694328195922, + 13.69444995746529, + 38.367634281155475, + 127.36223358986501, + 1409.358855836394, + 199.37196997367977, + 314.25060289171995, + 618.9790230987938, + 2977.1723579887125, + 5596.055494789458, + 63766.72720189404, + 668580.2256289104, + 749204.6280405459, + 628236.2964268472, + 773816.1632317208, + 967279.4090324806, + 1071131.9440119858, + 1191549.5863417326, + 1294610.618542682, + 1279993.736823126, + 1092151.5797723022, + 814127.626081689, + 508387.53309013555, + 258979.50425516735, + 102738.32436231522, + 12661.691273256105, + 0.0 + ], + "czt": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.005193901471938076, + 0.01296668864992055, + 0.011758312445307995, + 0.043736040286024666, + 0.09760785369930398, + 0.901803277029875, + 0.28583879071698864, + 0.028579050474539326, + 0.08625403630758678, + 0.7633910120454095, + 0.33924655376637225, + 0.7445551405894899, + 1.683886027343086, + 249.69408944656382, + 28.87212582980738, + 2.1530422440478403, + 55.357700488591625, + 176.4786458563416, + 142.49856038772808, + 420.2676318500559, + 1437.5351245236204, + 2896.8373615597197, + 4689.65464518103, + 6745.998870506659, + 7486.315363094769, + 6676.448863829568, + 4936.091734922453, + 2685.8522699176146, + 1045.2225008152052, + 893.5656138211807, + 64.08526782056593, + 0.0 + ] + }, + "core_out": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 75.89633333333333, + 4895.3135, + 834.8596666666667, + 75.89633333333333, + 113.84450000000001, + 189.74083333333334, + 4136.350166666666, + 417.4298333333333, + 1366.134, + 35329.743166666674, + 355080.99549999996, + 1547678.0293333335, + 3749999.881833333, + 5901926.569, + 6825471.101166667, + 6387435.413333333, + 5578797.929833333, + 4380356.878333334, + 3355452.7930000005, + 2463443.1873333333, + 1660042.5508333333, + 985893.37, + 477843.3146666667, + 183669.12666666668, + 22465.314666666665, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 53.66681196719461, + 503.36404061423013, + 156.706317087763, + 53.66681196719461, + 62.172608210155616, + 79.31458295891058, + 441.43324472923456, + 150.53919626934243, + 232.62859876453095, + 1131.6673884081179, + 3514.3513560397223, + 7085.142498751493, + 10799.237504198034, + 13244.027484416982, + 14037.374599954104, + 14914.206309125668, + 12945.232154688205, + 13502.397900986112, + 11332.121045971333, + 9022.411054633276, + 8560.518353202784, + 5583.140671812356, + 4915.299610172896, + 2636.9557037850286, + 785.2708363812043, + 0.0 + ] + }, + "contact": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 17.484132287700998, + 0.0, + 10.33431413685129, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 36.18371624180874, + 94.06584702466537, + 169.79426943370513, + 5096.832206308109, + 2693.2757123116025, + 1502.7437205961842, + 4235.400691757664, + 11018.367004563965, + 32850.12560922071, + 79519.87393093308, + 129963.74336010226, + 149220.89755254047, + 130246.92697522281, + 89259.3652254926, + 48744.31801415146, + 20182.33444134886, + 2701.3126243722922, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 12.048076730471296, + 0.0, + 10.33431413685129, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 17.149411103011673, + 39.677198958818906, + 45.09889019501821, + 241.12215269281293, + 156.45748051773893, + 206.0606373066542, + 420.2419578398465, + 412.73799242981516, + 917.9382888690299, + 814.112924740589, + 1197.538222758024, + 1324.1163753748021, + 975.5698423971081, + 1020.6710849651968, + 632.3659091722895, + 540.5302141988676, + 78.74366292801368, + 0.0 + ] + }, + "dose10": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 38.15210297926504, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 155.7191597096307, + 297.482536983871, + 848.3724314652843, + 19355.649638847135, + 9673.31370135087, + 4511.39984291628, + 11963.773620174801, + 25710.124459684455, + 105061.66212568067, + 308882.2640564558, + 545615.7745314311, + 640808.182785524, + 568101.8427711367, + 390839.1469949478, + 214489.50037508062, + 89246.73637505189, + 11699.67510385536, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 38.15210297926504, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 71.4717951025201, + 113.93425918059896, + 264.554643145591, + 813.2629033404531, + 544.095160690605, + 539.6557505455968, + 1040.1256034562732, + 963.7809403541471, + 2051.6771256669554, + 3269.169375097253, + 4481.30948952094, + 4993.705962977827, + 4130.384188118064, + 4484.86808889639, + 2700.9507280904054, + 2367.2167761282335, + 318.5634087163086, + 0.0 + ] + }, + "dose100": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 97.62577789479772, + 0.0, + 0.0, + 80.00392775078991, + 0.0, + 0.0, + 314.4603553917903, + 455.7344763997654, + 1390.1917578711423, + 35202.3935742922, + 17411.10677706116, + 8959.639789583704, + 22905.786156322538, + 53724.12671020282, + 202716.5734904491, + 593455.2391421894, + 1061973.7015589497, + 1253891.3596983317, + 1119826.4542018026, + 774069.1056718727, + 425947.6089233885, + 177451.38778540143, + 23148.603960337015, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 97.62577789479772, + 0.0, + 0.0, + 80.00392775078991, + 0.0, + 0.0, + 144.60306316324935, + 159.70688488693222, + 302.40526630231943, + 1506.8772235718511, + 936.9575011408815, + 1015.688423905467, + 1816.56619171953, + 1760.2953695213685, + 4352.980969713889, + 6068.0565760306035, + 8626.225532942948, + 9944.662609297102, + 8310.775724392508, + 8963.49283122824, + 5234.029114167897, + 4735.989013403248, + 686.6170622359155, + 0.0 + ] + }, + "leak": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 75.89633333333333, + 0.0, + 37.948166666666665, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 151.79266666666666, + 227.689, + 569.2225, + 17570.00116666667, + 8766.0265, + 4022.505666666666, + 9449.093499999999, + 21592.506833333333, + 96160.65433333332, + 294098.29166666674, + 530287.681, + 630167.2556666667, + 563074.897, + 388968.7083333333, + 214065.60816666667, + 89140.24350000001, + 11688.035333333335, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 53.66681196719461, + 0.0, + 37.94816666666667, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 74.8910394994032, + 87.05906504875725, + 125.85983031520512, + 738.6693612894172, + 526.3294723857243, + 373.64468746117143, + 719.3312871723774, + 677.2165692313494, + 1925.3639247643223, + 3109.629887847558, + 4150.3531765911675, + 4978.834784155262, + 4138.832269163478, + 4210.437770866803, + 2817.0973633790595, + 2149.8301429183443, + 412.0386997364046, + 0.0 + ] + }, + "heating_by_cell": { + "pellet": [ + 4176090489141.2646, + 3315804200.3153715 + ], + "capsule": [ + 1153449679763.818, + 2503427279.1743574 + ], + "krypton": [ + 44570159923.68178, + 371616627.7137439 + ], + "lamp_wall": [ + 251862095185.5104, + 1369752976.3470385 + ], + "inner_air": [ + 120528745.47025251, + 35636212.767779335 + ], + "site_0_0": [ + 0.0, + 0.0 + ], + "site_0_1": [ + 0.0, + 0.0 + ], + "site_0_2": [ + 0.0, + 0.0 + ], + "site_0_3": [ + 0.0, + 0.0 + ], + "site_0_4": [ + 2968252.265889288, + 2968252.2658892875 + ], + "site_0_5": [ + 127235.54740911219, + 127235.54740911219 + ], + "site_0_6": [ + 0.0, + 0.0 + ], + "site_0_7": [ + 1900756.3256333421, + 1900756.3256333421 + ], + "site_1_0": [ + 0.0, + 0.0 + ], + "site_1_1": [ + 1288628.6089913354, + 1288628.6089913351 + ], + "site_1_2": [ + 1873347.42235445, + 1873347.4223544502 + ], + "site_1_3": [ + 8053000.216079471, + 6596797.313799186 + ], + "site_1_4": [ + 6872307.90157966, + 4755841.331397893 + ], + "site_1_5": [ + 17556243.384602852, + 17556243.384602852 + ], + "site_1_6": [ + 4764054.320621112, + 4673995.896743897 + ], + "site_1_7": [ + 519857.5897912813, + 519857.58979128127 + ], + "site_2_0": [ + 18377959.41577157, + 10710061.189064072 + ], + "site_2_1": [ + 14224274.141620796, + 14224274.141620796 + ], + "site_2_2": [ + 24834327.94208326, + 16291294.498700077 + ], + "site_2_3": [ + 5497383.677946937, + 3876108.3629038725 + ], + "site_2_4": [ + 30473039.716621526, + 20971484.84115878 + ], + "site_2_5": [ + 0.0, + 0.0 + ], + "site_2_6": [ + 26461634.112313993, + 18792228.47843284 + ], + "site_2_7": [ + 12799536.214031408, + 9001649.263884518 + ], + "site_3_0": [ + 14369476.53827256, + 11874284.140877409 + ], + "site_3_1": [ + 56427174.67038064, + 29888500.216871887 + ], + "site_3_2": [ + 913306.1515753135, + 690139.338213387 + ], + "site_3_3": [ + 19456836.87522638, + 12830588.148540806 + ], + "site_3_4": [ + 18270705.847359497, + 10677351.47812332 + ], + "site_3_5": [ + 51680997.232745394, + 28687888.15692258 + ], + "site_3_6": [ + 18199423.051998354, + 9596506.962794304 + ], + "site_3_7": [ + 8992274.613479335, + 6195613.228516103 + ], + "site_4_0": [ + 14890617.464585638, + 12750320.5674913 + ], + "site_4_1": [ + 9627517.853431314, + 8653670.136684114 + ], + "site_4_2": [ + 14617821.582992384, + 6712699.5144757535 + ], + "site_4_3": [ + 65950579.198693395, + 47440836.42956061 + ], + "site_4_4": [ + 48563618.52261458, + 28578789.68081862 + ], + "site_4_5": [ + 25232140.802404884, + 13043239.848878931 + ], + "site_4_6": [ + 12312684.731971975, + 6822087.392661589 + ], + "site_4_7": [ + 1074274.3523667036, + 1074274.3523667036 + ], + "site_5_0": [ + 0.0, + 0.0 + ], + "site_5_1": [ + 0.0, + 0.0 + ], + "site_5_2": [ + 13844115.668575734, + 10426439.615712168 + ], + "site_5_3": [ + 146323.16973805646, + 146323.16973805646 + ], + "site_5_4": [ + 17907213.15328269, + 12288598.271747297 + ], + "site_5_5": [ + 10046352.993210351, + 6914909.736890463 + ], + "site_5_6": [ + 198453.84951581492, + 198453.84951581492 + ], + "site_5_7": [ + 29616048.141825847, + 20327492.763330203 + ], + "site_6_0": [ + 9350253.965849603, + 7680199.690632373 + ], + "site_6_1": [ + 1281588.0239814832, + 1281588.0239814832 + ], + "site_6_2": [ + 3916367.3856248087, + 3916367.385624809 + ], + "site_6_3": [ + 0.0, + 0.0 + ], + "site_6_4": [ + 18186062.28221709, + 13204562.124992264 + ], + "site_6_5": [ + 5933311.477877314, + 5933311.477877315 + ], + "site_6_6": [ + 17461481.09574313, + 12944057.116763832 + ], + "site_6_7": [ + 3220179.5128064877, + 2555878.862971705 + ], + "site_7_0": [ + 2361588.9884835146, + 2361588.9884835146 + ], + "site_7_1": [ + 0.0, + 0.0 + ], + "site_7_2": [ + 10046040.115585364, + 10046040.115585364 + ], + "site_7_3": [ + 0.0, + 0.0 + ], + "site_7_4": [ + 9440768.74363057, + 9440768.74363057 + ], + "site_7_5": [ + 0.0, + 0.0 + ], + "site_7_6": [ + 615951.8558743864, + 615951.8558743865 + ], + "site_7_7": [ + 1011159.7479794284, + 1011159.7479794285 + ], + "collar": [ + 6483989183896.42, + 7925958053.827381 + ], + "glass": [ + 167652090590.11792, + 1413229413.0376322 + ], + "trim_air": [ + 11155907.652039673, + 5226049.2135438565 + ], + "czt_0": [ + 1712541891.2814019, + 127448422.88461545 + ], + "czt_1": [ + 1845094537.1675956, + 115728358.95096254 + ], + "czt_2": [ + 1777783775.1986725, + 96881189.3302812 + ], + "czt_3": [ + 1855777086.3844116, + 137194834.55013508 + ], + "paddles": [ + 115512209317.13077, + 1010846545.8855977 + ], + "sipm_si": [ + 38940738949.560425, + 577103180.4734505 + ], + "pmma": [ + 146544820426.18927, + 1496007105.2138834 + ], + "lead": [ + 2105456968555.9465, + 6593443892.199511 + ], + "titanium": [ + 80915379843.03868, + 809316249.0866641 + ], + "contact": [ + 30277393.329850815, + 27390932.995979562 + ], + "dose10": [ + 47732090.683114946, + 22913017.287460778 + ], + "dose100": [ + 146885103.5055011, + 35006746.64517881 + ], + "air": [ + 5292194019.726982, + 254133166.92902264 + ] + }, + "particles": 3000000, + "seconds": 18.5, + "open_fraction": 0.0 + }, + "gate_025": { + "sites": { + "total": [ + [ + 151.79266666666666, + 189.74083333333334, + 189.74083333333334, + 75.89633333333333, + 37.948166666666665, + 265.6371666666667, + 227.689, + 113.84450000000001, + 37.948166666666665, + 151.79266666666666, + 189.74083333333334, + 151.79266666666666, + 227.689, + 227.689, + 417.4298333333333, + 113.84450000000001, + 569.2225, + 417.4298333333334, + 379.4816666666667, + 417.4298333333333, + 341.5335, + 531.2743333333334, + 417.4298333333333, + 417.4298333333333, + 417.4298333333333, + 986.6523333333332, + 531.2743333333333, + 796.9114999999999, + 872.8078333333333, + 872.8078333333333, + 607.1706666666666, + 796.9114999999999, + 569.2225, + 455.378, + 607.1706666666666, + 455.378, + 569.2225, + 721.0151666666666, + 758.9633333333334, + 645.1188333333332, + 455.378, + 455.378, + 379.4816666666667, + 265.6371666666667, + 303.5853333333333, + 379.4816666666667, + 379.4816666666667, + 455.378, + 75.89633333333333, + 227.68900000000002, + 341.53349999999995, + 113.84450000000001, + 113.84450000000001, + 113.8445, + 227.689, + 379.4816666666667, + 75.89633333333333, + 37.948166666666665, + 265.63716666666664, + 113.84450000000001, + 75.89633333333333, + 151.79266666666666, + 113.84450000000001, + 113.84450000000001 + ], + [ + 69.64725203900579, + 75.3953619619457, + 93.36044627270323, + 52.235439029254344, + 37.948166666666665, + 99.64365437590345, + 96.94487196795426, + 83.0490549887174, + 37.94816666666667, + 88.78317430375135, + 75.3953619619457, + 69.64725203900579, + 79.79095110360288, + 96.94487196795426, + 128.83565099648698, + 62.172608210155616, + 93.3604462727032, + 140.10830557306048, + 116.80199250395833, + 102.64112393167566, + 116.47709064371027, + 146.71454424270632, + 116.47709064371028, + 160.29273825187803, + 169.48591168339212, + 220.93113949403903, + 135.9906069163585, + 150.53919626934245, + 215.1962028748893, + 228.85110962698317, + 151.7926666666667, + 186.51782463046686, + 154.51451240115213, + 115.49690134634864, + 141.4542375855608, + 127.95017211193458, + 121.5713682326941, + 116.47709064371027, + 190.73685505005577, + 126.46059664225655, + 115.49690134634861, + 127.95017211193458, + 116.80199250395833, + 126.4605966422565, + 101.52744406190226, + 140.3785243497941, + 140.3785243497941, + 139.29450407801158, + 52.235439029254344, + 96.94487196795426, + 102.64112393167566, + 62.172608210155616, + 62.172608210155616, + 62.172608210155616, + 96.94487196795426, + 116.80199250395833, + 52.235439029254344, + 37.94816666666667, + 99.64365437590345, + 62.172608210155616, + 52.235439029254344, + 88.78317430375135, + 62.172608210155616, + 62.172608210155616 + ] + ], + "heating": [ + [ + 5272019.751529557, + 4036734.1302396655, + 3555834.7485589585, + 2927040.972317636, + 2968252.265889288, + 8550219.56271155, + 5959424.780291689, + 11248644.57109595, + 462666.2411467872, + 6394919.021400499, + 5998287.497950813, + 9932085.068671007, + 12463185.38795362, + 38271044.20706428, + 23428030.2187332, + 1857551.7726254754, + 44522225.6379447, + 34556728.45591592, + 28971361.998039268, + 16790553.000080857, + 42653472.059442505, + 16642610.402664775, + 29650735.427993394, + 20460913.05102002, + 23750346.031151567, + 89876783.73492658, + 12834835.088734182, + 32806367.888289712, + 39978051.26005815, + 66737479.63878785, + 52437063.41897908, + 32717296.482498426, + 24992206.475453973, + 21782132.353507586, + 20198602.076163985, + 86208535.85165305, + 28191668.534666777, + 38903253.0805455, + 28890328.97554187, + 14526050.587252876, + 41320663.51494032, + 27695100.947591998, + 26573749.865826055, + 26409680.625901137, + 23566864.49165569, + 23519175.78959412, + 8889633.193338217, + 19695175.624539673, + 9577429.785769682, + 5161358.517155595, + 9608489.490539478, + 2822597.273317671, + 18186062.28221709, + 10024080.594986985, + 20721671.38330256, + 18670355.45773215, + 3748178.021119436, + 20333.4817996212, + 20815973.95382414, + 17146553.137584172, + 9823626.555699093, + 12079071.135705046, + 1057822.8643827501, + 1910785.6321840785 + ], + [ + 2781700.601024241, + 2291561.4754546187, + 2006432.834997773, + 2638367.410115506, + 2968252.2658892875, + 4293289.631551019, + 3347562.106771235, + 10040852.466883343, + 462666.2411467871, + 4074780.068699455, + 3155993.19211789, + 6654046.4684272725, + 5540508.462090046, + 24197748.473375626, + 10798407.436206086, + 1262798.6414885337, + 11560521.354331888, + 16944848.26772899, + 16080173.091821285, + 9309863.300765418, + 21660106.665936973, + 5422952.758524605, + 17988657.7311386, + 10012911.886030637, + 13171817.759460092, + 31160954.466433264, + 3957484.106308797, + 10346274.592871806, + 14559018.179437049, + 23926131.174082734, + 26581411.807053998, + 8622442.615987156, + 12668088.443917474, + 9679935.678392148, + 7394979.440800043, + 49354263.31933271, + 14096516.3869434, + 13234046.936237905, + 10004535.44527243, + 5355752.245274241, + 22717827.880213488, + 12621550.87766151, + 11661357.086906997, + 24987987.1090341, + 12660610.405044321, + 9415382.627476266, + 3602628.6859008293, + 7972220.441678599, + 7724485.074792289, + 2652714.0136068044, + 4673201.247650668, + 1887133.2616347745, + 13204562.124992264, + 6520950.665855434, + 12930925.286401218, + 7748153.034896672, + 2674891.000642568, + 20333.4817996212, + 12045041.66640921, + 13850955.048712822, + 9428373.33961931, + 10389001.893995006, + 690717.0918679645, + 1236069.0930830233 + ] + ], + "flux": [ + [ + 992.9641761631854, + 1270.2749219097152, + 1183.0707362830876, + 596.0472538980873, + 350.1785156505272, + 1716.8885782563557, + 1492.475849441488, + 1027.3934595556889, + 248.997186980668, + 1104.733986125108, + 1514.0397849702374, + 1129.3655181172758, + 1607.5121284142765, + 1989.5900183269891, + 2828.740356830572, + 732.2796044674999, + 4366.673753177603, + 2832.149202740888, + 2970.9349569304845, + 2726.4182832350366, + 2674.6516144199477, + 3710.264740657699, + 2875.739789640137, + 3053.317161327003, + 2792.2127956795694, + 7730.903119712512, + 3282.0783766522777, + 5348.888072274832, + 6069.353523424956, + 6588.814202945422, + 4641.305923909184, + 5712.657494802852, + 4015.903044770342, + 3281.5170863352178, + 4546.57700895802, + 3921.3384351954396, + 3955.5088944741083, + 5099.922479981752, + 5406.6442532149495, + 4264.740512427538, + 3305.2812395578926, + 3190.28548721032, + 2926.487520269072, + 2062.2569117907483, + 2173.602099692688, + 3042.789468581895, + 2520.736857071161, + 3099.8890202704597, + 639.525689539802, + 1488.6381955565005, + 2256.4747139119595, + 806.0775717260083, + 1126.1036005886972, + 954.6103344736078, + 1877.606440275957, + 2864.4937271944927, + 604.8649761643019, + 182.127424183926, + 2139.0237460883914, + 940.6871332717586, + 587.2974275013443, + 890.9712202433508, + 820.5323921925485, + 817.2508425216265 + ], + [ + 457.020565790902, + 511.53727456169383, + 568.8038587419858, + 413.0168681354238, + 350.1785156505272, + 628.373740796037, + 621.571822345282, + 772.1161259696684, + 248.99718698066798, + 671.6209675203678, + 616.6566408392604, + 531.5846703736067, + 572.5085861520097, + 909.2362193134134, + 881.0163287344168, + 400.9342721919233, + 733.5047864073022, + 1006.3482191286987, + 866.4601159577395, + 724.4386335726252, + 948.7629339073081, + 1004.4178430142416, + 792.2224607626711, + 1165.6755355549315, + 1161.4153474721636, + 1659.9600173932067, + 817.9548855546878, + 1021.6764954852198, + 1570.8978262625433, + 1676.8876496662601, + 1203.0141238562514, + 1337.8891032063393, + 1157.1166251032807, + 821.2561032347234, + 1089.0068427170322, + 1062.0243605699761, + 891.5215755176774, + 875.6782134594058, + 1371.8339887591317, + 882.7480549158685, + 910.766019967825, + 917.9822188912857, + 920.1953307910886, + 1085.4218032178094, + 797.4512280127351, + 1062.653970550894, + 928.7353137623618, + 941.9651228570921, + 442.6771498550757, + 664.1071874886284, + 692.0549120656044, + 443.00082705421084, + 629.3614692860291, + 525.4291383731365, + 799.539790485707, + 900.5006385993325, + 417.63084460175634, + 182.127424183926, + 854.6261724126308, + 533.192518577392, + 416.7777196470001, + 510.67665413383475, + 454.31699423105846, + 451.53602588336133 + ] + ] + }, + "site_spectrum": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.00923323607063475, + 0.0, + 0.0, + 0.0, + 0.0, + 0.2574766308909081, + 1.2020832776994834, + 0.0, + 26.88852038393192, + 18.21793771703301, + 210.1230445886616, + 3529.488435137528, + 6374.660572081689, + 12011.643146902548, + 18906.096112246756, + 23742.005849305748, + 23281.217285647406, + 21141.555664215073, + 18010.079730682563, + 15113.396879426893, + 11434.58778866274, + 7992.943366027067, + 4603.871012389232, + 2179.9092889569197, + 884.9684293337726, + 82.98975377440064, + 0.0 + ], + "detectors": { + "names": [ + "paddles", + "czt_0", + "czt_1", + "czt_2", + "czt_3" + ], + "total": [ + [ + 1814377.744666667, + 48232.11983333334, + 51609.506666666675, + 47776.74183333333, + 50546.958000000006 + ], + [ + 8220.035597526898, + 2033.8868384799243, + 2002.7369780255808, + 2016.6720824953234, + 2530.0508687570214 + ] + ], + "heating": [ + [ + 125795267229.91574, + 3364267994.012961, + 3569365774.5465264, + 3342034476.338853, + 3470100382.4130654 + ], + [ + 1097046782.6465206, + 175506028.13875708, + 153683997.97730246, + 127150364.451436, + 191112556.4400392 + ] + ], + "flux": [ + [ + 13442456.139412839, + 15380.899349337866, + 14763.1262997271, + 15313.505745182458, + 14814.904307679148 + ], + [ + 66508.18825906543, + 921.8276172264054, + 664.4620156011679, + 809.7016152104063, + 908.404042360305 + ] + ] + }, + "detector_spectrum": { + "paddles": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.2417381672573037, + 0.29426712406650724, + 1.6502909560885943, + 2.7189578636626304, + 3.6705016778603676, + 13.174997376652632, + 10.617666589319919, + 37.44986874775567, + 47.05025875131898, + 1327.0193990320636, + 249.58131913902213, + 404.62179856008714, + 685.6277584358835, + 5254.7949643163265, + 6912.174377639804, + 75858.67465430264, + 758407.7644064726, + 983028.3374703389, + 870566.4263637187, + 1053275.525033403, + 1265342.8328282486, + 1332136.5354023266, + 1391490.3634318407, + 1423042.5216573325, + 1357474.299634452, + 1137868.229062662, + 836834.9862671492, + 519492.0270365986, + 263057.78577957203, + 104588.00094085181, + 12761.088784211372, + 0.0 + ], + "czt": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0045537120175233765, + 0.020776489890534537, + 0.033957775564484385, + 0.0709498313170772, + 0.1419105129207721, + 2.316702142805404, + 0.7136348539157047, + 0.08189624478420371, + 0.3252196411266871, + 2.065546754282218, + 0.5281117245108371, + 1.3113407825714742, + 6.02645791574706, + 653.7492184971155, + 63.54896206058814, + 8.875700450620474, + 107.80461119476061, + 486.38085545884417, + 1022.6579916018411, + 2283.8791477873083, + 4701.215199799604, + 6275.09678722159, + 7947.024663706179, + 9442.139330023268, + 8803.8803016557, + 7338.681330398399, + 5382.053461640278, + 2872.9065980367486, + 1109.9259085676854, + 875.534088038487, + 64.08526782056593, + 0.0 + ] + }, + "core_out": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 75.89633333333333, + 4857.365333333333, + 834.8596666666667, + 75.89633333333333, + 113.84450000000001, + 189.74083333333334, + 4060.453833333333, + 493.3261666666667, + 1328.1858333333332, + 35291.795000000006, + 354549.7211666667, + 1547602.1330000001, + 3750113.7263333327, + 5901850.672666667, + 6825736.738333333, + 6387511.309666668, + 5578759.981666666, + 4380356.878333334, + 3355452.7930000005, + 2463481.1355, + 1660042.5508333333, + 985893.37, + 477843.3146666667, + 183669.12666666668, + 22465.314666666665, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 53.66681196719461, + 502.23347684359885, + 156.706317087763, + 53.66681196719461, + 62.172608210155616, + 79.31458295891058, + 440.401857234186, + 167.68760179147858, + 237.30582883112376, + 1136.5126638787779, + 3524.5376221757792, + 7058.563019453661, + 10814.383006447502, + 13301.605233042084, + 14025.704436341552, + 14929.951950371487, + 12945.69760944745, + 13502.397900986112, + 11332.121045971333, + 9011.49639717098, + 8560.518353202784, + 5583.140671812356, + 4915.299610172896, + 2636.9557037850286, + 785.2708363812043, + 0.0 + ] + }, + "contact": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 17.484132287700998, + 0.0, + 10.33431413685129, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 36.18371624180874, + 61.05986047129026, + 160.92494208605297, + 5476.3495689633055, + 2981.937140780283, + 1447.5120873601495, + 4503.882905961021, + 11760.844385177334, + 36308.3191506483, + 86572.09913338206, + 137291.01714865776, + 155035.81656929478, + 133831.72494760744, + 91247.34121644367, + 49729.25289476728, + 20659.094041546436, + 2731.34685414027, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 12.048076730471296, + 0.0, + 10.33431413685129, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 17.149411103011673, + 26.40125223864144, + 45.88558174803349, + 270.9812924588493, + 174.37484063020437, + 162.70189198862533, + 437.5549874194676, + 496.3196220449148, + 1045.1293675082138, + 942.0290611445131, + 1082.533262778969, + 1478.6659811527197, + 1108.7434360411032, + 995.9230789617162, + 614.9100705948543, + 551.3482728268604, + 96.33983865803658, + 0.0 + ] + }, + "dose10": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 38.15210297926504, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 155.7191597096307, + 208.1622240410199, + 810.2850109061179, + 20877.75113369229, + 10441.78717200483, + 4619.966971124024, + 12479.129951393024, + 28549.98096523861, + 118046.64488136063, + 336702.85532284307, + 576110.7288562246, + 666048.8597514456, + 583609.42163149, + 399450.1467173096, + 218631.717264726, + 91263.19849708541, + 11813.390329250278, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 38.15210297926504, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 71.4717951025201, + 83.427016668553, + 267.93115538197674, + 914.6964624583385, + 526.0137643576127, + 493.650318791663, + 1035.8713791908726, + 1170.1212613421342, + 2554.855392705587, + 3565.9553312814596, + 3963.8423321414907, + 5671.310967561077, + 4727.355939665578, + 4441.6356005364605, + 2681.9705389875767, + 2408.092963200302, + 379.8708599780351, + 0.0 + ] + }, + "dose100": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 97.62577789479772, + 0.0, + 0.0, + 80.00392775078991, + 0.0, + 0.0, + 314.4603553917892, + 455.7344763997654, + 1395.2986138217218, + 37906.63779931377, + 18853.96325179199, + 9187.300312244228, + 24331.15554068794, + 59265.054192865675, + 227609.16315887062, + 648430.6197827986, + 1121698.2543738552, + 1303464.6066665328, + 1150228.8648918772, + 790836.0448613199, + 434524.3212648366, + 181322.20050948777, + 23300.39372695859, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 97.62577789479772, + 0.0, + 0.0, + 80.00392775078991, + 0.0, + 0.0, + 144.60306316324886, + 159.70688488693222, + 323.2548186845705, + 1696.4090883772435, + 903.0066347460236, + 961.7290138432685, + 1755.6411331698682, + 2219.6813396313055, + 5291.010025288053, + 6426.590223723683, + 7342.342973170598, + 11433.820120518145, + 9430.09394982351, + 8889.106455897572, + 5278.309302084529, + 4807.845448433224, + 796.2091722300571, + 0.0 + ] + }, + "leak": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 75.89633333333333, + 0.0, + 37.948166666666665, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 151.79266666666666, + 189.74083333333334, + 531.2743333333334, + 18936.135166666667, + 9487.041666666666, + 4136.350166666666, + 9942.419666666668, + 24172.982166666665, + 108569.70483333337, + 321117.3863333334, + 560039.0436666667, + 655099.2011666667, + 578481.8526666666, + 397544.994, + 218239.90649999998, + 91151.49633333333, + 11801.879833333336, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 53.66681196719461, + 0.0, + 37.94816666666667, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 74.8910394994032, + 81.20328997172749, + 126.16057107925543, + 843.8444358014289, + 533.9780369692198, + 378.18121163164653, + 732.8491236234249, + 762.9970896394339, + 2191.313157761448, + 3320.0907871180125, + 3853.1874043647304, + 5418.4809546142205, + 4414.1607468533775, + 4226.805024914829, + 2815.590304048824, + 2209.1398578932844, + 451.6175888080256, + 0.0 + ] + }, + "heating_by_cell": { + "pellet": [ + 4175947975283.4507, + 3313094925.2024207 + ], + "capsule": [ + 1152948906015.4185, + 2489167158.4849024 + ], + "krypton": [ + 44051960499.95664, + 365606520.5640518 + ], + "lamp_wall": [ + 250067773716.90436, + 1372097340.1138854 + ], + "inner_air": [ + 122542899.18772277, + 35831702.17537555 + ], + "site_0_0": [ + 5272019.751529557, + 2781700.601024241 + ], + "site_0_1": [ + 4036734.1302396655, + 2291561.4754546187 + ], + "site_0_2": [ + 3555834.7485589585, + 2006432.834997773 + ], + "site_0_3": [ + 2927040.972317636, + 2638367.410115506 + ], + "site_0_4": [ + 2968252.265889288, + 2968252.2658892875 + ], + "site_0_5": [ + 8550219.56271155, + 4293289.631551019 + ], + "site_0_6": [ + 5959424.780291689, + 3347562.106771235 + ], + "site_0_7": [ + 11248644.57109595, + 10040852.466883343 + ], + "site_1_0": [ + 462666.2411467872, + 462666.2411467871 + ], + "site_1_1": [ + 6394919.021400499, + 4074780.068699455 + ], + "site_1_2": [ + 5998287.497950813, + 3155993.19211789 + ], + "site_1_3": [ + 9932085.068671007, + 6654046.4684272725 + ], + "site_1_4": [ + 12463185.38795362, + 5540508.462090046 + ], + "site_1_5": [ + 38271044.20706428, + 24197748.473375626 + ], + "site_1_6": [ + 23428030.2187332, + 10798407.436206086 + ], + "site_1_7": [ + 1857551.7726254754, + 1262798.6414885337 + ], + "site_2_0": [ + 44522225.6379447, + 11560521.354331888 + ], + "site_2_1": [ + 34556728.45591592, + 16944848.26772899 + ], + "site_2_2": [ + 28971361.998039268, + 16080173.091821285 + ], + "site_2_3": [ + 16790553.000080857, + 9309863.300765418 + ], + "site_2_4": [ + 42653472.059442505, + 21660106.665936973 + ], + "site_2_5": [ + 16642610.402664775, + 5422952.758524605 + ], + "site_2_6": [ + 29650735.427993394, + 17988657.7311386 + ], + "site_2_7": [ + 20460913.05102002, + 10012911.886030637 + ], + "site_3_0": [ + 23750346.031151567, + 13171817.759460092 + ], + "site_3_1": [ + 89876783.73492658, + 31160954.466433264 + ], + "site_3_2": [ + 12834835.088734182, + 3957484.106308797 + ], + "site_3_3": [ + 32806367.888289712, + 10346274.592871806 + ], + "site_3_4": [ + 39978051.26005815, + 14559018.179437049 + ], + "site_3_5": [ + 66737479.63878785, + 23926131.174082734 + ], + "site_3_6": [ + 52437063.41897908, + 26581411.807053998 + ], + "site_3_7": [ + 32717296.482498426, + 8622442.615987156 + ], + "site_4_0": [ + 24992206.475453973, + 12668088.443917474 + ], + "site_4_1": [ + 21782132.353507586, + 9679935.678392148 + ], + "site_4_2": [ + 20198602.076163985, + 7394979.440800043 + ], + "site_4_3": [ + 86208535.85165305, + 49354263.31933271 + ], + "site_4_4": [ + 28191668.534666777, + 14096516.3869434 + ], + "site_4_5": [ + 38903253.0805455, + 13234046.936237905 + ], + "site_4_6": [ + 28890328.97554187, + 10004535.44527243 + ], + "site_4_7": [ + 14526050.587252876, + 5355752.245274241 + ], + "site_5_0": [ + 41320663.51494032, + 22717827.880213488 + ], + "site_5_1": [ + 27695100.947591998, + 12621550.87766151 + ], + "site_5_2": [ + 26573749.865826055, + 11661357.086906997 + ], + "site_5_3": [ + 26409680.625901137, + 24987987.1090341 + ], + "site_5_4": [ + 23566864.49165569, + 12660610.405044321 + ], + "site_5_5": [ + 23519175.78959412, + 9415382.627476266 + ], + "site_5_6": [ + 8889633.193338217, + 3602628.6859008293 + ], + "site_5_7": [ + 19695175.624539673, + 7972220.441678599 + ], + "site_6_0": [ + 9577429.785769682, + 7724485.074792289 + ], + "site_6_1": [ + 5161358.517155595, + 2652714.0136068044 + ], + "site_6_2": [ + 9608489.490539478, + 4673201.247650668 + ], + "site_6_3": [ + 2822597.273317671, + 1887133.2616347745 + ], + "site_6_4": [ + 18186062.28221709, + 13204562.124992264 + ], + "site_6_5": [ + 10024080.594986985, + 6520950.665855434 + ], + "site_6_6": [ + 20721671.38330256, + 12930925.286401218 + ], + "site_6_7": [ + 18670355.45773215, + 7748153.034896672 + ], + "site_7_0": [ + 3748178.021119436, + 2674891.000642568 + ], + "site_7_1": [ + 20333.4817996212, + 20333.4817996212 + ], + "site_7_2": [ + 20815973.95382414, + 12045041.66640921 + ], + "site_7_3": [ + 17146553.137584172, + 13850955.048712822 + ], + "site_7_4": [ + 9823626.555699093, + 9428373.33961931 + ], + "site_7_5": [ + 12079071.135705046, + 10389001.893995006 + ], + "site_7_6": [ + 1057822.8643827501, + 690717.0918679645 + ], + "site_7_7": [ + 1910785.6321840785, + 1236069.0930830233 + ], + "collar": [ + 6072692416249.591, + 6725352187.532042 + ], + "opening_0": [ + 0.0, + 0.0 + ], + "opening_1": [ + 0.0, + 0.0 + ], + "opening_2": [ + 0.0, + 0.0 + ], + "opening_3": [ + 0.0, + 0.0 + ], + "opening_4": [ + 0.0, + 0.0 + ], + "opening_5": [ + 0.0, + 0.0 + ], + "opening_6": [ + 0.0, + 0.0 + ], + "opening_7": [ + 0.0, + 0.0 + ], + "opening_8": [ + 0.0, + 0.0 + ], + "opening_9": [ + 0.0, + 0.0 + ], + "opening_10": [ + 0.0, + 0.0 + ], + "opening_11": [ + 0.0, + 0.0 + ], + "opening_12": [ + 0.0, + 0.0 + ], + "opening_13": [ + 0.0, + 0.0 + ], + "opening_14": [ + 1544471.5673109726, + 1544471.5673109724 + ], + "opening_15": [ + 0.0, + 0.0 + ], + "opening_16": [ + 0.0, + 0.0 + ], + "opening_17": [ + 0.0, + 0.0 + ], + "opening_18": [ + 0.0, + 0.0 + ], + "opening_19": [ + 0.0, + 0.0 + ], + "opening_20": [ + 5121706.400132997, + 5121706.400132997 + ], + "opening_21": [ + 0.0, + 0.0 + ], + "opening_22": [ + 0.0, + 0.0 + ], + "opening_23": [ + 0.0, + 0.0 + ], + "opening_24": [ + 0.0, + 0.0 + ], + "opening_25": [ + 0.0, + 0.0 + ], + "opening_26": [ + 0.0, + 0.0 + ], + "opening_27": [ + 0.0, + 0.0 + ], + "opening_28": [ + 0.0, + 0.0 + ], + "opening_29": [ + 0.0, + 0.0 + ], + "opening_30": [ + 0.0, + 0.0 + ], + "opening_31": [ + 0.0, + 0.0 + ], + "opening_32": [ + 0.0, + 0.0 + ], + "opening_33": [ + 0.0, + 0.0 + ], + "opening_34": [ + 0.0, + 0.0 + ], + "opening_35": [ + 0.0, + 0.0 + ], + "opening_36": [ + 0.0, + 0.0 + ], + "opening_37": [ + 0.0, + 0.0 + ], + "opening_38": [ + 0.0, + 0.0 + ], + "opening_39": [ + 0.0, + 0.0 + ], + "opening_40": [ + 648649.859551993, + 648649.859551993 + ], + "opening_41": [ + 0.0, + 0.0 + ], + "opening_42": [ + 0.0, + 0.0 + ], + "opening_43": [ + 0.0, + 0.0 + ], + "opening_44": [ + 0.0, + 0.0 + ], + "opening_45": [ + 0.0, + 0.0 + ], + "opening_46": [ + 0.0, + 0.0 + ], + "opening_47": [ + 0.0, + 0.0 + ], + "opening_48": [ + 0.0, + 0.0 + ], + "opening_49": [ + 0.0, + 0.0 + ], + "opening_50": [ + 0.0, + 0.0 + ], + "opening_51": [ + 0.0, + 0.0 + ], + "opening_52": [ + 0.0, + 0.0 + ], + "opening_53": [ + 0.0, + 0.0 + ], + "opening_54": [ + 0.0, + 0.0 + ], + "opening_55": [ + 0.0, + 0.0 + ], + "opening_56": [ + 0.0, + 0.0 + ], + "opening_57": [ + 0.0, + 0.0 + ], + "opening_58": [ + 0.0, + 0.0 + ], + "opening_59": [ + 0.0, + 0.0 + ], + "opening_60": [ + 0.0, + 0.0 + ], + "opening_61": [ + 0.0, + 0.0 + ], + "opening_62": [ + 0.0, + 0.0 + ], + "opening_63": [ + 0.0, + 0.0 + ], + "glass": [ + 188523552697.73047, + 1634002581.4199467 + ], + "trim_air": [ + 22185955.37345434, + 11183226.498415276 + ], + "czt_0": [ + 3364267994.012961, + 175506028.13875708 + ], + "czt_1": [ + 3569365774.5465264, + 153683997.97730246 + ], + "czt_2": [ + 3342034476.338853, + 127150364.451436 + ], + "czt_3": [ + 3470100382.4130654, + 191112556.4400392 + ], + "paddles": [ + 125795267229.91574, + 1097046782.6465206 + ], + "sipm_si": [ + 43743051531.897575, + 609371585.626957 + ], + "pmma": [ + 160635448868.6162, + 1488876990.1614625 + ], + "lead": [ + 2399280062504.5146, + 7764448866.832196 + ], + "titanium": [ + 83947268688.55612, + 781574586.0006418 + ], + "contact": [ + 30277393.329850815, + 27390932.995979562 + ], + "dose10": [ + 47732090.683114946, + 22913017.287460778 + ], + "dose100": [ + 156405284.94207102, + 38921349.622222014 + ], + "air": [ + 5630609551.248292, + 315622906.270392 + ] + }, + "particles": 3000000, + "seconds": 25.5, + "open_fraction": 0.25 + }, + "gate_050": { + "sites": { + "total": [ + [ + 189.74083333333334, + 189.74083333333334, + 227.689, + 227.689, + 113.84450000000001, + 303.5853333333333, + 227.689, + 189.74083333333334, + 189.74083333333334, + 227.689, + 227.689, + 227.689, + 265.63716666666664, + 189.74083333333334, + 455.378, + 227.689, + 569.2225, + 683.067, + 683.067, + 455.378, + 531.2743333333334, + 683.067, + 758.9633333333333, + 569.2225, + 569.2225000000001, + 1176.3931666666665, + 796.9114999999999, + 834.8596666666666, + 910.756, + 1290.2376666666664, + 531.2743333333333, + 1062.5486666666666, + 493.3261666666667, + 834.8596666666666, + 986.6523333333332, + 531.2743333333334, + 758.9633333333334, + 986.6523333333332, + 948.7041666666667, + 796.9114999999999, + 872.8078333333333, + 607.1706666666666, + 569.2225, + 341.5335, + 569.2225, + 531.2743333333334, + 379.4816666666667, + 607.1706666666666, + 265.63716666666664, + 303.5853333333333, + 417.4298333333333, + 151.79266666666666, + 151.79266666666666, + 113.84450000000001, + 417.4298333333333, + 531.2743333333333, + 113.84450000000001, + 75.89633333333333, + 341.5335, + 113.84450000000001, + 75.89633333333333, + 227.68900000000002, + 113.84450000000001, + 113.84450000000001 + ], + [ + 75.3953619619457, + 75.3953619619457, + 96.94487196795426, + 96.94487196795426, + 62.172608210155616, + 101.52744406190226, + 96.94487196795426, + 93.36044627270321, + 75.3953619619457, + 79.79095110360288, + 79.79095110360288, + 79.79095110360288, + 83.04905498871742, + 75.3953619619457, + 127.95017211193458, + 124.34521642031123, + 121.5713682326941, + 189.94045551724736, + 154.75957918861576, + 101.52744406190223, + 146.71454424270632, + 181.78466469764146, + 123.12011051947401, + 144.3711266829358, + 173.02646961750327, + 216.60043443249052, + 150.53919626934245, + 154.75957918861576, + 224.33551782891467, + 258.8452092184197, + 135.9906069163585, + 208.9417561170174, + 148.51163977563004, + 189.94045551724744, + 227.6890000000001, + 166.09810997743483, + 174.11813009751444, + 166.0981099774349, + 232.79144694601817, + 128.83565099648703, + 176.49601728493207, + 141.45423758556083, + 133.45901954096172, + 116.47709064371027, + 144.37112668293582, + 191.52994310726595, + 160.52898412547415, + 151.7926666666667, + 99.64365437590345, + 101.52744406190226, + 140.10830557306053, + 69.64725203900579, + 69.64725203900579, + 83.0490549887174, + 160.29273825187806, + 135.99060691635853, + 62.172608210155616, + 52.235439029254344, + 116.47709064371027, + 62.172608210155616, + 52.235439029254344, + 96.94487196795426, + 62.172608210155616, + 62.172608210155616 + ] + ], + "heating": [ + [ + 9693744.60932163, + 4036734.1302396655, + 4010532.856657356, + 19674526.70611512, + 6302793.683839552, + 10465602.87827363, + 8545426.788823094, + 16387619.515503103, + 22875959.57804704, + 6716474.208415106, + 6136481.070285594, + 11221345.564085433, + 14026263.834182408, + 24788422.295495324, + 27409813.564516135, + 4266718.818643646, + 35183484.70405936, + 36540201.25269206, + 45735372.573810235, + 19985775.348699495, + 39984088.2085455, + 23495564.077187523, + 49239391.62647933, + 31809246.599852152, + 26968069.250644237, + 98275708.13780208, + 16648590.009062853, + 36128405.88987941, + 41936611.92978457, + 76806656.57101244, + 47803309.79873618, + 49229931.87221485, + 17778691.93325924, + 30664978.826036982, + 32054887.255719643, + 88768846.42480601, + 57758723.10304381, + 50107154.142236784, + 47385138.36646302, + 20231746.811677672, + 49742089.639818266, + 23651212.0475206, + 34357439.16941437, + 6512627.136401359, + 31132987.574653734, + 28640389.551290672, + 10161841.077585278, + 33770462.07878273, + 16293993.083494196, + 6457613.767442447, + 13270024.003590146, + 2823142.3006870705, + 18434186.101218056, + 9326777.02217465, + 28101187.192290336, + 20597549.56855253, + 4216130.571834875, + 2026968.0603292375, + 30391116.5344372, + 17146553.137584172, + 9823626.555699093, + 24641883.782167394, + 1057822.8643827501, + 4261280.2142413985 + ], + [ + 4983540.42672437, + 2291561.4754546187, + 2014391.7171324152, + 13610718.912819806, + 4100901.0835782825, + 4514104.546178764, + 4414007.054541444, + 10544726.106700748, + 11480893.459310882, + 3845723.351156292, + 3145176.505765677, + 6619508.1119474685, + 5575824.90381017, + 17980619.302835606, + 11074325.814222012, + 2321217.131827026, + 10014902.761788746, + 15650746.404792992, + 17054864.177818347, + 9287875.102791226, + 20517089.389317807, + 8877085.135353968, + 20174183.896667402, + 10635693.037671994, + 13024058.379925283, + 30375199.326001935, + 4309072.706347921, + 12476664.047180163, + 14445052.79946795, + 27865023.91311448, + 25853992.885455284, + 13070933.937318346, + 6857503.774069821, + 11614266.677889636, + 9884448.526419302, + 49330953.797277644, + 29261850.8934223, + 14889531.848922148, + 18553631.413910527, + 5810985.104491006, + 22840233.482596755, + 11417328.712117275, + 11736273.574533641, + 3467653.1992045674, + 13622389.59253626, + 12295505.511882022, + 4595899.524707938, + 17122913.242968008, + 8165456.299415309, + 2673192.0353962546, + 5971325.6129306285, + 1887090.434542665, + 13188898.262219343, + 6678351.121171946, + 13479586.228950659, + 7471186.493865235, + 2681304.363597739, + 1417136.2868807777, + 13773272.981077388, + 13850955.048712822, + 9428373.33961931, + 15708892.853091158, + 690717.0918679645, + 2685910.009425453 + ] + ], + "flux": [ + [ + 1286.900608753999, + 1270.2749219097152, + 1496.8800493493977, + 1883.7263410356368, + 938.4485098491903, + 1983.9106437735468, + 1483.091149897314, + 1604.5977682379093, + 1778.9057018286053, + 1500.342256387606, + 1743.6563363275448, + 1606.7907765258233, + 1847.948839475655, + 1586.7892795974612, + 3115.5458595541427, + 1588.49458480754, + 4194.340178444212, + 4473.748152000734, + 5193.368350573697, + 2976.9347051221202, + 3655.9474695467043, + 4631.266115893804, + 5294.328880789032, + 4027.131831101661, + 3719.1218507023914, + 9060.140939941313, + 5055.621688192614, + 5740.104330704284, + 6387.2367677948205, + 9526.897498078572, + 4110.6199739328895, + 7270.360059021574, + 3440.916225053781, + 5714.067818887325, + 7195.34766493355, + 4391.2289370202925, + 5498.570689972909, + 6813.185298675553, + 6901.528360219361, + 5353.417287164478, + 5940.149029526191, + 4048.597025261658, + 4305.563974824248, + 2272.0433864288116, + 3949.917637666116, + 4008.2257077471613, + 2565.0284447504373, + 4382.0096621935, + 1880.3557151962243, + 1937.6354051842063, + 2821.149145728513, + 1033.7470127997117, + 1374.3574787332482, + 871.2338972250191, + 3099.352417443001, + 3725.045731725512, + 813.6275517656801, + 568.8302549438125, + 2778.1258347359335, + 940.6871332717586, + 587.2974275013443, + 1486.743003103762, + 820.5323921925485, + 838.5562147703434 + ], + [ + 514.3378656085894, + 511.53727456169383, + 618.9059261160671, + 815.4152492027915, + 515.3470686482095, + 646.4493394669801, + 618.3139297466246, + 832.611218439931, + 728.3137354179762, + 535.7425075598859, + 629.598748808947, + 577.8925848045118, + 587.2743514405082, + 673.9971953720802, + 879.2311111558936, + 815.9320814124424, + 899.1636464831776, + 1248.0252209867328, + 1152.9531822266201, + 718.1212298875056, + 972.751528554815, + 1258.6350613825948, + 838.3033313174728, + 1010.5723059667278, + 1172.3415487241155, + 1620.0208696389589, + 974.2380264229404, + 1092.9395458599013, + 1615.8035216570406, + 1960.6793058029166, + 1080.1410562000156, + 1421.15896823682, + 1056.6746156858642, + 1301.9020565363712, + 1638.0240841982113, + 1264.9572223217506, + 1261.7189941171566, + 1165.8481579304448, + 1764.2560592339976, + 893.6135789116184, + 1277.6980017329192, + 1034.5905025733598, + 1012.6015426950448, + 766.2154988485607, + 1069.6175319497106, + 1452.7818472764188, + 1083.1954359436963, + 1166.1686127637872, + 710.5529337884798, + 683.3649212800663, + 957.3908319619293, + 478.29414951730735, + 654.4452018232705, + 622.6853467753104, + 1212.4201949079568, + 947.3224678787628, + 452.44383371833834, + 400.69155081485457, + 951.5423525197316, + 533.192518577392, + 416.7777196470001, + 629.6016703338062, + 454.31699423105846, + 461.94461982455346 + ] + ] + }, + "site_spectrum": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.09652023257107048, + 0.0, + 0.0, + 0.0, + 0.00923323607063475, + 0.0, + 6.884193850787383, + 0.0, + 0.0, + 0.2574766308909081, + 1.2020832776994834, + 0.0, + 26.88852038393192, + 24.946766514301146, + 411.3061537704322, + 5134.512826617638, + 9391.52229997373, + 17530.01492489171, + 26729.126823559298, + 32048.547635778505, + 30513.30086614858, + 26402.400818810598, + 21267.0096808108, + 17046.43472016889, + 12352.086263411227, + 8474.854085290277, + 4786.7072255238445, + 2298.934453334658, + 908.5337444160435, + 82.98975377440061, + 0.0 + ], + "detectors": { + "names": [ + "paddles", + "czt_0", + "czt_1", + "czt_2", + "czt_3" + ], + "total": [ + [ + 2143995.520333333, + 74416.35483333335, + 80829.595, + 73885.08050000001, + 75896.33333333334 + ], + [ + 8921.902015712278, + 2377.5095863475726, + 2432.362349254743, + 2727.756543608814, + 3093.2319814335724 + ] + ], + "heating": [ + [ + 136460925641.28506, + 4752084764.193225, + 5068340698.980128, + 4609514376.7643585, + 4721337415.102676 + ], + [ + 962252828.8547038, + 203182945.7438025, + 189579583.07158935, + 157567440.12418962, + 217171676.2203458 + ] + ], + "flux": [ + [ + 15572673.821625927, + 19273.99269735109, + 19231.322227769655, + 17956.157986046623, + 18271.981397472427 + ], + [ + 65483.61539649733, + 849.6342686793324, + 891.944562847468, + 849.9220570506675, + 975.0698231534444 + ] + ] + }, + "detector_spectrum": { + "paddles": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.2668114906941776, + 0.39068553336710055, + 1.528758201732019, + 2.421966720038205, + 3.7229453795108634, + 16.589861642812124, + 20.70358093777681, + 39.06068311803502, + 49.6320330911643, + 1328.2289928459309, + 250.26682558191516, + 428.2437905412995, + 674.6999558053446, + 6859.8496417415645, + 8681.968547883695, + 93317.74262897435, + 876289.9666729054, + 1262541.8008927465, + 1149710.652477222, + 1378090.1419731076, + 1592582.408770761, + 1619652.257143137, + 1607992.4925206404, + 1556871.866642173, + 1435599.2756648401, + 1179893.2936975388, + 859434.0673781948, + 531747.1579931623, + 268478.22813447117, + 106435.06409707402, + 12959.873201505767, + 0.0 + ], + "czt": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.007575957046365215, + 0.027077378955455908, + 0.040846257357935956, + 0.10190141070102084, + 0.2559187007931115, + 3.361222818902224, + 1.1495494926741776, + 0.11536254032909278, + 0.4933682527230836, + 3.0865373404627103, + 0.7117498809530538, + 1.3251290143554837, + 5.933303672214711, + 1081.3215466529591, + 90.34228736235224, + 14.038978109626283, + 216.66220821085733, + 747.5534194559511, + 1778.233218274685, + 3995.038180024334, + 7937.571034290154, + 9266.064725029999, + 10422.734549971985, + 11036.116935756829, + 9819.09788858809, + 7719.182754807468, + 5609.238716954584, + 3059.9689725807325, + 1200.5897032277317, + 912.543978685878, + 83.08976387858695, + 0.0 + ] + }, + "core_out": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 75.89633333333333, + 4819.417166666666, + 834.8596666666667, + 75.89633333333333, + 113.84450000000001, + 189.74083333333334, + 4060.453833333333, + 417.4298333333333, + 1366.134, + 35253.84683333334, + 353563.0688333333, + 1547526.2366666668, + 3750720.8969999994, + 5902306.050666668, + 6826002.3755, + 6387397.4651666675, + 5578646.137166667, + 4380356.878333334, + 3355414.8448333335, + 2463443.1873333333, + 1660042.5508333333, + 985893.37, + 477843.3146666667, + 183669.12666666668, + 22465.314666666665, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 53.66681196719461, + 500.3435270497849, + 156.706317087763, + 53.66681196719461, + 62.172608210155616, + 79.31458295891058, + 440.401857234186, + 150.53919626934243, + 239.05601286312506, + 1154.4767342565842, + 3471.8233892374406, + 7010.314651318958, + 10828.341975721094, + 13370.872344938052, + 14043.204695674049, + 14891.97921348918, + 12949.212862463311, + 13500.337668195769, + 11333.722784493082, + 9022.411054633276, + 8560.518353202784, + 5583.140671812356, + 4915.299610172896, + 2636.9557037850286, + 785.2708363812043, + 0.0 + ] + }, + "contact": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 17.484132287700998, + 0.0, + 10.33431413685129, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 44.028445738053435, + 70.21484207375053, + 167.8857467379849, + 6009.909145749643, + 3147.941017296668, + 1398.4398489699856, + 4683.414310447508, + 13544.626504045995, + 39508.52279488562, + 92724.28417944367, + 144170.732406019, + 160693.664678142, + 137677.32307958062, + 93585.5131077896, + 50471.39452488179, + 20930.449868982476, + 2723.687973168797, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 12.048076730471296, + 0.0, + 10.33431413685129, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 21.32868056847022, + 29.534344545261114, + 45.10179915861385, + 282.0654886296394, + 200.22103151245372, + 167.01729632568654, + 457.42317619028717, + 563.4653226684816, + 1044.122823323977, + 1054.6882185860907, + 1173.6990519571345, + 1435.7914035151985, + 1203.014346352169, + 1016.1304456297892, + 695.4138334748446, + 546.1395619753677, + 102.70811546481349, + 0.0 + ] + }, + "dose10": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 38.15210297926504, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 195.73715173453803, + 246.1455022107622, + 851.6723251534725, + 23011.817879469745, + 11171.834007171661, + 4455.5488768760915, + 13113.573376002936, + 32405.344398877925, + 130767.09681222917, + 363508.5349713833, + 605396.1875509585, + 691152.9112553127, + 600139.4258064239, + 409150.98451210646, + 221830.77663644688, + 92479.03132693471, + 11774.740716458564, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 38.15210297926504, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 96.27682862781514, + 103.43941428698, + 264.5175728024989, + 981.9940836734395, + 601.9465373220725, + 498.3790831109013, + 1018.7350763953876, + 1047.177773987317, + 2587.533184748366, + 3969.377730191143, + 4394.643502556094, + 5456.227898907543, + 5166.730321061329, + 4585.82760386234, + 3031.9396843037516, + 2427.2123201059744, + 410.54996685820174, + 0.0 + ] + }, + "dose100": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 76.61005220095247, + 0.0, + 97.62577789479772, + 0.0, + 0.0, + 156.8210507904137, + 0.0, + 0.0, + 390.3948551903606, + 531.631509312999, + 1390.2495925049884, + 41860.669416306206, + 20044.398088850907, + 8804.794841735038, + 25461.143828843207, + 66875.54888299937, + 252821.82026079306, + 700049.9294762423, + 1179123.0333117538, + 1353246.146159228, + 1182974.0000656708, + 810214.2944170554, + 440445.1672450019, + 183675.06515780964, + 23300.380568934957, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 76.61005220095247, + 0.0, + 97.62577789479772, + 0.0, + 0.0, + 107.95640810841849, + 0.0, + 0.0, + 190.51566773602795, + 199.38976810409008, + 322.2464769104557, + 1807.03188405677, + 1052.4065042120712, + 875.7153775750133, + 1673.1373722268393, + 1951.8218635223348, + 5369.776415487834, + 7625.371090459686, + 8470.21931510805, + 11014.750911744184, + 10506.485207364638, + 9273.689685001098, + 5972.419250882727, + 4848.6194353886685, + 862.0259150715864, + 0.0 + ] + }, + "leak": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 75.89633333333333, + 0.0, + 37.948166666666665, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 189.74083333333334, + 227.689, + 569.2225, + 20833.5435, + 10094.212333333333, + 3984.5575, + 10359.849500000002, + 27702.16166666667, + 120751.06633333334, + 347263.6731666667, + 588917.5985, + 680031.1466666666, + 594837.5125, + 407183.82833333325, + 221427.55250000002, + 92365.83766666666, + 11763.931666666667, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 53.66681196719461, + 0.0, + 37.94816666666667, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 98.88009021659127, + 87.05906504875725, + 119.0514809206345, + 927.2914361584078, + 563.5351504743614, + 381.37435504956596, + 730.8296097455465, + 696.5813357208258, + 2275.458171579028, + 3742.375454108976, + 4597.996312601292, + 5387.303297906551, + 4618.177740376012, + 4362.241251573832, + 3083.8454229724703, + 2237.197772620626, + 462.4795177931231, + 0.0 + ] + }, + "heating_by_cell": { + "pellet": [ + 4175948680211.099, + 3311662460.581157 + ], + "capsule": [ + 1152646440739.8342, + 2512044444.5165243 + ], + "krypton": [ + 43473440379.54826, + 382153671.81491286 + ], + "lamp_wall": [ + 248119498047.07462, + 1346228775.7089028 + ], + "inner_air": [ + 129222622.71064243, + 37421449.59277955 + ], + "site_0_0": [ + 9693744.60932163, + 4983540.42672437 + ], + "site_0_1": [ + 4036734.1302396655, + 2291561.4754546187 + ], + "site_0_2": [ + 4010532.856657356, + 2014391.7171324152 + ], + "site_0_3": [ + 19674526.70611512, + 13610718.912819806 + ], + "site_0_4": [ + 6302793.683839552, + 4100901.0835782825 + ], + "site_0_5": [ + 10465602.87827363, + 4514104.546178764 + ], + "site_0_6": [ + 8545426.788823094, + 4414007.054541444 + ], + "site_0_7": [ + 16387619.515503103, + 10544726.106700748 + ], + "site_1_0": [ + 22875959.57804704, + 11480893.459310882 + ], + "site_1_1": [ + 6716474.208415106, + 3845723.351156292 + ], + "site_1_2": [ + 6136481.070285594, + 3145176.505765677 + ], + "site_1_3": [ + 11221345.564085433, + 6619508.1119474685 + ], + "site_1_4": [ + 14026263.834182408, + 5575824.90381017 + ], + "site_1_5": [ + 24788422.295495324, + 17980619.302835606 + ], + "site_1_6": [ + 27409813.564516135, + 11074325.814222012 + ], + "site_1_7": [ + 4266718.818643646, + 2321217.131827026 + ], + "site_2_0": [ + 35183484.70405936, + 10014902.761788746 + ], + "site_2_1": [ + 36540201.25269206, + 15650746.404792992 + ], + "site_2_2": [ + 45735372.573810235, + 17054864.177818347 + ], + "site_2_3": [ + 19985775.348699495, + 9287875.102791226 + ], + "site_2_4": [ + 39984088.2085455, + 20517089.389317807 + ], + "site_2_5": [ + 23495564.077187523, + 8877085.135353968 + ], + "site_2_6": [ + 49239391.62647933, + 20174183.896667402 + ], + "site_2_7": [ + 31809246.599852152, + 10635693.037671994 + ], + "site_3_0": [ + 26968069.250644237, + 13024058.379925283 + ], + "site_3_1": [ + 98275708.13780208, + 30375199.326001935 + ], + "site_3_2": [ + 16648590.009062853, + 4309072.706347921 + ], + "site_3_3": [ + 36128405.88987941, + 12476664.047180163 + ], + "site_3_4": [ + 41936611.92978457, + 14445052.79946795 + ], + "site_3_5": [ + 76806656.57101244, + 27865023.91311448 + ], + "site_3_6": [ + 47803309.79873618, + 25853992.885455284 + ], + "site_3_7": [ + 49229931.87221485, + 13070933.937318346 + ], + "site_4_0": [ + 17778691.93325924, + 6857503.774069821 + ], + "site_4_1": [ + 30664978.826036982, + 11614266.677889636 + ], + "site_4_2": [ + 32054887.255719643, + 9884448.526419302 + ], + "site_4_3": [ + 88768846.42480601, + 49330953.797277644 + ], + "site_4_4": [ + 57758723.10304381, + 29261850.8934223 + ], + "site_4_5": [ + 50107154.142236784, + 14889531.848922148 + ], + "site_4_6": [ + 47385138.36646302, + 18553631.413910527 + ], + "site_4_7": [ + 20231746.811677672, + 5810985.104491006 + ], + "site_5_0": [ + 49742089.639818266, + 22840233.482596755 + ], + "site_5_1": [ + 23651212.0475206, + 11417328.712117275 + ], + "site_5_2": [ + 34357439.16941437, + 11736273.574533641 + ], + "site_5_3": [ + 6512627.136401359, + 3467653.1992045674 + ], + "site_5_4": [ + 31132987.574653734, + 13622389.59253626 + ], + "site_5_5": [ + 28640389.551290672, + 12295505.511882022 + ], + "site_5_6": [ + 10161841.077585278, + 4595899.524707938 + ], + "site_5_7": [ + 33770462.07878273, + 17122913.242968008 + ], + "site_6_0": [ + 16293993.083494196, + 8165456.299415309 + ], + "site_6_1": [ + 6457613.767442447, + 2673192.0353962546 + ], + "site_6_2": [ + 13270024.003590146, + 5971325.6129306285 + ], + "site_6_3": [ + 2823142.3006870705, + 1887090.434542665 + ], + "site_6_4": [ + 18434186.101218056, + 13188898.262219343 + ], + "site_6_5": [ + 9326777.02217465, + 6678351.121171946 + ], + "site_6_6": [ + 28101187.192290336, + 13479586.228950659 + ], + "site_6_7": [ + 20597549.56855253, + 7471186.493865235 + ], + "site_7_0": [ + 4216130.571834875, + 2681304.363597739 + ], + "site_7_1": [ + 2026968.0603292375, + 1417136.2868807777 + ], + "site_7_2": [ + 30391116.5344372, + 13773272.981077388 + ], + "site_7_3": [ + 17146553.137584172, + 13850955.048712822 + ], + "site_7_4": [ + 9823626.555699093, + 9428373.33961931 + ], + "site_7_5": [ + 24641883.782167394, + 15708892.853091158 + ], + "site_7_6": [ + 1057822.8643827501, + 690717.0918679645 + ], + "site_7_7": [ + 4261280.2142413985, + 2685910.009425453 + ], + "collar": [ + 5630620676919.053, + 6268647888.346918 + ], + "opening_0": [ + 0.0, + 0.0 + ], + "opening_1": [ + 0.0, + 0.0 + ], + "opening_2": [ + 0.0, + 0.0 + ], + "opening_3": [ + 0.0, + 0.0 + ], + "opening_4": [ + 0.0, + 0.0 + ], + "opening_5": [ + 0.0, + 0.0 + ], + "opening_6": [ + 0.0, + 0.0 + ], + "opening_7": [ + 0.0, + 0.0 + ], + "opening_8": [ + 0.0, + 0.0 + ], + "opening_9": [ + 0.0, + 0.0 + ], + "opening_10": [ + 0.0, + 0.0 + ], + "opening_11": [ + 0.0, + 0.0 + ], + "opening_12": [ + 0.0, + 0.0 + ], + "opening_13": [ + 0.0, + 0.0 + ], + "opening_14": [ + 1544471.5673109726, + 1544471.5673109724 + ], + "opening_15": [ + 0.0, + 0.0 + ], + "opening_16": [ + 0.0, + 0.0 + ], + "opening_17": [ + 0.0, + 0.0 + ], + "opening_18": [ + 0.0, + 0.0 + ], + "opening_19": [ + 0.0, + 0.0 + ], + "opening_20": [ + 5121706.400132997, + 5121706.400132997 + ], + "opening_21": [ + 0.0, + 0.0 + ], + "opening_22": [ + 0.0, + 0.0 + ], + "opening_23": [ + 0.0, + 0.0 + ], + "opening_24": [ + 0.0, + 0.0 + ], + "opening_25": [ + 0.0, + 0.0 + ], + "opening_26": [ + 4583105.503992966, + 4583105.503992966 + ], + "opening_27": [ + 0.0, + 0.0 + ], + "opening_28": [ + 0.0, + 0.0 + ], + "opening_29": [ + 0.0, + 0.0 + ], + "opening_30": [ + 0.0, + 0.0 + ], + "opening_31": [ + 0.0, + 0.0 + ], + "opening_32": [ + 0.0, + 0.0 + ], + "opening_33": [ + 0.0, + 0.0 + ], + "opening_34": [ + 0.0, + 0.0 + ], + "opening_35": [ + 0.0, + 0.0 + ], + "opening_36": [ + 0.0, + 0.0 + ], + "opening_37": [ + 0.0, + 0.0 + ], + "opening_38": [ + 0.0, + 0.0 + ], + "opening_39": [ + 0.0, + 0.0 + ], + "opening_40": [ + 648649.859551993, + 648649.859551993 + ], + "opening_41": [ + 0.0, + 0.0 + ], + "opening_42": [ + 0.0, + 0.0 + ], + "opening_43": [ + 0.0, + 0.0 + ], + "opening_44": [ + 0.0, + 0.0 + ], + "opening_45": [ + 0.0, + 0.0 + ], + "opening_46": [ + 0.0, + 0.0 + ], + "opening_47": [ + 0.0, + 0.0 + ], + "opening_48": [ + 0.0, + 0.0 + ], + "opening_49": [ + 0.0, + 0.0 + ], + "opening_50": [ + 0.0, + 0.0 + ], + "opening_51": [ + 1559733.0940226458, + 1559733.0940226458 + ], + "opening_52": [ + 0.0, + 0.0 + ], + "opening_53": [ + 0.0, + 0.0 + ], + "opening_54": [ + 0.0, + 0.0 + ], + "opening_55": [ + 0.0, + 0.0 + ], + "opening_56": [ + 0.0, + 0.0 + ], + "opening_57": [ + 0.0, + 0.0 + ], + "opening_58": [ + 0.0, + 0.0 + ], + "opening_59": [ + 0.0, + 0.0 + ], + "opening_60": [ + 0.0, + 0.0 + ], + "opening_61": [ + 0.0, + 0.0 + ], + "opening_62": [ + 0.0, + 0.0 + ], + "opening_63": [ + 0.0, + 0.0 + ], + "glass": [ + 214251346274.19034, + 1658183815.816382 + ], + "trim_air": [ + 20118136.31255127, + 11120520.143568736 + ], + "czt_0": [ + 4752084764.193225, + 203182945.7438025 + ], + "czt_1": [ + 5068340698.980128, + 189579583.07158935 + ], + "czt_2": [ + 4609514376.7643585, + 157567440.12418962 + ], + "czt_3": [ + 4721337415.102676, + 217171676.2203458 + ], + "paddles": [ + 136460925641.28506, + 962252828.8547038 + ], + "sipm_si": [ + 49045878171.01847, + 700432535.4720699 + ], + "pmma": [ + 175430261342.63232, + 1466986161.4261618 + ], + "lead": [ + 2721170192898.044, + 8016442934.576449 + ], + "titanium": [ + 86092938446.27602, + 821652387.8071802 + ], + "contact": [ + 30277393.329850815, + 27390932.995979562 + ], + "dose10": [ + 48630789.7105008, + 23707376.56964375 + ], + "dose100": [ + 164991480.37206477, + 39541271.01593425 + ], + "air": [ + 5771131616.448642, + 308163630.9970098 + ] + }, + "particles": 3000000, + "seconds": 26.0, + "open_fraction": 0.5 + }, + "gate_075": { + "sites": { + "total": [ + [ + 189.74083333333334, + 189.74083333333334, + 265.63716666666664, + 227.689, + 113.84450000000001, + 303.5853333333333, + 265.6371666666667, + 189.74083333333334, + 227.689, + 189.74083333333334, + 303.5853333333333, + 189.74083333333334, + 341.53349999999995, + 189.74083333333334, + 569.2225, + 227.689, + 531.2743333333333, + 758.9633333333334, + 683.0669999999999, + 569.2225, + 569.2225000000001, + 645.1188333333332, + 721.0151666666666, + 569.2225, + 607.1706666666666, + 1214.3413333333333, + 796.9114999999999, + 834.8596666666666, + 948.7041666666667, + 1328.1858333333332, + 569.2225, + 1176.3931666666665, + 531.2743333333334, + 758.9633333333334, + 986.6523333333332, + 607.1706666666666, + 758.9633333333334, + 1024.6005, + 1024.6005, + 910.756, + 872.8078333333333, + 607.1706666666666, + 531.2743333333333, + 341.5335, + 721.0151666666667, + 569.2225000000001, + 379.4816666666667, + 607.1706666666666, + 341.53349999999995, + 341.5335, + 455.378, + 265.63716666666664, + 227.689, + 113.84450000000001, + 379.4816666666667, + 493.3261666666666, + 151.79266666666666, + 113.84450000000001, + 341.5335, + 113.84450000000001, + 75.89633333333333, + 265.6371666666667, + 113.84450000000001, + 113.84450000000001 + ], + [ + 93.36044627270321, + 75.3953619619457, + 99.64365437590345, + 96.94487196795426, + 62.172608210155616, + 101.52744406190226, + 113.84450000000002, + 93.36044627270321, + 79.79095110360288, + 75.3953619619457, + 115.49690134634864, + 75.3953619619457, + 86.62267600976149, + 75.3953619619457, + 133.4590195409617, + 124.34521642031123, + 124.34521642031123, + 190.73685505005577, + 154.7595791886158, + 108.38766189517975, + 144.3711266829358, + 148.51163977563004, + 128.835650996487, + 144.3711266829358, + 187.5309652970404, + 216.07491703603336, + 150.53919626934245, + 154.75957918861576, + 226.18608588583714, + 263.3446779138478, + 133.4590195409617, + 209.48516862412504, + 146.71454424270632, + 165.1829619112985, + 227.6890000000001, + 161.47051116734374, + 174.11813009751444, + 167.6876017914786, + 241.73592001031307, + 141.45423758556083, + 176.49601728493207, + 141.45423758556083, + 135.99060691635853, + 116.47709064371027, + 160.29273825187806, + 205.09755844416767, + 140.3785243497941, + 151.7926666666667, + 116.47709064371027, + 102.64112393167568, + 139.29450407801158, + 83.04905498871742, + 79.79095110360288, + 83.0490549887174, + 150.7907239238914, + 137.9274984402349, + 69.64725203900579, + 62.172608210155616, + 116.47709064371027, + 62.172608210155616, + 52.235439029254344, + 99.64365437590345, + 62.172608210155616, + 62.172608210155616 + ] + ], + "heating": [ + [ + 7610053.166378546, + 4036734.1302396655, + 5924123.260926303, + 19674526.70611512, + 6302793.683839552, + 10465602.87827363, + 8982833.08572691, + 16387619.515503103, + 23605262.92726592, + 6716474.208415106, + 7184250.685553214, + 4729183.025450064, + 15960865.019269446, + 24788422.295495324, + 32446877.849208564, + 4266718.818643646, + 29145986.22295926, + 37016279.72603759, + 34279513.90045061, + 21074710.495998368, + 40392155.59559048, + 19360307.15111506, + 39316465.70801445, + 31809246.599852152, + 27185897.148685038, + 100767532.10096474, + 16648590.009062853, + 27733080.197105326, + 43887746.69788736, + 77152570.03274086, + 48757256.81282955, + 51811106.17892853, + 21783421.665828027, + 30380964.59434045, + 32054887.255719643, + 89952915.84784572, + 57758723.10304381, + 39539459.507324964, + 47852801.677862525, + 22002148.0608883, + 49742089.639818266, + 23651212.0475206, + 31228100.44574315, + 6512627.136401359, + 32394886.3739852, + 31682996.290564705, + 10083730.16600843, + 33770462.07878273, + 17280040.94112426, + 7107929.545893857, + 13851153.609851146, + 3633466.023671519, + 19957875.46863335, + 9326777.02217465, + 27996839.49416514, + 20367430.46655613, + 7310871.310750199, + 2120621.484777302, + 30391116.5344372, + 17146553.137584172, + 9823626.555699093, + 25908120.34297172, + 1057822.8643827501, + 4261280.2142413985 + ], + [ + 4829071.604093815, + 2291561.4754546187, + 2629022.310778645, + 13610718.912819806, + 4100901.0835782825, + 4514104.546178764, + 4712320.876432465, + 10544726.106700748, + 11427451.099762095, + 3845723.351156292, + 3579933.6740067964, + 2213948.6141737383, + 5654747.161226584, + 17980619.302835606, + 11342001.72182822, + 2321217.131827026, + 9075787.89985438, + 15604257.098117648, + 16138972.201942299, + 9227426.68441016, + 20479257.335467435, + 6309840.348085575, + 18449669.833815508, + 10635693.037671994, + 13032734.172473824, + 30222236.81111231, + 4309072.706347921, + 8199413.396678121, + 15221139.128086157, + 27832973.60637118, + 25778649.517747052, + 13293328.816580929, + 7454435.042383318, + 11430125.49835867, + 9884448.526419302, + 49307326.75219453, + 29261850.8934223, + 12266822.898811953, + 18558068.086066913, + 5744343.869945667, + 22840233.482596755, + 11417328.712117275, + 11757296.464191385, + 3467653.1992045674, + 14063924.580443857, + 12509739.409868617, + 4439932.915734993, + 17122913.242968008, + 8121313.927283613, + 2669609.5010924847, + 5931500.098957896, + 1892306.4143526189, + 13126591.427970205, + 6678351.121171946, + 13458025.086118804, + 7500602.268074627, + 3923436.9412891227, + 1413175.0956883784, + 13773272.981077388, + 13850955.048712822, + 9428373.33961931, + 15655293.06137697, + 690717.0918679645, + 2685910.009425453 + ] + ], + "flux": [ + [ + 1250.605565073097, + 1270.2749219097152, + 1748.2252163818805, + 1883.7263410356368, + 938.4485098491903, + 1983.9106437735468, + 1711.8725423052606, + 1604.5977682379093, + 1990.3479232828158, + 1187.054568735226, + 2169.8237313995414, + 1278.4306797050044, + 2324.9970165456093, + 1586.7892795974612, + 3907.4639874949403, + 1588.49458480754, + 3862.9157601691177, + 4881.382141041775, + 4864.69201144048, + 3780.4552006666586, + 3849.43997930422, + 4393.211295339015, + 4973.406485910203, + 4027.131831101661, + 3921.035197346448, + 9358.879098708956, + 5055.621688192614, + 5601.17935279761, + 6584.199860040417, + 9762.363656567122, + 4329.0624076510485, + 8049.9666160459765, + 3762.195159617799, + 5317.076440400471, + 7195.34766493355, + 4811.312133042401, + 5498.570689972909, + 6746.0104881670795, + 7419.533799496628, + 6006.058591600028, + 5940.149029526191, + 4048.597025261658, + 3999.9927669506133, + 2272.0433864288116, + 4845.384713728737, + 4309.7977140324965, + 2485.1038573598744, + 4382.0096621935, + 2304.740114354204, + 2160.403459909901, + 3041.968657841019, + 1702.937426431495, + 1808.5718769989805, + 871.2338972250191, + 2904.527928679005, + 3531.5532219679963, + 1094.8332821796769, + 830.7636892438843, + 2778.1258347359335, + 940.6871332717586, + 587.2974275013443, + 1745.8967467297043, + 820.5323921925485, + 838.5562147703434 + ], + [ + 627.8342111054375, + 511.53727456169383, + 637.6640221195792, + 815.4152492027915, + 515.3470686482095, + 646.4493394669801, + 728.6833036134947, + 832.611218439931, + 731.8165555053707, + 477.51139342594183, + 808.0676116257883, + 519.9302324099114, + 600.2441252396627, + 673.9971953720802, + 910.999953173962, + 815.9320814124424, + 912.9171998469159, + 1242.356255884904, + 1095.7877302371546, + 778.5397475442771, + 953.5312751825345, + 1008.3099397380089, + 862.8003121832, + 1010.5723059667278, + 1239.5609158881648, + 1623.005799745367, + 974.2380264229404, + 1066.171056264749, + 1617.4933990597094, + 1970.044575119174, + 1058.254434191205, + 1420.690784427518, + 1050.4349662963202, + 1137.044843143473, + 1638.0240841982113, + 1235.0647903283227, + 1261.7189941171566, + 1126.4336705143478, + 1829.9786179096966, + 939.5258960184912, + 1277.6980017329192, + 1034.5905025733598, + 1029.8783664798127, + 766.2154988485607, + 1188.811410510713, + 1551.4083700738547, + 908.4281627904139, + 1166.1686127637872, + 775.2343261547699, + 686.4234029811493, + 948.5690392741469, + 539.8937973669053, + 674.5016660174399, + 622.6853467753104, + 1171.3097692012066, + 965.3547976621957, + 509.6059449945759, + 462.0379735277965, + 951.5423525197316, + 533.192518577392, + 416.7777196470001, + 650.3856979636937, + 454.31699423105846, + 461.94461982455346 + ] + ] + }, + "site_spectrum": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.09652023257107048, + 0.0, + 0.0, + 0.0, + 0.00923323607063475, + 0.0, + 6.884193850787383, + 0.0, + 0.0, + 0.2574766308909081, + 1.2020832776994834, + 0.0, + 26.88852038393192, + 12.343538437372564, + 564.985199151762, + 6407.366450891162, + 11003.28613894033, + 19279.704205392256, + 28260.912845744428, + 33160.5874612846, + 31460.12434046193, + 26760.234721072895, + 21319.74896810576, + 16886.707595683754, + 12330.61270519031, + 8422.194019267214, + 4740.819037493402, + 2287.9782309033603, + 906.8770213280271, + 82.98975377440061, + 0.0 + ], + "detectors": { + "names": [ + "paddles", + "czt_0", + "czt_1", + "czt_2", + "czt_3" + ], + "total": [ + [ + 2478850.143, + 94566.83133333334, + 97830.37366666668, + 91189.44449999998, + 92441.73400000001 + ], + [ + 9928.383115815379, + 2974.006982293046, + 2851.9784345284916, + 2640.790045323487, + 3493.488389407817 + ] + ], + "heating": [ + [ + 147009013431.68942, + 5761207955.421671, + 5822821909.1602, + 5444704171.243109, + 5445876712.7776375 + ], + [ + 885223049.3017123, + 242909929.8825753, + 150374062.946223, + 165541692.50520074, + 226746157.68323782 + ] + ], + "flux": [ + [ + 17733641.225464433, + 21518.047783817747, + 20785.08657549708, + 20201.741840775827, + 19743.821946305958 + ], + [ + 68588.69860112562, + 1043.4431160358295, + 733.4733898940723, + 933.8219221724889, + 872.2136396153229 + ] + ] + }, + "detector_spectrum": { + "paddles": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.2877502174414547, + 0.47996899096819046, + 1.8215346035039623, + 2.51908072943714, + 3.8135838986777513, + 18.396482988416764, + 20.80094370790653, + 39.20698292595854, + 49.6320330911643, + 1255.4946011384627, + 265.64105458470885, + 488.94333831687345, + 776.7850622407317, + 8023.527485481126, + 10397.966523839426, + 107876.8305994386, + 990034.4180142604, + 1551184.9891375224, + 1448559.2297052364, + 1701163.4324921644, + 1935265.8739238828, + 1907535.4850688912, + 1826322.1067010276, + 1687844.4120315195, + 1511098.4412461515, + 1224254.314826883, + 882651.1963460178, + 542738.6070678125, + 273108.7722689722, + 108773.21085041927, + 13156.581835912895, + 0.0 + ], + "czt": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.010657505077010658, + 0.027342731397963428, + 0.06988836486401463, + 0.11024405915105358, + 0.36592231685913656, + 4.193676392750814, + 1.543321929014114, + 0.19957247072908574, + 0.45616070868328173, + 3.395475130165912, + 1.0537592203819204, + 1.3353178187861108, + 8.640912865367817, + 1356.9239076987778, + 111.36127024874372, + 17.01427498661587, + 280.27270174895034, + 960.1786059917032, + 2381.686395142265, + 5129.573506987302, + 9224.074571014402, + 10324.500660003292, + 11895.316939677165, + 12106.291427698483, + 10381.857546880632, + 7794.005553380231, + 5704.6775592291315, + 3124.969851642882, + 1211.415165541898, + 918.2171011873824, + 83.4049377389842, + 0.0 + ] + }, + "core_out": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 37.948166666666665, + 0.0, + 0.0, + 0.0, + 75.89633333333333, + 4857.365333333333, + 796.9114999999999, + 75.89633333333333, + 113.84450000000001, + 189.74083333333334, + 4022.5056666666665, + 417.4298333333333, + 1366.134, + 35140.00233333334, + 352842.05366666673, + 1547678.0293333335, + 3751138.326833333, + 5902609.636000001, + 6826419.805333333, + 6387473.361500001, + 5578532.292666667, + 4380318.930166667, + 3355414.8448333335, + 2463443.1873333333, + 1660042.5508333333, + 985893.37, + 477843.3146666667, + 183669.12666666668, + 22465.314666666665, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 37.94816666666667, + 0.0, + 0.0, + 0.0, + 53.66681196719461, + 520.4646924124944, + 149.52885467739347, + 53.66681196719461, + 62.172608210155616, + 79.31458295891058, + 428.2739725145141, + 150.53919626934243, + 239.05601286312506, + 1156.3462803156456, + 3440.9592981221094, + 7024.970689733892, + 10790.432906488906, + 13429.943687148025, + 14068.190007135678, + 14858.717777554573, + 12941.575264284409, + 13511.317271581021, + 11333.722784493082, + 9022.411054633276, + 8560.518353202784, + 5583.140671812356, + 4915.299610172896, + 2636.9557037850286, + 785.2708363812043, + 0.0 + ] + }, + "contact": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 17.484132287700998, + 0.0, + 10.33431413685129, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 32.79663839677938, + 93.14681377605741, + 167.88574673798487, + 6270.691786770818, + 3425.4863778177655, + 1518.1226863502154, + 5200.299352772857, + 13921.79083551804, + 42612.42271518156, + 100179.86083887829, + 150826.02472413142, + 166771.16296793128, + 141642.87514827817, + 95348.74763129013, + 51470.579699828624, + 21363.636938209616, + 2766.2651695355853, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 12.048076730471296, + 0.0, + 10.33431413685129, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 19.637939893171023, + 30.959417811666587, + 45.10179915861384, + 311.3017268176605, + 195.01344010804735, + 202.08613485511611, + 479.8493681402581, + 559.8974731847646, + 947.9663517417255, + 912.9271110029894, + 1148.3163011625552, + 1426.7223216378204, + 1266.0155238184377, + 1089.3624087131532, + 651.3925328889469, + 530.7815154408138, + 108.87278550323124, + 0.0 + ] + }, + "dose10": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 38.15210297926504, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 155.22612470104542, + 325.72789518811527, + 851.6723251534725, + 24030.30262266052, + 12308.944239522785, + 4777.145779167424, + 14413.383945856458, + 34377.45840612983, + 143623.64231241378, + 394280.52797359886, + 634091.6078991875, + 716846.1058902876, + 616519.8214456423, + 417053.6871813776, + 225910.5242314443, + 94298.39912537069, + 11964.866468710967, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 38.15210297926504, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 91.30548309162556, + 107.87949255896058, + 264.5175728024989, + 1089.2645310103783, + 633.655164342453, + 546.9256104716163, + 1036.2904911625265, + 1267.1284549084708, + 2530.2550007885256, + 4041.657656368827, + 4300.860451797433, + 5553.862402532598, + 5619.990750749789, + 4876.912826661721, + 2808.0783434611226, + 2374.8485444522967, + 437.07785014086693, + 0.0 + ] + }, + "dose100": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 76.61005220095247, + 0.0, + 97.62577789479772, + 0.0, + 0.0, + 156.8210507904137, + 0.0, + 0.0, + 303.6492408466311, + 683.492567533394, + 1390.2495925049884, + 43606.4149390925, + 22168.80308517986, + 9336.808233280397, + 27578.152972605058, + 71659.35603190865, + 278000.1777171354, + 760043.564438971, + 1234198.028785133, + 1403537.257068668, + 1215476.9804438972, + 826379.3878086747, + 448262.8576620073, + 187317.84831813627, + 23603.973240111056, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 76.61005220095247, + 0.0, + 97.62577789479772, + 0.0, + 0.0, + 107.95640810841849, + 0.0, + 0.0, + 177.61282801647332, + 205.3824540402669, + 322.2464769104557, + 2008.13692306276, + 1169.0826675469928, + 936.6170865247974, + 1637.3882885930907, + 2224.9473932353403, + 5284.421016768938, + 7728.839045154459, + 8352.111080229482, + 11004.552237638516, + 11325.66627993094, + 9716.584729353988, + 5557.7426681018815, + 4757.146205589342, + 904.5883519003661, + 0.0 + ] + }, + "leak": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 75.89633333333333, + 0.0, + 37.948166666666665, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 151.79266666666666, + 303.5853333333333, + 569.2225, + 21744.2995, + 11156.760999999999, + 4250.194666666666, + 11308.553666666669, + 29523.673666666666, + 133046.27233333333, + 377204.7766666666, + 617113.0863333334, + 705380.5220000002, + 611041.3796666667, + 415114.9951666668, + 225450.05816666665, + 94187.34966666665, + 11953.6725, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 53.66681196719461, + 0.0, + 37.94816666666667, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 74.8910394994032, + 95.36842752502787, + 119.0514809206345, + 1035.344234811382, + 626.2203996698397, + 420.23474726266454, + 711.0119758751055, + 913.0001660305855, + 2218.1447042018453, + 3791.379802609691, + 4728.421392751978, + 5573.738647878773, + 5042.561453142676, + 4699.536712063295, + 2989.449078431573, + 2164.4641490503254, + 488.38506017428864, + 0.0 + ] + }, + "heating_by_cell": { + "pellet": [ + 4176005382060.91, + 3312967773.4849753 + ], + "capsule": [ + 1152338687410.4478, + 2517560534.352189 + ], + "krypton": [ + 43032544629.96304, + 366415848.83321345 + ], + "lamp_wall": [ + 246493465995.5434, + 1318950978.2985275 + ], + "inner_air": [ + 123722715.81899369, + 37540640.15602167 + ], + "site_0_0": [ + 7610053.166378546, + 4829071.604093815 + ], + "site_0_1": [ + 4036734.1302396655, + 2291561.4754546187 + ], + "site_0_2": [ + 5924123.260926303, + 2629022.310778645 + ], + "site_0_3": [ + 19674526.70611512, + 13610718.912819806 + ], + "site_0_4": [ + 6302793.683839552, + 4100901.0835782825 + ], + "site_0_5": [ + 10465602.87827363, + 4514104.546178764 + ], + "site_0_6": [ + 8982833.08572691, + 4712320.876432465 + ], + "site_0_7": [ + 16387619.515503103, + 10544726.106700748 + ], + "site_1_0": [ + 23605262.92726592, + 11427451.099762095 + ], + "site_1_1": [ + 6716474.208415106, + 3845723.351156292 + ], + "site_1_2": [ + 7184250.685553214, + 3579933.6740067964 + ], + "site_1_3": [ + 4729183.025450064, + 2213948.6141737383 + ], + "site_1_4": [ + 15960865.019269446, + 5654747.161226584 + ], + "site_1_5": [ + 24788422.295495324, + 17980619.302835606 + ], + "site_1_6": [ + 32446877.849208564, + 11342001.72182822 + ], + "site_1_7": [ + 4266718.818643646, + 2321217.131827026 + ], + "site_2_0": [ + 29145986.22295926, + 9075787.89985438 + ], + "site_2_1": [ + 37016279.72603759, + 15604257.098117648 + ], + "site_2_2": [ + 34279513.90045061, + 16138972.201942299 + ], + "site_2_3": [ + 21074710.495998368, + 9227426.68441016 + ], + "site_2_4": [ + 40392155.59559048, + 20479257.335467435 + ], + "site_2_5": [ + 19360307.15111506, + 6309840.348085575 + ], + "site_2_6": [ + 39316465.70801445, + 18449669.833815508 + ], + "site_2_7": [ + 31809246.599852152, + 10635693.037671994 + ], + "site_3_0": [ + 27185897.148685038, + 13032734.172473824 + ], + "site_3_1": [ + 100767532.10096474, + 30222236.81111231 + ], + "site_3_2": [ + 16648590.009062853, + 4309072.706347921 + ], + "site_3_3": [ + 27733080.197105326, + 8199413.396678121 + ], + "site_3_4": [ + 43887746.69788736, + 15221139.128086157 + ], + "site_3_5": [ + 77152570.03274086, + 27832973.60637118 + ], + "site_3_6": [ + 48757256.81282955, + 25778649.517747052 + ], + "site_3_7": [ + 51811106.17892853, + 13293328.816580929 + ], + "site_4_0": [ + 21783421.665828027, + 7454435.042383318 + ], + "site_4_1": [ + 30380964.59434045, + 11430125.49835867 + ], + "site_4_2": [ + 32054887.255719643, + 9884448.526419302 + ], + "site_4_3": [ + 89952915.84784572, + 49307326.75219453 + ], + "site_4_4": [ + 57758723.10304381, + 29261850.8934223 + ], + "site_4_5": [ + 39539459.507324964, + 12266822.898811953 + ], + "site_4_6": [ + 47852801.677862525, + 18558068.086066913 + ], + "site_4_7": [ + 22002148.0608883, + 5744343.869945667 + ], + "site_5_0": [ + 49742089.639818266, + 22840233.482596755 + ], + "site_5_1": [ + 23651212.0475206, + 11417328.712117275 + ], + "site_5_2": [ + 31228100.44574315, + 11757296.464191385 + ], + "site_5_3": [ + 6512627.136401359, + 3467653.1992045674 + ], + "site_5_4": [ + 32394886.3739852, + 14063924.580443857 + ], + "site_5_5": [ + 31682996.290564705, + 12509739.409868617 + ], + "site_5_6": [ + 10083730.16600843, + 4439932.915734993 + ], + "site_5_7": [ + 33770462.07878273, + 17122913.242968008 + ], + "site_6_0": [ + 17280040.94112426, + 8121313.927283613 + ], + "site_6_1": [ + 7107929.545893857, + 2669609.5010924847 + ], + "site_6_2": [ + 13851153.609851146, + 5931500.098957896 + ], + "site_6_3": [ + 3633466.023671519, + 1892306.4143526189 + ], + "site_6_4": [ + 19957875.46863335, + 13126591.427970205 + ], + "site_6_5": [ + 9326777.02217465, + 6678351.121171946 + ], + "site_6_6": [ + 27996839.49416514, + 13458025.086118804 + ], + "site_6_7": [ + 20367430.46655613, + 7500602.268074627 + ], + "site_7_0": [ + 7310871.310750199, + 3923436.9412891227 + ], + "site_7_1": [ + 2120621.484777302, + 1413175.0956883784 + ], + "site_7_2": [ + 30391116.5344372, + 13773272.981077388 + ], + "site_7_3": [ + 17146553.137584172, + 13850955.048712822 + ], + "site_7_4": [ + 9823626.555699093, + 9428373.33961931 + ], + "site_7_5": [ + 25908120.34297172, + 15655293.06137697 + ], + "site_7_6": [ + 1057822.8643827501, + 690717.0918679645 + ], + "site_7_7": [ + 4261280.2142413985, + 2685910.009425453 + ], + "collar": [ + 5189228634902.046, + 5854172933.143889 + ], + "opening_0": [ + 0.0, + 0.0 + ], + "opening_1": [ + 0.0, + 0.0 + ], + "opening_2": [ + 0.0, + 0.0 + ], + "opening_3": [ + 0.0, + 0.0 + ], + "opening_4": [ + 0.0, + 0.0 + ], + "opening_5": [ + 0.0, + 0.0 + ], + "opening_6": [ + 0.0, + 0.0 + ], + "opening_7": [ + 0.0, + 0.0 + ], + "opening_8": [ + 0.0, + 0.0 + ], + "opening_9": [ + 0.0, + 0.0 + ], + "opening_10": [ + 0.0, + 0.0 + ], + "opening_11": [ + 0.0, + 0.0 + ], + "opening_12": [ + 0.0, + 0.0 + ], + "opening_13": [ + 0.0, + 0.0 + ], + "opening_14": [ + 1544471.5673109726, + 1544471.5673109724 + ], + "opening_15": [ + 0.0, + 0.0 + ], + "opening_16": [ + 0.0, + 0.0 + ], + "opening_17": [ + 0.0, + 0.0 + ], + "opening_18": [ + 0.0, + 0.0 + ], + "opening_19": [ + 0.0, + 0.0 + ], + "opening_20": [ + 5121706.400132997, + 5121706.400132997 + ], + "opening_21": [ + 0.0, + 0.0 + ], + "opening_22": [ + 0.0, + 0.0 + ], + "opening_23": [ + 0.0, + 0.0 + ], + "opening_24": [ + 19602.696431214266, + 19602.696431214266 + ], + "opening_25": [ + 0.0, + 0.0 + ], + "opening_26": [ + 0.0, + 0.0 + ], + "opening_27": [ + 0.0, + 0.0 + ], + "opening_28": [ + 3188504.6578719583, + 3188504.657871958 + ], + "opening_29": [ + 0.0, + 0.0 + ], + "opening_30": [ + 0.0, + 0.0 + ], + "opening_31": [ + 0.0, + 0.0 + ], + "opening_32": [ + 0.0, + 0.0 + ], + "opening_33": [ + 0.0, + 0.0 + ], + "opening_34": [ + 3753683.5537584885, + 3753683.5537584885 + ], + "opening_35": [ + 107108.17561970497, + 107108.17561970497 + ], + "opening_36": [ + 0.0, + 0.0 + ], + "opening_37": [ + 0.0, + 0.0 + ], + "opening_38": [ + 243487.23422368508, + 243487.23422368508 + ], + "opening_39": [ + 0.0, + 0.0 + ], + "opening_40": [ + 648649.859551993, + 648649.859551993 + ], + "opening_41": [ + 0.0, + 0.0 + ], + "opening_42": [ + 0.0, + 0.0 + ], + "opening_43": [ + 0.0, + 0.0 + ], + "opening_44": [ + 0.0, + 0.0 + ], + "opening_45": [ + 0.0, + 0.0 + ], + "opening_46": [ + 0.0, + 0.0 + ], + "opening_47": [ + 0.0, + 0.0 + ], + "opening_48": [ + 0.0, + 0.0 + ], + "opening_49": [ + 0.0, + 0.0 + ], + "opening_50": [ + 0.0, + 0.0 + ], + "opening_51": [ + 1559733.0940226458, + 1559733.0940226458 + ], + "opening_52": [ + 0.0, + 0.0 + ], + "opening_53": [ + 0.0, + 0.0 + ], + "opening_54": [ + 0.0, + 0.0 + ], + "opening_55": [ + 0.0, + 0.0 + ], + "opening_56": [ + 0.0, + 0.0 + ], + "opening_57": [ + 0.0, + 0.0 + ], + "opening_58": [ + 0.0, + 0.0 + ], + "opening_59": [ + 0.0, + 0.0 + ], + "opening_60": [ + 0.0, + 0.0 + ], + "opening_61": [ + 2121662.722610604, + 2121662.722610604 + ], + "opening_62": [ + 0.0, + 0.0 + ], + "opening_63": [ + 0.0, + 0.0 + ], + "glass": [ + 240891733289.4449, + 1442372533.8609924 + ], + "trim_air": [ + 22308776.149533622, + 11140814.744134195 + ], + "czt_0": [ + 5761207955.421671, + 242909929.8825753 + ], + "czt_1": [ + 5822821909.1602, + 150374062.946223 + ], + "czt_2": [ + 5444704171.243109, + 165541692.50520074 + ], + "czt_3": [ + 5445876712.7776375, + 226746157.68323782 + ], + "paddles": [ + 147009013431.68942, + 885223049.3017123 + ], + "sipm_si": [ + 54277118998.359665, + 675061081.1871748 + ], + "pmma": [ + 191154755195.2532, + 1556465975.1034658 + ], + "lead": [ + 3039780826342.077, + 9004504596.45233 + ], + "titanium": [ + 89184550986.58023, + 825273767.3680928 + ], + "contact": [ + 2886639.6174740093, + 2886639.6174740097 + ], + "dose10": [ + 45769817.68060599, + 21207535.51560209 + ], + "dose100": [ + 173431632.27122265, + 44387078.91228221 + ], + "air": [ + 6047030255.363138, + 287866525.9190956 + ] + }, + "particles": 3000000, + "seconds": 25.5, + "open_fraction": 0.75 + }, + "septum": { + "sites": { + "total": [ + [ + 227.68900000000002, + 189.74083333333334, + 303.5853333333333, + 227.689, + 113.84450000000001, + 303.5853333333333, + 265.6371666666667, + 265.6371666666667, + 227.689, + 189.74083333333334, + 341.5335, + 189.74083333333334, + 341.53349999999995, + 189.74083333333334, + 531.2743333333333, + 189.74083333333334, + 569.2225, + 758.9633333333334, + 721.0151666666666, + 569.2225, + 645.1188333333333, + 721.0151666666667, + 758.9633333333333, + 645.1188333333332, + 569.2225000000001, + 1290.2376666666664, + 834.8596666666666, + 834.8596666666666, + 1024.6005, + 1290.2376666666664, + 569.2225, + 1214.3413333333333, + 645.1188333333333, + 721.0151666666667, + 1062.5486666666666, + 569.2225000000001, + 796.9114999999999, + 1024.6005, + 1024.6005, + 948.7041666666667, + 948.7041666666667, + 645.1188333333332, + 607.1706666666666, + 379.4816666666667, + 796.9114999999999, + 569.2225000000001, + 379.4816666666667, + 607.1706666666666, + 341.53349999999995, + 303.5853333333333, + 455.378, + 417.4298333333333, + 303.5853333333333, + 75.89633333333333, + 417.4298333333333, + 493.3261666666666, + 151.79266666666666, + 151.79266666666666, + 341.5335, + 113.84450000000001, + 113.84450000000001, + 265.6371666666667, + 113.84450000000001, + 113.84450000000001 + ], + [ + 96.94487196795426, + 75.3953619619457, + 115.49690134634864, + 96.94487196795426, + 62.172608210155616, + 85.30011474128973, + 113.84450000000002, + 158.3900864060374, + 79.79095110360288, + 75.3953619619457, + 116.47709064371027, + 75.3953619619457, + 86.62267600976149, + 75.3953619619457, + 135.9906069163585, + 93.36044627270323, + 133.45901954096172, + 190.73685505005577, + 150.53919626934243, + 108.38766189517975, + 148.51163977563002, + 150.53919626934243, + 123.12011051947401, + 158.39008640603743, + 173.02646961750327, + 213.9599403516207, + 164.2627154088929, + 154.75957918861576, + 228.8511096269832, + 258.84520921841977, + 133.4590195409617, + 208.94175611701746, + 167.68760179147858, + 169.48591168339217, + 236.1853228732158, + 164.03184710729587, + 169.48591168339215, + 167.6876017914786, + 241.73592001031307, + 154.5145124011522, + 173.02646961750335, + 167.6876017914786, + 130.29807753012625, + 116.80199250395833, + 150.53919626934245, + 205.09755844416767, + 140.3785243497941, + 151.7926666666667, + 116.47709064371027, + 101.52744406190226, + 139.29450407801158, + 128.835650996487, + 101.52744406190226, + 75.89633333333335, + 150.53919626934243, + 137.9274984402349, + 69.64725203900579, + 69.64725203900579, + 116.47709064371027, + 62.172608210155616, + 62.172608210155616, + 99.64365437590345, + 62.172608210155616, + 62.172608210155616 + ] + ], + "heating": [ + [ + 8599886.951857885, + 4036734.1302396655, + 6026793.141592316, + 19674526.70611512, + 6302793.683839552, + 10552392.26521509, + 8982833.08572691, + 16921153.201388396, + 23605262.92726592, + 6716474.208415106, + 11016967.895231292, + 4729183.025450064, + 15960865.019269446, + 24788422.295495324, + 32446877.849208564, + 4266718.818643646, + 29718838.781581175, + 37076442.40483781, + 34452366.280793115, + 21074710.495998368, + 40722819.848793015, + 20643822.109696522, + 39725043.81456236, + 34908567.19641603, + 26968069.250644237, + 99920256.31228216, + 16925720.142336644, + 27733080.197105326, + 46830122.005679846, + 76057628.84392521, + 48757256.81282955, + 57913196.980512895, + 30677108.775807112, + 29764821.856155973, + 32734909.05028215, + 89599298.00674388, + 63300312.12998631, + 39539459.507324964, + 48094827.71293311, + 23096820.57516929, + 50889870.783496834, + 26375553.13067409, + 32246743.162761517, + 6870208.588195562, + 34285981.01184773, + 31682996.290564705, + 10083730.16600843, + 33770462.07878273, + 17280040.94112426, + 5826341.521912374, + 13851153.609851146, + 7112579.1519084005, + 20429095.21072323, + 3393465.544297336, + 28307358.85761755, + 20367430.46655613, + 7310871.310750199, + 2448172.171845569, + 30391116.5344372, + 17146553.137584172, + 12098716.43416871, + 25908120.34297172, + 1057822.8643827501, + 4261280.2142413985 + ], + [ + 4848380.036887735, + 2291561.4754546187, + 2637094.769701027, + 13610718.912819806, + 4100901.0835782825, + 4429338.644213192, + 4712320.876432465, + 11037332.621358696, + 11427451.099762095, + 3845723.351156292, + 4960564.895628178, + 2213948.6141737383, + 5654747.161226584, + 17980619.302835606, + 11342001.72182822, + 2321217.131827026, + 9462956.292172352, + 15597970.943219319, + 16120564.083083633, + 9227426.68441016, + 20454841.35340484, + 6225989.590885381, + 18408322.079175893, + 11172453.562409762, + 13024058.379925283, + 30908845.37960865, + 4352484.319232747, + 8199413.396678121, + 15357133.2953407, + 27908140.21028213, + 25778649.517747052, + 14098530.147314975, + 13536955.694929935, + 11497764.911709603, + 9861813.373119311, + 49339868.00068922, + 29210837.20496078, + 12266822.898811953, + 18510713.10315762, + 5975264.975337187, + 22734436.205491394, + 13171719.988020083, + 11653480.543945385, + 3450702.3812470725, + 13961253.594276058, + 12509739.409868617, + 4439932.915734993, + 17122913.242968008, + 8121313.927283613, + 2504065.457708802, + 5931500.098957896, + 3489736.577240829, + 13145998.020557921, + 3393465.544297336, + 13427574.2348645, + 7500602.268074627, + 3923436.9412891227, + 1425214.4939415667, + 13773272.981077388, + 13850955.048712822, + 9576933.998023173, + 15655293.06137697, + 690717.0918679645, + 2685910.009425453 + ] + ], + "flux": [ + [ + 1469.1860731738198, + 1270.2749219097152, + 1964.7883530268184, + 1883.7263410356368, + 938.4485098491903, + 2080.975198864141, + 1711.8725423052606, + 2004.893811947985, + 1990.3479232828158, + 1187.054568735226, + 2469.4301755033093, + 1278.4306797050044, + 2324.9970165456093, + 1586.7892795974612, + 3712.6394987309445, + 1397.0197812599745, + 4076.485481595085, + 4887.790428206181, + 5089.378129470846, + 3780.4552006666586, + 4273.375443379181, + 4716.864721066474, + 5265.29370533176, + 4500.6722199921305, + 3719.1218507023914, + 9740.986547225568, + 5257.78857791547, + 5601.17935279761, + 7135.115003612356, + 9432.605661301892, + 4329.0624076510485, + 8368.7257689425, + 4604.773183343427, + 5104.666924066987, + 7604.0816145716935, + 4619.274459624596, + 5826.705557218289, + 6746.0104881670795, + 7434.480252006373, + 6235.8083765713645, + 6372.211300994234, + 4313.97007834562, + 4451.922549267543, + 2495.208975790778, + 5293.864270216053, + 4309.7977140324965, + 2485.1038573598744, + 4382.0096621935, + 2304.740114354204, + 1910.614300185062, + 3041.968657841019, + 2555.0927369918127, + 2253.151593533784, + 551.328578064785, + 3103.604933541158, + 3531.5532219679963, + 1094.8332821796769, + 1038.1254091010373, + 2778.1258347359335, + 940.6871332717586, + 885.5178173321025, + 1745.8967467297043, + 820.5323921925485, + 838.5562147703434 + ], + [ + 642.7897858991262, + 511.53727456169383, + 718.1668144742708, + 815.4152492027915, + 515.3470686482095, + 587.0577251561391, + 728.6833036134947, + 1182.7476013654912, + 731.8165555053707, + 477.51139342594183, + 821.1616321068049, + 519.9302324099114, + 600.2441252396627, + 673.9971953720802, + 931.7202120290559, + 676.0946444883808, + 970.541283103115, + 1242.0981431382768, + 1065.9169489514004, + 778.5397475442771, + 974.9004782987403, + 1014.8385597497501, + 822.6875228012888, + 1093.680414771545, + 1172.3415487241155, + 1590.614886517768, + 1034.681103092714, + 1066.171056264749, + 1656.4093268383192, + 1935.5366913987548, + 1058.254434191205, + 1418.5038165482906, + 1285.3474277696025, + 1166.9995252306317, + 1674.6890617393415, + 1257.7292453560187, + 1228.6919314620236, + 1126.4336705143478, + 1822.9399622207727, + 1006.6648776689384, + 1249.0904805939622, + 1216.0416725255573, + 984.0230627497151, + 763.8823464552207, + 1131.976619157525, + 1551.4083700738547, + 908.4281627904139, + 1166.1686127637872, + 775.2343261547699, + 677.5096928513235, + 948.5690392741469, + 779.3636623109966, + 787.6746784991849, + 551.3285780647851, + 1162.2101656886452, + 965.3547976621957, + 509.6059449945759, + 488.20532189681194, + 951.5423525197316, + 533.192518577392, + 494.1688485167045, + 650.3856979636937, + 454.31699423105846, + 461.94461982455346 + ] + ] + }, + "site_spectrum": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.09652023257107048, + 0.0, + 0.0, + 0.0, + 0.00923323607063475, + 0.0, + 6.884193850787383, + 0.0, + 0.0, + 0.2574766308909081, + 1.2020832776994834, + 0.0, + 33.10509608304919, + 21.64773951375279, + 610.3808438584175, + 7149.926809005601, + 12290.799630011252, + 20311.617216495804, + 29224.02657864968, + 33929.573153870246, + 31906.12692778467, + 26959.012057156786, + 21364.051224867308, + 16844.023823243737, + 12222.46716081861, + 8377.378825830227, + 4739.910713375588, + 2268.4198750451988, + 906.8770213280271, + 82.98975377440061, + 0.0 + ], + "detectors": { + "names": [ + "paddles", + "czt_0", + "czt_1", + "czt_2", + "czt_3" + ], + "total": [ + [ + 2808429.9705, + 101663.13850000002, + 108342.01583333332, + 102460.05000000002, + 104698.99183333332 + ], + [ + 11273.83295212693, + 3084.6317985304463, + 3333.748402561995, + 3108.3865867958134, + 3879.1530418037105 + ] + ], + "heating": [ + [ + 157226000600.43457, + 5977238145.210306, + 6276704425.268251, + 5911004741.648803, + 6024085223.53429 + ], + [ + 900619358.9800541, + 235491785.84896222, + 145070874.89490774, + 177101391.6914575, + 243031676.24530736 + ] + ], + "flux": [ + [ + 19864315.74056656, + 21791.366245741257, + 21461.915496390884, + 21161.438728344467, + 21085.512399074527 + ], + [ + 75758.91084322237, + 1081.9351756598635, + 699.2382614925688, + 991.1692366912906, + 1008.64752719748 + ] + ] + }, + "detector_spectrum": { + "paddles": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.3285216610618928, + 0.5398535775624868, + 2.016470349043119, + 2.659080402617889, + 3.9104793468056456, + 16.844840722833226, + 18.68124877497136, + 35.70486801875221, + 116.58033348945492, + 1305.5426350242492, + 311.7977769954058, + 499.48752477886427, + 847.9082978440774, + 8825.428408775118, + 11284.140545151076, + 120936.97579668672, + 1088817.9920000022, + 1822919.353471689, + 1732627.6128014005, + 2032205.172137219, + 2260907.361637787, + 2179157.7986301454, + 2029227.327045244, + 1814480.8439397751, + 1582546.04256835, + 1260778.712262961, + 903100.208445889, + 552443.5310372548, + 279112.56562326517, + 109367.30512684977, + 13327.280559447376, + 0.0 + ], + "czt": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.010657505077010658, + 0.02947625336858055, + 0.06889551076677325, + 0.10844272915841062, + 0.42452141262471965, + 4.619756914878472, + 1.6810794260714443, + 0.22990515443749804, + 0.5074200273550633, + 3.92217303959139, + 1.1524266612685008, + 1.3353178187861108, + 8.210364414485525, + 1536.0804753440493, + 124.04140288897884, + 21.778532555489118, + 325.22696192407903, + 1154.1428176162092, + 2702.8253807974133, + 5568.239983225639, + 10029.18435269057, + 10986.094262601498, + 12219.276874896072, + 12270.649578231585, + 10312.640803970298, + 7726.779298524269, + 5723.613414056235, + 3064.2164951531686, + 1211.415165541898, + 923.1924926252262, + 83.40493773898419, + 0.0 + ] + }, + "core_out": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 75.89633333333333, + 4743.520833333333, + 796.9114999999999, + 75.89633333333333, + 113.84450000000001, + 189.74083333333334, + 4022.5056666666665, + 417.4298333333333, + 1366.134, + 35253.84683333334, + 352462.5720000001, + 1547564.1848333334, + 3751555.7566666664, + 5903482.443833333, + 6827026.976, + 6387852.843166667, + 5578456.396333334, + 4380243.033833334, + 3355376.896666667, + 2463443.1873333333, + 1660042.5508333333, + 985893.37, + 477843.3146666667, + 183669.12666666668, + 22465.314666666665, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 53.66681196719461, + 494.8601447676514, + 149.52885467739347, + 53.66681196719461, + 62.172608210155616, + 79.31458295891058, + 413.87407051167247, + 150.53919626934243, + 239.05601286312506, + 1135.9456665790087, + 3465.8912491985866, + 7003.884198192881, + 10799.037479421026, + 13349.487828548283, + 14032.68447416536, + 14848.73706843808, + 12937.09423808067, + 13505.706527135228, + 11338.259257763053, + 9022.411054633276, + 8560.518353202784, + 5583.140671812356, + 4915.299610172896, + 2636.9557037850286, + 785.2708363812043, + 0.0 + ] + }, + "contact": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 17.484132287700998, + 0.0, + 10.33431413685129, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 32.79663839677938, + 77.95452057884354, + 196.85213032493337, + 6491.002191870847, + 3705.2348238248233, + 1637.5615139546337, + 5318.733661044139, + 14585.78071770772, + 46164.153895861455, + 105794.73701473503, + 157073.50837187513, + 171059.25545638832, + 145021.75963989965, + 97358.98104142016, + 52677.55951707141, + 21528.832551912816, + 2788.7960714589876, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 12.048076730471296, + 0.0, + 10.33431413685129, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 19.637939893171023, + 29.579991354980823, + 48.454575042516105, + 345.38960749304755, + 234.00667091082275, + 215.78672386487455, + 513.5137220667189, + 508.88546980110016, + 901.2576883891928, + 1029.2926852316175, + 1167.8864664008588, + 1586.884816986208, + 1202.1979792225354, + 1107.780544954465, + 564.9455734067337, + 494.6191214453054, + 111.77634573761253, + 0.0 + ] + }, + "dose10": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 38.15210297926504, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 155.22612470104542, + 284.14002919759776, + 945.6941549563287, + 24891.305995050097, + 13146.178776641076, + 5201.611014408834, + 14886.499874587835, + 36986.08502750046, + 156608.47069507738, + 417535.87640559033, + 660541.3336434154, + 735041.9456362919, + 631272.0238607076, + 425698.4142710903, + 231080.02526321294, + 94942.45419102165, + 12040.731129112897, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 38.15210297926504, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 91.30548309162556, + 105.63548791104355, + 270.5010533160242, + 1200.4176507320003, + 762.8414908513412, + 556.3809245144635, + 1046.8827826004047, + 1301.1366826690635, + 2315.0858213993533, + 4384.723111140017, + 4344.382588565163, + 6110.585034470214, + 5343.223620451584, + 4972.123660607789, + 2505.973071857331, + 2217.3850726258033, + 465.2984611601454, + 0.0 + ] + }, + "dose100": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 76.61005220095247, + 0.0, + 97.62577789479772, + 0.0, + 0.0, + 156.8210507904137, + 0.0, + 0.0, + 303.6492408466311, + 607.5287659461292, + 1385.3121079789985, + 45201.1771767155, + 23690.64192895898, + 10082.015407458706, + 28738.82119743806, + 76674.45454713507, + 303675.11856878095, + 805519.8615712557, + 1285290.353739996, + 1439515.1608675835, + 1244536.6263874155, + 843761.0571055003, + 458585.7239667008, + 188606.53709272257, + 23755.7652783791, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 76.61005220095247, + 0.0, + 97.62577789479772, + 0.0, + 0.0, + 107.95640810841849, + 0.0, + 0.0, + 177.61282801647332, + 203.14864202799478, + 315.2845766785317, + 2221.332416724072, + 1357.7639544778974, + 942.5322499096159, + 1654.7639745821111, + 2359.29752362039, + 4805.563357144435, + 8391.547508559494, + 8624.964542206833, + 12220.013220351224, + 10818.91943422373, + 9935.29473401358, + 4983.41170142055, + 4452.659194443551, + 961.7669373849043, + 0.0 + ] + }, + "leak": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 75.89633333333333, + 0.0, + 37.948166666666665, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 151.79266666666666, + 265.63716666666664, + 607.1706666666666, + 22579.159166666665, + 11877.776166666668, + 4629.676333333334, + 11839.828, + 31952.356333333333, + 145379.4265, + 399935.7285000001, + 643031.6841666667, + 723405.9011666668, + 625765.2683333333, + 423729.2290000001, + 230611.00883333338, + 94832.46850000002, + 12029.568833333335, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 53.66681196719461, + 0.0, + 37.94816666666667, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 74.8910394994032, + 91.722416540079, + 129.71508544461403, + 1121.3734786932234, + 712.8750087640386, + 453.04185707061794, + 772.5235082222905, + 1022.4900950816942, + 2150.3589067043545, + 4251.005980952831, + 5207.551337742965, + 6090.159632615436, + 4970.805788622549, + 4794.4494994937295, + 2788.9490723838194, + 2014.528706222809, + 531.0602967974185, + 0.0 + ] + }, + "heating_by_cell": { + "pellet": [ + 4176053383360.8423, + 3294442506.219378 + ], + "capsule": [ + 1152193286309.611, + 2513952443.6645827 + ], + "krypton": [ + 42625131149.49777, + 370589644.424316 + ], + "lamp_wall": [ + 245011254711.13818, + 1384956242.489873 + ], + "inner_air": [ + 123307376.99831398, + 37597358.84323847 + ], + "site_0_0": [ + 8599886.951857885, + 4848380.036887735 + ], + "site_0_1": [ + 4036734.1302396655, + 2291561.4754546187 + ], + "site_0_2": [ + 6026793.141592316, + 2637094.769701027 + ], + "site_0_3": [ + 19674526.70611512, + 13610718.912819806 + ], + "site_0_4": [ + 6302793.683839552, + 4100901.0835782825 + ], + "site_0_5": [ + 10552392.26521509, + 4429338.644213192 + ], + "site_0_6": [ + 8982833.08572691, + 4712320.876432465 + ], + "site_0_7": [ + 16921153.201388396, + 11037332.621358696 + ], + "site_1_0": [ + 23605262.92726592, + 11427451.099762095 + ], + "site_1_1": [ + 6716474.208415106, + 3845723.351156292 + ], + "site_1_2": [ + 11016967.895231292, + 4960564.895628178 + ], + "site_1_3": [ + 4729183.025450064, + 2213948.6141737383 + ], + "site_1_4": [ + 15960865.019269446, + 5654747.161226584 + ], + "site_1_5": [ + 24788422.295495324, + 17980619.302835606 + ], + "site_1_6": [ + 32446877.849208564, + 11342001.72182822 + ], + "site_1_7": [ + 4266718.818643646, + 2321217.131827026 + ], + "site_2_0": [ + 29718838.781581175, + 9462956.292172352 + ], + "site_2_1": [ + 37076442.40483781, + 15597970.943219319 + ], + "site_2_2": [ + 34452366.280793115, + 16120564.083083633 + ], + "site_2_3": [ + 21074710.495998368, + 9227426.68441016 + ], + "site_2_4": [ + 40722819.848793015, + 20454841.35340484 + ], + "site_2_5": [ + 20643822.109696522, + 6225989.590885381 + ], + "site_2_6": [ + 39725043.81456236, + 18408322.079175893 + ], + "site_2_7": [ + 34908567.19641603, + 11172453.562409762 + ], + "site_3_0": [ + 26968069.250644237, + 13024058.379925283 + ], + "site_3_1": [ + 99920256.31228216, + 30908845.37960865 + ], + "site_3_2": [ + 16925720.142336644, + 4352484.319232747 + ], + "site_3_3": [ + 27733080.197105326, + 8199413.396678121 + ], + "site_3_4": [ + 46830122.005679846, + 15357133.2953407 + ], + "site_3_5": [ + 76057628.84392521, + 27908140.21028213 + ], + "site_3_6": [ + 48757256.81282955, + 25778649.517747052 + ], + "site_3_7": [ + 57913196.980512895, + 14098530.147314975 + ], + "site_4_0": [ + 30677108.775807112, + 13536955.694929935 + ], + "site_4_1": [ + 29764821.856155973, + 11497764.911709603 + ], + "site_4_2": [ + 32734909.05028215, + 9861813.373119311 + ], + "site_4_3": [ + 89599298.00674388, + 49339868.00068922 + ], + "site_4_4": [ + 63300312.12998631, + 29210837.20496078 + ], + "site_4_5": [ + 39539459.507324964, + 12266822.898811953 + ], + "site_4_6": [ + 48094827.71293311, + 18510713.10315762 + ], + "site_4_7": [ + 23096820.57516929, + 5975264.975337187 + ], + "site_5_0": [ + 50889870.783496834, + 22734436.205491394 + ], + "site_5_1": [ + 26375553.13067409, + 13171719.988020083 + ], + "site_5_2": [ + 32246743.162761517, + 11653480.543945385 + ], + "site_5_3": [ + 6870208.588195562, + 3450702.3812470725 + ], + "site_5_4": [ + 34285981.01184773, + 13961253.594276058 + ], + "site_5_5": [ + 31682996.290564705, + 12509739.409868617 + ], + "site_5_6": [ + 10083730.16600843, + 4439932.915734993 + ], + "site_5_7": [ + 33770462.07878273, + 17122913.242968008 + ], + "site_6_0": [ + 17280040.94112426, + 8121313.927283613 + ], + "site_6_1": [ + 5826341.521912374, + 2504065.457708802 + ], + "site_6_2": [ + 13851153.609851146, + 5931500.098957896 + ], + "site_6_3": [ + 7112579.1519084005, + 3489736.577240829 + ], + "site_6_4": [ + 20429095.21072323, + 13145998.020557921 + ], + "site_6_5": [ + 3393465.544297336, + 3393465.544297336 + ], + "site_6_6": [ + 28307358.85761755, + 13427574.2348645 + ], + "site_6_7": [ + 20367430.46655613, + 7500602.268074627 + ], + "site_7_0": [ + 7310871.310750199, + 3923436.9412891227 + ], + "site_7_1": [ + 2448172.171845569, + 1425214.4939415667 + ], + "site_7_2": [ + 30391116.5344372, + 13773272.981077388 + ], + "site_7_3": [ + 17146553.137584172, + 13850955.048712822 + ], + "site_7_4": [ + 12098716.43416871, + 9576933.998023173 + ], + "site_7_5": [ + 25908120.34297172, + 15655293.06137697 + ], + "site_7_6": [ + 1057822.8643827501, + 690717.0918679645 + ], + "site_7_7": [ + 4261280.2142413985, + 2685910.009425453 + ], + "collar": [ + 4743598401700.467, + 4941076665.635855 + ], + "opening_0": [ + 0.0, + 0.0 + ], + "opening_1": [ + 0.0, + 0.0 + ], + "opening_2": [ + 0.0, + 0.0 + ], + "opening_3": [ + 0.0, + 0.0 + ], + "opening_4": [ + 0.0, + 0.0 + ], + "opening_5": [ + 0.0, + 0.0 + ], + "opening_6": [ + 0.0, + 0.0 + ], + "opening_7": [ + 0.0, + 0.0 + ], + "opening_8": [ + 0.0, + 0.0 + ], + "opening_9": [ + 0.0, + 0.0 + ], + "opening_10": [ + 0.0, + 0.0 + ], + "opening_11": [ + 0.0, + 0.0 + ], + "opening_12": [ + 0.0, + 0.0 + ], + "opening_13": [ + 0.0, + 0.0 + ], + "opening_14": [ + 1544471.5673109726, + 1544471.5673109724 + ], + "opening_15": [ + 0.0, + 0.0 + ], + "opening_16": [ + 617990.7291853162, + 617990.7291853162 + ], + "opening_17": [ + 0.0, + 0.0 + ], + "opening_18": [ + 0.0, + 0.0 + ], + "opening_19": [ + 0.0, + 0.0 + ], + "opening_20": [ + 5121706.400132997, + 5121706.400132997 + ], + "opening_21": [ + 0.0, + 0.0 + ], + "opening_22": [ + 0.0, + 0.0 + ], + "opening_23": [ + 40200.93408453879, + 40200.93408453879 + ], + "opening_24": [ + 19602.696431214266, + 19602.696431214266 + ], + "opening_25": [ + 581372.7115701134, + 581372.7115701133 + ], + "opening_26": [ + 0.0, + 0.0 + ], + "opening_27": [ + 0.0, + 0.0 + ], + "opening_28": [ + 3188504.6578719583, + 3188504.657871958 + ], + "opening_29": [ + 0.0, + 0.0 + ], + "opening_30": [ + 438250.79364648415, + 438250.79364648415 + ], + "opening_31": [ + 0.0, + 0.0 + ], + "opening_32": [ + 0.0, + 0.0 + ], + "opening_33": [ + 0.0, + 0.0 + ], + "opening_34": [ + 3753683.5537584885, + 3753683.5537584885 + ], + "opening_35": [ + 0.0, + 0.0 + ], + "opening_36": [ + 0.0, + 0.0 + ], + "opening_37": [ + 0.0, + 0.0 + ], + "opening_38": [ + 0.0, + 0.0 + ], + "opening_39": [ + 0.0, + 0.0 + ], + "opening_40": [ + 648649.859551993, + 648649.859551993 + ], + "opening_41": [ + 0.0, + 0.0 + ], + "opening_42": [ + 0.0, + 0.0 + ], + "opening_43": [ + 0.0, + 0.0 + ], + "opening_44": [ + 0.0, + 0.0 + ], + "opening_45": [ + 0.0, + 0.0 + ], + "opening_46": [ + 0.0, + 0.0 + ], + "opening_47": [ + 0.0, + 0.0 + ], + "opening_48": [ + 0.0, + 0.0 + ], + "opening_49": [ + 0.0, + 0.0 + ], + "opening_50": [ + 0.0, + 0.0 + ], + "opening_51": [ + 1559733.0940226458, + 1559733.0940226458 + ], + "opening_52": [ + 0.0, + 0.0 + ], + "opening_53": [ + 0.0, + 0.0 + ], + "opening_54": [ + 0.0, + 0.0 + ], + "opening_55": [ + 0.0, + 0.0 + ], + "opening_56": [ + 0.0, + 0.0 + ], + "opening_57": [ + 0.0, + 0.0 + ], + "opening_58": [ + 0.0, + 0.0 + ], + "opening_59": [ + 0.0, + 0.0 + ], + "opening_60": [ + 0.0, + 0.0 + ], + "opening_61": [ + 2121662.722610604, + 2121662.722610604 + ], + "opening_62": [ + 0.0, + 0.0 + ], + "opening_63": [ + 0.0, + 0.0 + ], + "septum": [ + 27999509256.27223, + 568891480.6676728 + ], + "glass": [ + 264477763254.87924, + 1232868846.729339 + ], + "trim_air": [ + 23951235.01149946, + 11197183.922954462 + ], + "czt_0": [ + 5977238145.210306, + 235491785.84896222 + ], + "czt_1": [ + 6276704425.268251, + 145070874.89490774 + ], + "czt_2": [ + 5911004741.648803, + 177101391.6914575 + ], + "czt_3": [ + 6024085223.53429, + 243031676.24530736 + ], + "paddles": [ + 157226000600.43457, + 900619358.9800541 + ], + "sipm_si": [ + 59955605594.25557, + 740131392.2638866 + ], + "pmma": [ + 205536107384.51474, + 1435425389.815089 + ], + "lead": [ + 3348245539442.0146, + 8704910791.770103 + ], + "titanium": [ + 91972354885.68393, + 763147059.9515808 + ], + "contact": [ + 2886639.6174740093, + 2886639.6174740097 + ], + "dose10": [ + 48630789.7105008, + 23707376.56964375 + ], + "dose100": [ + 167265520.73300868, + 44702726.82578577 + ], + "air": [ + 6179631767.431195, + 302702869.30886114 + ] + }, + "particles": 3000000, + "seconds": 25.5, + "septum": true + }, + "synapse_open": { + "G": [ + [ + 0.013131333333333333, + 3.066666666666667e-05, + 2.666666666666667e-06, + 6.666666666666667e-07, + 0.0, + 6.666666666666666e-07, + 3.3333333333333333e-06, + 3.7333333333333324e-05, + 0.00011733333333333336, + 2.6e-05, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 0.0, + 2e-06, + 2e-06, + 1.4666666666666666e-05, + 2.5333333333333334e-05, + 1.6e-05, + 2e-06, + 1.3333333333333334e-06, + 0.0, + 2e-06, + 1.3333333333333334e-06, + 1.4666666666666666e-05, + 9.999999999999999e-06, + 6e-06, + 1.3333333333333334e-06, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 6.000000000000001e-06, + 2.6666666666666664e-06, + 5.333333333333334e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 2.666666666666667e-06, + 6.666666666666666e-07, + 0.0, + 3.3333333333333333e-06, + 4.666666666666667e-06, + 1.3333333333333334e-06, + 0.0, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 1.3333333333333334e-06, + 4.666666666666667e-06, + 6.666666666666666e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 3.3333333333333333e-06, + 2.666666666666667e-06, + 2e-06, + 0.0, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0 + ], + [ + 3.7333333333333324e-05, + 0.013131333333333333, + 3.066666666666667e-05, + 2.666666666666667e-06, + 6.666666666666667e-07, + 0.0, + 6.666666666666666e-07, + 3.3333333333333333e-06, + 1.4666666666666666e-05, + 0.00011733333333333336, + 2.6e-05, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 0.0, + 2e-06, + 2e-06, + 1.4666666666666666e-05, + 2.5333333333333334e-05, + 1.6e-05, + 2e-06, + 1.3333333333333334e-06, + 0.0, + 2e-06, + 1.3333333333333334e-06, + 6.000000000000001e-06, + 9.999999999999999e-06, + 6e-06, + 1.3333333333333334e-06, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 3.3333333333333333e-06, + 2.6666666666666664e-06, + 5.333333333333334e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 2.666666666666667e-06, + 6.666666666666666e-07, + 0.0, + 4.666666666666667e-06, + 4.666666666666667e-06, + 1.3333333333333334e-06, + 0.0, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 1.3333333333333334e-06, + 3.3333333333333333e-06, + 6.666666666666666e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 2.666666666666667e-06, + 2e-06, + 0.0, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07 + ], + [ + 3.3333333333333333e-06, + 3.7333333333333324e-05, + 0.013131333333333333, + 3.066666666666667e-05, + 2.666666666666667e-06, + 6.666666666666667e-07, + 0.0, + 6.666666666666666e-07, + 2e-06, + 1.4666666666666666e-05, + 0.00011733333333333336, + 2.6e-05, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 0.0, + 2e-06, + 1.3333333333333334e-06, + 1.4666666666666666e-05, + 2.5333333333333334e-05, + 1.6e-05, + 2e-06, + 1.3333333333333334e-06, + 0.0, + 2e-06, + 0.0, + 6.000000000000001e-06, + 9.999999999999999e-06, + 6e-06, + 1.3333333333333334e-06, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 3.3333333333333333e-06, + 2.6666666666666664e-06, + 5.333333333333334e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 2.666666666666667e-06, + 6.666666666666666e-07, + 1.3333333333333334e-06, + 4.666666666666667e-06, + 4.666666666666667e-06, + 1.3333333333333334e-06, + 0.0, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 6.666666666666667e-07, + 3.3333333333333333e-06, + 6.666666666666666e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 2.666666666666667e-06, + 2e-06, + 0.0, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06 + ], + [ + 6.666666666666666e-07, + 3.3333333333333333e-06, + 3.7333333333333324e-05, + 0.013131333333333333, + 3.066666666666667e-05, + 2.666666666666667e-06, + 6.666666666666667e-07, + 0.0, + 2e-06, + 2e-06, + 1.4666666666666666e-05, + 0.00011733333333333336, + 2.6e-05, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 0.0, + 2e-06, + 1.3333333333333334e-06, + 1.4666666666666666e-05, + 2.5333333333333334e-05, + 1.6e-05, + 2e-06, + 1.3333333333333334e-06, + 0.0, + 1.3333333333333334e-06, + 0.0, + 6.000000000000001e-06, + 9.999999999999999e-06, + 6e-06, + 1.3333333333333334e-06, + 0.0, + 0.0, + 6.666666666666666e-07, + 0.0, + 3.3333333333333333e-06, + 2.6666666666666664e-06, + 5.333333333333334e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 2.666666666666667e-06, + 0.0, + 1.3333333333333334e-06, + 4.666666666666667e-06, + 4.666666666666667e-06, + 1.3333333333333334e-06, + 0.0, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 3.3333333333333333e-06, + 6.666666666666666e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 2.666666666666667e-06, + 2e-06, + 0.0, + 6.666666666666667e-07, + 1.3333333333333334e-06 + ], + [ + 0.0, + 6.666666666666666e-07, + 3.3333333333333333e-06, + 3.7333333333333324e-05, + 0.013131333333333333, + 3.066666666666667e-05, + 2.666666666666667e-06, + 6.666666666666667e-07, + 0.0, + 2e-06, + 2e-06, + 1.4666666666666666e-05, + 0.00011733333333333336, + 2.6e-05, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 0.0, + 2e-06, + 1.3333333333333334e-06, + 1.4666666666666666e-05, + 2.5333333333333334e-05, + 1.6e-05, + 2e-06, + 1.3333333333333334e-06, + 0.0, + 1.3333333333333334e-06, + 0.0, + 6.000000000000001e-06, + 9.999999999999999e-06, + 6e-06, + 1.3333333333333334e-06, + 0.0, + 2.666666666666667e-06, + 6.666666666666666e-07, + 0.0, + 3.3333333333333333e-06, + 2.6666666666666664e-06, + 5.333333333333334e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 6.666666666666667e-07, + 0.0, + 1.3333333333333334e-06, + 4.666666666666667e-06, + 4.666666666666667e-06, + 1.3333333333333334e-06, + 0.0, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 3.3333333333333333e-06, + 6.666666666666666e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 2.666666666666667e-06, + 2e-06, + 0.0, + 6.666666666666667e-07 + ], + [ + 6.666666666666667e-07, + 0.0, + 6.666666666666666e-07, + 3.3333333333333333e-06, + 3.7333333333333324e-05, + 0.013131333333333333, + 3.066666666666667e-05, + 2.666666666666667e-06, + 1.3333333333333334e-06, + 0.0, + 2e-06, + 2e-06, + 1.4666666666666666e-05, + 0.00011733333333333336, + 2.6e-05, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 0.0, + 2e-06, + 1.3333333333333334e-06, + 1.4666666666666666e-05, + 2.5333333333333334e-05, + 1.6e-05, + 2e-06, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 6.000000000000001e-06, + 9.999999999999999e-06, + 6e-06, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 6.666666666666666e-07, + 0.0, + 3.3333333333333333e-06, + 2.6666666666666664e-06, + 5.333333333333334e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 1.3333333333333334e-06, + 4.666666666666667e-06, + 4.666666666666667e-06, + 1.3333333333333334e-06, + 0.0, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 3.3333333333333333e-06, + 6.666666666666666e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 2.666666666666667e-06, + 2e-06, + 0.0 + ], + [ + 2.666666666666667e-06, + 6.666666666666667e-07, + 0.0, + 6.666666666666666e-07, + 3.3333333333333333e-06, + 3.7333333333333324e-05, + 0.013131333333333333, + 3.066666666666667e-05, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 0.0, + 2e-06, + 2e-06, + 1.4666666666666666e-05, + 0.00011733333333333336, + 2.6e-05, + 2e-06, + 1.3333333333333334e-06, + 0.0, + 2e-06, + 1.3333333333333334e-06, + 1.4666666666666666e-05, + 2.5333333333333334e-05, + 1.6e-05, + 1.3333333333333334e-06, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 6.000000000000001e-06, + 9.999999999999999e-06, + 6e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 2.666666666666667e-06, + 6.666666666666666e-07, + 0.0, + 3.3333333333333333e-06, + 2.6666666666666664e-06, + 5.333333333333334e-06, + 0.0, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 1.3333333333333334e-06, + 4.666666666666667e-06, + 4.666666666666667e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 3.3333333333333333e-06, + 6.666666666666666e-07, + 6.666666666666667e-07, + 0.0, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 2.666666666666667e-06, + 2e-06 + ], + [ + 3.066666666666667e-05, + 2.666666666666667e-06, + 6.666666666666667e-07, + 0.0, + 6.666666666666666e-07, + 3.3333333333333333e-06, + 3.7333333333333324e-05, + 0.013131333333333333, + 2.6e-05, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 0.0, + 2e-06, + 2e-06, + 1.4666666666666666e-05, + 0.00011733333333333336, + 1.6e-05, + 2e-06, + 1.3333333333333334e-06, + 0.0, + 2e-06, + 1.3333333333333334e-06, + 1.4666666666666666e-05, + 2.5333333333333334e-05, + 6e-06, + 1.3333333333333334e-06, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 6.000000000000001e-06, + 9.999999999999999e-06, + 5.333333333333334e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 2.666666666666667e-06, + 6.666666666666666e-07, + 0.0, + 3.3333333333333333e-06, + 2.6666666666666664e-06, + 1.3333333333333334e-06, + 0.0, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 1.3333333333333334e-06, + 4.666666666666667e-06, + 4.666666666666667e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 3.3333333333333333e-06, + 6.666666666666666e-07, + 2e-06, + 0.0, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 2.666666666666667e-06 + ], + [ + 0.00010600000000000002, + 2.7333333333333328e-05, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 2e-06, + 2e-05, + 0.013110000000000002, + 3.399999999999999e-05, + 2e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 3.3333333333333333e-06, + 3.4666666666666665e-05, + 0.00011866666666666666, + 2.6666666666666663e-05, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 0.0, + 1.3333333333333334e-06, + 1.4666666666666666e-05, + 2.5333333333333334e-05, + 1.6e-05, + 2.666666666666667e-06, + 0.0, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 1.4000000000000001e-05, + 1.3999999999999998e-05, + 9.999999999999999e-06, + 2e-06, + 2e-06, + 2e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 4.000000000000001e-06, + 2.6666666666666664e-06, + 6.666666666666667e-06, + 6.666666666666667e-07, + 2.6666666666666664e-06, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 4e-06, + 2e-06, + 0.0, + 0.0, + 1.3333333333333334e-06, + 6.666666666666666e-07, + 0.0, + 4.000000000000001e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 2e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 4.666666666666667e-06 + ], + [ + 2e-05, + 0.00010600000000000002, + 2.7333333333333328e-05, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 2e-06, + 3.4666666666666665e-05, + 0.013110000000000002, + 3.399999999999999e-05, + 2e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 3.3333333333333333e-06, + 1.4666666666666666e-05, + 0.00011866666666666666, + 2.6666666666666663e-05, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 0.0, + 1.3333333333333334e-06, + 1.4000000000000001e-05, + 2.5333333333333334e-05, + 1.6e-05, + 2.666666666666667e-06, + 0.0, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 4.000000000000001e-06, + 1.3999999999999998e-05, + 9.999999999999999e-06, + 2e-06, + 2e-06, + 2e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 2.6666666666666664e-06, + 6.666666666666667e-06, + 6.666666666666667e-07, + 2.6666666666666664e-06, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6.666666666666667e-07, + 4.000000000000001e-06, + 4e-06, + 2e-06, + 0.0, + 0.0, + 1.3333333333333334e-06, + 6.666666666666666e-07, + 0.0, + 4.666666666666667e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 2e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07 + ], + [ + 2e-06, + 2e-05, + 0.00010600000000000002, + 2.7333333333333328e-05, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 3.3333333333333333e-06, + 3.4666666666666665e-05, + 0.013110000000000002, + 3.399999999999999e-05, + 2e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 1.4666666666666666e-05, + 0.00011866666666666666, + 2.6666666666666663e-05, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 0.0, + 1.3333333333333334e-06, + 1.4000000000000001e-05, + 2.5333333333333334e-05, + 1.6e-05, + 2.666666666666667e-06, + 0.0, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 4.000000000000001e-06, + 1.3999999999999998e-05, + 9.999999999999999e-06, + 2e-06, + 2e-06, + 2e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 2.666666666666667e-06, + 2.6666666666666664e-06, + 6.666666666666667e-06, + 6.666666666666667e-07, + 2.6666666666666664e-06, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 0.0, + 4.000000000000001e-06, + 4e-06, + 2e-06, + 0.0, + 0.0, + 1.3333333333333334e-06, + 6.666666666666666e-07, + 6.666666666666667e-07, + 4.666666666666667e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 2e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06 + ], + [ + 6.666666666666667e-07, + 2e-06, + 2e-05, + 0.00010600000000000002, + 2.7333333333333328e-05, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 3.3333333333333333e-06, + 3.4666666666666665e-05, + 0.013110000000000002, + 3.399999999999999e-05, + 2e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 1.3333333333333334e-06, + 1.4666666666666666e-05, + 0.00011866666666666666, + 2.6666666666666663e-05, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 1.4000000000000001e-05, + 2.5333333333333334e-05, + 1.6e-05, + 2.666666666666667e-06, + 0.0, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 4.000000000000001e-06, + 1.3999999999999998e-05, + 9.999999999999999e-06, + 2e-06, + 2e-06, + 2e-06, + 2.666666666666667e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 2.6666666666666664e-06, + 6.666666666666667e-06, + 6.666666666666667e-07, + 2.6666666666666664e-06, + 1.3333333333333334e-06, + 6.666666666666666e-07, + 0.0, + 4.000000000000001e-06, + 4e-06, + 2e-06, + 0.0, + 0.0, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 4.666666666666667e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 2e-06, + 6.666666666666667e-07, + 6.666666666666667e-07 + ], + [ + 6.666666666666667e-07, + 6.666666666666667e-07, + 2e-06, + 2e-05, + 0.00010600000000000002, + 2.7333333333333328e-05, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 3.3333333333333333e-06, + 3.4666666666666665e-05, + 0.013110000000000002, + 3.399999999999999e-05, + 2e-06, + 1.3333333333333334e-06, + 0.0, + 0.0, + 1.3333333333333334e-06, + 1.4666666666666666e-05, + 0.00011866666666666666, + 2.6666666666666663e-05, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 1.4000000000000001e-05, + 2.5333333333333334e-05, + 1.6e-05, + 2.666666666666667e-06, + 0.0, + 2e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 4.000000000000001e-06, + 1.3999999999999998e-05, + 9.999999999999999e-06, + 2e-06, + 2e-06, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 2.6666666666666664e-06, + 6.666666666666667e-06, + 6.666666666666667e-07, + 2.6666666666666664e-06, + 1.3333333333333334e-06, + 6.666666666666666e-07, + 0.0, + 4.000000000000001e-06, + 4e-06, + 2e-06, + 0.0, + 0.0, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 4.666666666666667e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 2e-06, + 6.666666666666667e-07 + ], + [ + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 2e-06, + 2e-05, + 0.00010600000000000002, + 2.7333333333333328e-05, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 3.3333333333333333e-06, + 3.4666666666666665e-05, + 0.013110000000000002, + 3.399999999999999e-05, + 2e-06, + 6.666666666666667e-07, + 0.0, + 0.0, + 1.3333333333333334e-06, + 1.4666666666666666e-05, + 0.00011866666666666666, + 2.6666666666666663e-05, + 1.3333333333333334e-06, + 0.0, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 1.4000000000000001e-05, + 2.5333333333333334e-05, + 1.6e-05, + 2.666666666666667e-06, + 2e-06, + 2e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 4.000000000000001e-06, + 1.3999999999999998e-05, + 9.999999999999999e-06, + 2e-06, + 2.6666666666666664e-06, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 2.6666666666666664e-06, + 6.666666666666667e-06, + 6.666666666666667e-07, + 0.0, + 1.3333333333333334e-06, + 6.666666666666666e-07, + 0.0, + 4.000000000000001e-06, + 4e-06, + 2e-06, + 0.0, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 4.666666666666667e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 2e-06 + ], + [ + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 2e-06, + 2e-05, + 0.00010600000000000002, + 2.7333333333333328e-05, + 2e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 3.3333333333333333e-06, + 3.4666666666666665e-05, + 0.013110000000000002, + 3.399999999999999e-05, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 0.0, + 1.3333333333333334e-06, + 1.4666666666666666e-05, + 0.00011866666666666666, + 2.6666666666666663e-05, + 2.666666666666667e-06, + 0.0, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 1.4000000000000001e-05, + 2.5333333333333334e-05, + 1.6e-05, + 2e-06, + 2e-06, + 2e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 4.000000000000001e-06, + 1.3999999999999998e-05, + 9.999999999999999e-06, + 6.666666666666667e-07, + 2.6666666666666664e-06, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 2.6666666666666664e-06, + 6.666666666666667e-06, + 0.0, + 0.0, + 1.3333333333333334e-06, + 6.666666666666666e-07, + 0.0, + 4.000000000000001e-06, + 4e-06, + 2e-06, + 2e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 4.666666666666667e-06, + 6.666666666666667e-07, + 6.666666666666667e-07 + ], + [ + 2.7333333333333328e-05, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 2e-06, + 2e-05, + 0.00010600000000000002, + 3.399999999999999e-05, + 2e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 3.3333333333333333e-06, + 3.4666666666666665e-05, + 0.013110000000000002, + 2.6666666666666663e-05, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 0.0, + 1.3333333333333334e-06, + 1.4666666666666666e-05, + 0.00011866666666666666, + 1.6e-05, + 2.666666666666667e-06, + 0.0, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 1.4000000000000001e-05, + 2.5333333333333334e-05, + 9.999999999999999e-06, + 2e-06, + 2e-06, + 2e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 4.000000000000001e-06, + 1.3999999999999998e-05, + 6.666666666666667e-06, + 6.666666666666667e-07, + 2.6666666666666664e-06, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 2.6666666666666664e-06, + 2e-06, + 0.0, + 0.0, + 1.3333333333333334e-06, + 6.666666666666666e-07, + 0.0, + 4.000000000000001e-06, + 4e-06, + 6.666666666666667e-07, + 2e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 4.666666666666667e-06, + 6.666666666666667e-07 + ], + [ + 2.7999999999999993e-05, + 1.1999999999999999e-05, + 4.666666666666666e-06, + 0.0, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 8e-06, + 0.000104, + 2.7999999999999996e-05, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 3.3333333333333333e-06, + 1.9333333333333333e-05, + 0.013110000000000002, + 3.066666666666666e-05, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 3.4e-05, + 0.00011933333333333331, + 2.6e-05, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6e-06, + 5.333333333333334e-06, + 2.666666666666667e-06, + 1.533333333333333e-05, + 2.9333333333333333e-05, + 1.2e-05, + 4.000000000000001e-06, + 4.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2e-06, + 6.666666666666667e-06, + 1.6e-05, + 9.999999999999999e-06, + 2e-06, + 4.666666666666667e-06, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6.666666666666667e-07, + 6.666666666666667e-06, + 2.6666666666666664e-06, + 6e-06, + 6.666666666666667e-07, + 6.666666666666666e-07, + 2e-06, + 2e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 4e-06, + 1.3333333333333334e-06, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 5.333333333333334e-06 + ], + [ + 8e-06, + 2.7999999999999993e-05, + 1.1999999999999999e-05, + 4.666666666666666e-06, + 0.0, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 1.9333333333333333e-05, + 0.000104, + 2.7999999999999996e-05, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 3.3333333333333333e-06, + 3.4e-05, + 0.013110000000000002, + 3.066666666666666e-05, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 1.533333333333333e-05, + 0.00011933333333333331, + 2.6e-05, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6e-06, + 5.333333333333334e-06, + 2.666666666666667e-06, + 6.666666666666667e-06, + 2.9333333333333333e-05, + 1.2e-05, + 4.000000000000001e-06, + 4.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2e-06, + 6.666666666666667e-06, + 1.6e-05, + 9.999999999999999e-06, + 2e-06, + 4.666666666666667e-06, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 2.6666666666666664e-06, + 6e-06, + 6.666666666666667e-07, + 6.666666666666666e-07, + 2e-06, + 2e-06, + 6.666666666666667e-07, + 5.333333333333334e-06, + 4e-06, + 1.3333333333333334e-06, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0 + ], + [ + 2.666666666666667e-06, + 8e-06, + 2.7999999999999993e-05, + 1.1999999999999999e-05, + 4.666666666666666e-06, + 0.0, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 3.3333333333333333e-06, + 1.9333333333333333e-05, + 0.000104, + 2.7999999999999996e-05, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 3.4e-05, + 0.013110000000000002, + 3.066666666666666e-05, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 1.533333333333333e-05, + 0.00011933333333333331, + 2.6e-05, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6e-06, + 5.333333333333334e-06, + 2e-06, + 6.666666666666667e-06, + 2.9333333333333333e-05, + 1.2e-05, + 4.000000000000001e-06, + 4.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 6.666666666666667e-07, + 6.666666666666667e-06, + 1.6e-05, + 9.999999999999999e-06, + 2e-06, + 4.666666666666667e-06, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 2.6666666666666664e-06, + 6e-06, + 6.666666666666667e-07, + 6.666666666666666e-07, + 2e-06, + 2e-06, + 0.0, + 5.333333333333334e-06, + 4e-06, + 1.3333333333333334e-06, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0 + ], + [ + 6.666666666666667e-07, + 2.666666666666667e-06, + 8e-06, + 2.7999999999999993e-05, + 1.1999999999999999e-05, + 4.666666666666666e-06, + 0.0, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 3.3333333333333333e-06, + 1.9333333333333333e-05, + 0.000104, + 2.7999999999999996e-05, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 3.4e-05, + 0.013110000000000002, + 3.066666666666666e-05, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 5.333333333333334e-06, + 2.666666666666667e-06, + 1.533333333333333e-05, + 0.00011933333333333331, + 2.6e-05, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6e-06, + 2.666666666666667e-06, + 2e-06, + 6.666666666666667e-06, + 2.9333333333333333e-05, + 1.2e-05, + 4.000000000000001e-06, + 4.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 6.666666666666667e-07, + 6.666666666666667e-06, + 1.6e-05, + 9.999999999999999e-06, + 2e-06, + 4.666666666666667e-06, + 1.3333333333333334e-06, + 2e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 2.6666666666666664e-06, + 6e-06, + 6.666666666666667e-07, + 6.666666666666666e-07, + 2e-06, + 0.0, + 0.0, + 5.333333333333334e-06, + 4e-06, + 1.3333333333333334e-06, + 0.0, + 6.666666666666667e-07, + 0.0 + ], + [ + 1.3333333333333334e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 8e-06, + 2.7999999999999993e-05, + 1.1999999999999999e-05, + 4.666666666666666e-06, + 0.0, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 3.3333333333333333e-06, + 1.9333333333333333e-05, + 0.000104, + 2.7999999999999996e-05, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 3.4e-05, + 0.013110000000000002, + 3.066666666666666e-05, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6e-06, + 5.333333333333334e-06, + 2.666666666666667e-06, + 1.533333333333333e-05, + 0.00011933333333333331, + 2.6e-05, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2e-06, + 6.666666666666667e-06, + 2.9333333333333333e-05, + 1.2e-05, + 4.000000000000001e-06, + 4.666666666666667e-06, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6.666666666666667e-07, + 6.666666666666667e-06, + 1.6e-05, + 9.999999999999999e-06, + 2e-06, + 4.666666666666667e-06, + 2e-06, + 2e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 2.6666666666666664e-06, + 6e-06, + 6.666666666666667e-07, + 6.666666666666666e-07, + 0.0, + 0.0, + 0.0, + 5.333333333333334e-06, + 4e-06, + 1.3333333333333334e-06, + 0.0, + 6.666666666666667e-07 + ], + [ + 0.0, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 8e-06, + 2.7999999999999993e-05, + 1.1999999999999999e-05, + 4.666666666666666e-06, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 3.3333333333333333e-06, + 1.9333333333333333e-05, + 0.000104, + 2.7999999999999996e-05, + 6.666666666666667e-07, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 3.4e-05, + 0.013110000000000002, + 3.066666666666666e-05, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6e-06, + 5.333333333333334e-06, + 2.666666666666667e-06, + 1.533333333333333e-05, + 0.00011933333333333331, + 2.6e-05, + 1.3333333333333334e-06, + 4.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2e-06, + 6.666666666666667e-06, + 2.9333333333333333e-05, + 1.2e-05, + 4.000000000000001e-06, + 4.666666666666667e-06, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6.666666666666667e-07, + 6.666666666666667e-06, + 1.6e-05, + 9.999999999999999e-06, + 2e-06, + 6.666666666666666e-07, + 2e-06, + 2e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 2.6666666666666664e-06, + 6e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 5.333333333333334e-06, + 4e-06, + 1.3333333333333334e-06, + 0.0 + ], + [ + 4.666666666666666e-06, + 0.0, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 8e-06, + 2.7999999999999993e-05, + 1.1999999999999999e-05, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 3.3333333333333333e-06, + 1.9333333333333333e-05, + 0.000104, + 2.7999999999999996e-05, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 3.4e-05, + 0.013110000000000002, + 3.066666666666666e-05, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6e-06, + 5.333333333333334e-06, + 2.666666666666667e-06, + 1.533333333333333e-05, + 0.00011933333333333331, + 2.6e-05, + 4.000000000000001e-06, + 4.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2e-06, + 6.666666666666667e-06, + 2.9333333333333333e-05, + 1.2e-05, + 2e-06, + 4.666666666666667e-06, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6.666666666666667e-07, + 6.666666666666667e-06, + 1.6e-05, + 9.999999999999999e-06, + 6.666666666666667e-07, + 6.666666666666666e-07, + 2e-06, + 2e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 2.6666666666666664e-06, + 6e-06, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 5.333333333333334e-06, + 4e-06, + 1.3333333333333334e-06 + ], + [ + 1.1999999999999999e-05, + 4.666666666666666e-06, + 0.0, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 8e-06, + 2.7999999999999993e-05, + 2.7999999999999996e-05, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 3.3333333333333333e-06, + 1.9333333333333333e-05, + 0.000104, + 3.066666666666666e-05, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 3.4e-05, + 0.013110000000000002, + 2.6e-05, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6e-06, + 5.333333333333334e-06, + 2.666666666666667e-06, + 1.533333333333333e-05, + 0.00011933333333333331, + 1.2e-05, + 4.000000000000001e-06, + 4.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2e-06, + 6.666666666666667e-06, + 2.9333333333333333e-05, + 9.999999999999999e-06, + 2e-06, + 4.666666666666667e-06, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6.666666666666667e-07, + 6.666666666666667e-06, + 1.6e-05, + 6e-06, + 6.666666666666667e-07, + 6.666666666666666e-07, + 2e-06, + 2e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 2.6666666666666664e-06, + 1.3333333333333334e-06, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 5.333333333333334e-06, + 4e-06 + ], + [ + 1.4000000000000001e-05, + 9.999999999999999e-06, + 2e-06, + 0.0, + 6.666666666666667e-07, + 0.0, + 1.3333333333333334e-06, + 4.666666666666666e-06, + 2.7333333333333328e-05, + 1.1333333333333332e-05, + 4.666666666666667e-06, + 2e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 2e-06, + 7.333333333333333e-06, + 0.00010466666666666669, + 2.7999999999999996e-05, + 1.3333333333333334e-06, + 6.000000000000001e-06, + 3.3333333333333333e-06, + 3.3333333333333333e-06, + 2.666666666666667e-06, + 1.8666666666666665e-05, + 0.013106666666666666, + 3.066666666666666e-05, + 6.666666666666667e-07, + 6.000000000000001e-06, + 2.666666666666667e-06, + 4.000000000000001e-06, + 2.666666666666667e-06, + 3.4e-05, + 0.00010333333333333334, + 2.7999999999999996e-05, + 1.3333333333333334e-06, + 5.333333333333334e-06, + 6.666666666666667e-07, + 5.333333333333334e-06, + 2.666666666666667e-06, + 2.0666666666666666e-05, + 2.9333333333333333e-05, + 1.2e-05, + 4.666666666666666e-06, + 4.666666666666666e-06, + 3.3333333333333333e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 8.666666666666666e-06, + 1.3999999999999998e-05, + 1.0666666666666667e-05, + 2e-06, + 2e-06, + 2.666666666666667e-06, + 3.3333333333333333e-06, + 6.666666666666667e-07, + 6.666666666666667e-06, + 2.6666666666666664e-06, + 6e-06, + 0.0, + 6.666666666666666e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 3.3333333333333333e-06 + ], + [ + 4.666666666666666e-06, + 1.4000000000000001e-05, + 9.999999999999999e-06, + 2e-06, + 0.0, + 6.666666666666667e-07, + 0.0, + 1.3333333333333334e-06, + 7.333333333333333e-06, + 2.7333333333333328e-05, + 1.1333333333333332e-05, + 4.666666666666667e-06, + 2e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 2e-06, + 1.8666666666666665e-05, + 0.00010466666666666669, + 2.7999999999999996e-05, + 1.3333333333333334e-06, + 6.000000000000001e-06, + 3.3333333333333333e-06, + 3.3333333333333333e-06, + 2.666666666666667e-06, + 3.4e-05, + 0.013106666666666666, + 3.066666666666666e-05, + 6.666666666666667e-07, + 6.000000000000001e-06, + 2.666666666666667e-06, + 4.000000000000001e-06, + 2.666666666666667e-06, + 2.0666666666666666e-05, + 0.00010333333333333334, + 2.7999999999999996e-05, + 1.3333333333333334e-06, + 5.333333333333334e-06, + 6.666666666666667e-07, + 5.333333333333334e-06, + 2.666666666666667e-06, + 8.666666666666666e-06, + 2.9333333333333333e-05, + 1.2e-05, + 4.666666666666666e-06, + 4.666666666666666e-06, + 3.3333333333333333e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 6.666666666666667e-06, + 1.3999999999999998e-05, + 1.0666666666666667e-05, + 2e-06, + 2e-06, + 2.666666666666667e-06, + 3.3333333333333333e-06, + 6.666666666666667e-07, + 3.3333333333333333e-06, + 2.6666666666666664e-06, + 6e-06, + 0.0, + 6.666666666666666e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07 + ], + [ + 1.3333333333333334e-06, + 4.666666666666666e-06, + 1.4000000000000001e-05, + 9.999999999999999e-06, + 2e-06, + 0.0, + 6.666666666666667e-07, + 0.0, + 2e-06, + 7.333333333333333e-06, + 2.7333333333333328e-05, + 1.1333333333333332e-05, + 4.666666666666667e-06, + 2e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 1.8666666666666665e-05, + 0.00010466666666666669, + 2.7999999999999996e-05, + 1.3333333333333334e-06, + 6.000000000000001e-06, + 3.3333333333333333e-06, + 3.3333333333333333e-06, + 2.666666666666667e-06, + 3.4e-05, + 0.013106666666666666, + 3.066666666666666e-05, + 6.666666666666667e-07, + 6.000000000000001e-06, + 2.666666666666667e-06, + 4.000000000000001e-06, + 2.666666666666667e-06, + 2.0666666666666666e-05, + 0.00010333333333333334, + 2.7999999999999996e-05, + 1.3333333333333334e-06, + 5.333333333333334e-06, + 6.666666666666667e-07, + 5.333333333333334e-06, + 2.666666666666667e-06, + 8.666666666666666e-06, + 2.9333333333333333e-05, + 1.2e-05, + 4.666666666666666e-06, + 4.666666666666666e-06, + 3.3333333333333333e-06, + 2.666666666666667e-06, + 6.666666666666667e-07, + 6.666666666666667e-06, + 1.3999999999999998e-05, + 1.0666666666666667e-05, + 2e-06, + 2e-06, + 2.666666666666667e-06, + 3.3333333333333333e-06, + 6.666666666666667e-07, + 3.3333333333333333e-06, + 2.6666666666666664e-06, + 6e-06, + 0.0, + 6.666666666666666e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06 + ], + [ + 0.0, + 1.3333333333333334e-06, + 4.666666666666666e-06, + 1.4000000000000001e-05, + 9.999999999999999e-06, + 2e-06, + 0.0, + 6.666666666666667e-07, + 6.666666666666667e-07, + 2e-06, + 7.333333333333333e-06, + 2.7333333333333328e-05, + 1.1333333333333332e-05, + 4.666666666666667e-06, + 2e-06, + 1.3333333333333334e-06, + 3.3333333333333333e-06, + 2.666666666666667e-06, + 1.8666666666666665e-05, + 0.00010466666666666669, + 2.7999999999999996e-05, + 1.3333333333333334e-06, + 6.000000000000001e-06, + 3.3333333333333333e-06, + 4.000000000000001e-06, + 2.666666666666667e-06, + 3.4e-05, + 0.013106666666666666, + 3.066666666666666e-05, + 6.666666666666667e-07, + 6.000000000000001e-06, + 2.666666666666667e-06, + 5.333333333333334e-06, + 2.666666666666667e-06, + 2.0666666666666666e-05, + 0.00010333333333333334, + 2.7999999999999996e-05, + 1.3333333333333334e-06, + 5.333333333333334e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 2.666666666666667e-06, + 8.666666666666666e-06, + 2.9333333333333333e-05, + 1.2e-05, + 4.666666666666666e-06, + 4.666666666666666e-06, + 3.3333333333333333e-06, + 3.3333333333333333e-06, + 6.666666666666667e-07, + 6.666666666666667e-06, + 1.3999999999999998e-05, + 1.0666666666666667e-05, + 2e-06, + 2e-06, + 2.666666666666667e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 3.3333333333333333e-06, + 2.6666666666666664e-06, + 6e-06, + 0.0, + 6.666666666666666e-07, + 6.666666666666667e-07 + ], + [ + 6.666666666666667e-07, + 0.0, + 1.3333333333333334e-06, + 4.666666666666666e-06, + 1.4000000000000001e-05, + 9.999999999999999e-06, + 2e-06, + 0.0, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 2e-06, + 7.333333333333333e-06, + 2.7333333333333328e-05, + 1.1333333333333332e-05, + 4.666666666666667e-06, + 2e-06, + 3.3333333333333333e-06, + 3.3333333333333333e-06, + 2.666666666666667e-06, + 1.8666666666666665e-05, + 0.00010466666666666669, + 2.7999999999999996e-05, + 1.3333333333333334e-06, + 6.000000000000001e-06, + 2.666666666666667e-06, + 4.000000000000001e-06, + 2.666666666666667e-06, + 3.4e-05, + 0.013106666666666666, + 3.066666666666666e-05, + 6.666666666666667e-07, + 6.000000000000001e-06, + 6.666666666666667e-07, + 5.333333333333334e-06, + 2.666666666666667e-06, + 2.0666666666666666e-05, + 0.00010333333333333334, + 2.7999999999999996e-05, + 1.3333333333333334e-06, + 5.333333333333334e-06, + 3.3333333333333333e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 8.666666666666666e-06, + 2.9333333333333333e-05, + 1.2e-05, + 4.666666666666666e-06, + 4.666666666666666e-06, + 2.666666666666667e-06, + 3.3333333333333333e-06, + 6.666666666666667e-07, + 6.666666666666667e-06, + 1.3999999999999998e-05, + 1.0666666666666667e-05, + 2e-06, + 2e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 3.3333333333333333e-06, + 2.6666666666666664e-06, + 6e-06, + 0.0, + 6.666666666666666e-07 + ], + [ + 0.0, + 6.666666666666667e-07, + 0.0, + 1.3333333333333334e-06, + 4.666666666666666e-06, + 1.4000000000000001e-05, + 9.999999999999999e-06, + 2e-06, + 2e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 2e-06, + 7.333333333333333e-06, + 2.7333333333333328e-05, + 1.1333333333333332e-05, + 4.666666666666667e-06, + 6.000000000000001e-06, + 3.3333333333333333e-06, + 3.3333333333333333e-06, + 2.666666666666667e-06, + 1.8666666666666665e-05, + 0.00010466666666666669, + 2.7999999999999996e-05, + 1.3333333333333334e-06, + 6.000000000000001e-06, + 2.666666666666667e-06, + 4.000000000000001e-06, + 2.666666666666667e-06, + 3.4e-05, + 0.013106666666666666, + 3.066666666666666e-05, + 6.666666666666667e-07, + 5.333333333333334e-06, + 6.666666666666667e-07, + 5.333333333333334e-06, + 2.666666666666667e-06, + 2.0666666666666666e-05, + 0.00010333333333333334, + 2.7999999999999996e-05, + 1.3333333333333334e-06, + 4.666666666666666e-06, + 3.3333333333333333e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 8.666666666666666e-06, + 2.9333333333333333e-05, + 1.2e-05, + 4.666666666666666e-06, + 2e-06, + 2.666666666666667e-06, + 3.3333333333333333e-06, + 6.666666666666667e-07, + 6.666666666666667e-06, + 1.3999999999999998e-05, + 1.0666666666666667e-05, + 2e-06, + 6.666666666666666e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 3.3333333333333333e-06, + 2.6666666666666664e-06, + 6e-06, + 0.0 + ], + [ + 2e-06, + 0.0, + 6.666666666666667e-07, + 0.0, + 1.3333333333333334e-06, + 4.666666666666666e-06, + 1.4000000000000001e-05, + 9.999999999999999e-06, + 4.666666666666667e-06, + 2e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 2e-06, + 7.333333333333333e-06, + 2.7333333333333328e-05, + 1.1333333333333332e-05, + 1.3333333333333334e-06, + 6.000000000000001e-06, + 3.3333333333333333e-06, + 3.3333333333333333e-06, + 2.666666666666667e-06, + 1.8666666666666665e-05, + 0.00010466666666666669, + 2.7999999999999996e-05, + 6.666666666666667e-07, + 6.000000000000001e-06, + 2.666666666666667e-06, + 4.000000000000001e-06, + 2.666666666666667e-06, + 3.4e-05, + 0.013106666666666666, + 3.066666666666666e-05, + 1.3333333333333334e-06, + 5.333333333333334e-06, + 6.666666666666667e-07, + 5.333333333333334e-06, + 2.666666666666667e-06, + 2.0666666666666666e-05, + 0.00010333333333333334, + 2.7999999999999996e-05, + 4.666666666666666e-06, + 4.666666666666666e-06, + 3.3333333333333333e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 8.666666666666666e-06, + 2.9333333333333333e-05, + 1.2e-05, + 2e-06, + 2e-06, + 2.666666666666667e-06, + 3.3333333333333333e-06, + 6.666666666666667e-07, + 6.666666666666667e-06, + 1.3999999999999998e-05, + 1.0666666666666667e-05, + 0.0, + 6.666666666666666e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 3.3333333333333333e-06, + 2.6666666666666664e-06, + 6e-06 + ], + [ + 9.999999999999999e-06, + 2e-06, + 0.0, + 6.666666666666667e-07, + 0.0, + 1.3333333333333334e-06, + 4.666666666666666e-06, + 1.4000000000000001e-05, + 1.1333333333333332e-05, + 4.666666666666667e-06, + 2e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 2e-06, + 7.333333333333333e-06, + 2.7333333333333328e-05, + 2.7999999999999996e-05, + 1.3333333333333334e-06, + 6.000000000000001e-06, + 3.3333333333333333e-06, + 3.3333333333333333e-06, + 2.666666666666667e-06, + 1.8666666666666665e-05, + 0.00010466666666666669, + 3.066666666666666e-05, + 6.666666666666667e-07, + 6.000000000000001e-06, + 2.666666666666667e-06, + 4.000000000000001e-06, + 2.666666666666667e-06, + 3.4e-05, + 0.013106666666666666, + 2.7999999999999996e-05, + 1.3333333333333334e-06, + 5.333333333333334e-06, + 6.666666666666667e-07, + 5.333333333333334e-06, + 2.666666666666667e-06, + 2.0666666666666666e-05, + 0.00010333333333333334, + 1.2e-05, + 4.666666666666666e-06, + 4.666666666666666e-06, + 3.3333333333333333e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 8.666666666666666e-06, + 2.9333333333333333e-05, + 1.0666666666666667e-05, + 2e-06, + 2e-06, + 2.666666666666667e-06, + 3.3333333333333333e-06, + 6.666666666666667e-07, + 6.666666666666667e-06, + 1.3999999999999998e-05, + 6e-06, + 0.0, + 6.666666666666666e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 3.3333333333333333e-06, + 2.6666666666666664e-06 + ], + [ + 2.6666666666666664e-06, + 6e-06, + 0.0, + 6.666666666666666e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 3.3333333333333333e-06, + 1.3999999999999998e-05, + 1.0666666666666667e-05, + 2e-06, + 2e-06, + 2.666666666666667e-06, + 3.3333333333333333e-06, + 6.666666666666667e-07, + 6.666666666666667e-06, + 2.9333333333333333e-05, + 1.2e-05, + 4.666666666666666e-06, + 4.666666666666666e-06, + 3.3333333333333333e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 8.666666666666666e-06, + 0.00010333333333333334, + 2.7999999999999996e-05, + 1.3333333333333334e-06, + 5.333333333333334e-06, + 6.666666666666667e-07, + 5.333333333333334e-06, + 2.666666666666667e-06, + 2.0666666666666666e-05, + 0.013106666666666666, + 3.066666666666666e-05, + 6.666666666666667e-07, + 6.000000000000001e-06, + 2.666666666666667e-06, + 4.000000000000001e-06, + 2.666666666666667e-06, + 3.4e-05, + 0.00010466666666666669, + 2.7999999999999996e-05, + 1.3333333333333334e-06, + 6.000000000000001e-06, + 3.3333333333333333e-06, + 3.3333333333333333e-06, + 2.666666666666667e-06, + 1.8666666666666665e-05, + 2.7333333333333328e-05, + 1.1333333333333332e-05, + 4.666666666666667e-06, + 2e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 2e-06, + 7.333333333333333e-06, + 1.4000000000000001e-05, + 9.999999999999999e-06, + 2e-06, + 0.0, + 6.666666666666667e-07, + 0.0, + 1.3333333333333334e-06, + 4.666666666666666e-06 + ], + [ + 3.3333333333333333e-06, + 2.6666666666666664e-06, + 6e-06, + 0.0, + 6.666666666666666e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 6.666666666666667e-06, + 1.3999999999999998e-05, + 1.0666666666666667e-05, + 2e-06, + 2e-06, + 2.666666666666667e-06, + 3.3333333333333333e-06, + 6.666666666666667e-07, + 8.666666666666666e-06, + 2.9333333333333333e-05, + 1.2e-05, + 4.666666666666666e-06, + 4.666666666666666e-06, + 3.3333333333333333e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2.0666666666666666e-05, + 0.00010333333333333334, + 2.7999999999999996e-05, + 1.3333333333333334e-06, + 5.333333333333334e-06, + 6.666666666666667e-07, + 5.333333333333334e-06, + 2.666666666666667e-06, + 3.4e-05, + 0.013106666666666666, + 3.066666666666666e-05, + 6.666666666666667e-07, + 6.000000000000001e-06, + 2.666666666666667e-06, + 4.000000000000001e-06, + 2.666666666666667e-06, + 1.8666666666666665e-05, + 0.00010466666666666669, + 2.7999999999999996e-05, + 1.3333333333333334e-06, + 6.000000000000001e-06, + 3.3333333333333333e-06, + 3.3333333333333333e-06, + 2.666666666666667e-06, + 7.333333333333333e-06, + 2.7333333333333328e-05, + 1.1333333333333332e-05, + 4.666666666666667e-06, + 2e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 2e-06, + 4.666666666666666e-06, + 1.4000000000000001e-05, + 9.999999999999999e-06, + 2e-06, + 0.0, + 6.666666666666667e-07, + 0.0, + 1.3333333333333334e-06 + ], + [ + 6.666666666666667e-07, + 3.3333333333333333e-06, + 2.6666666666666664e-06, + 6e-06, + 0.0, + 6.666666666666666e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 6.666666666666667e-06, + 1.3999999999999998e-05, + 1.0666666666666667e-05, + 2e-06, + 2e-06, + 2.666666666666667e-06, + 3.3333333333333333e-06, + 2.666666666666667e-06, + 8.666666666666666e-06, + 2.9333333333333333e-05, + 1.2e-05, + 4.666666666666666e-06, + 4.666666666666666e-06, + 3.3333333333333333e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2.0666666666666666e-05, + 0.00010333333333333334, + 2.7999999999999996e-05, + 1.3333333333333334e-06, + 5.333333333333334e-06, + 6.666666666666667e-07, + 5.333333333333334e-06, + 2.666666666666667e-06, + 3.4e-05, + 0.013106666666666666, + 3.066666666666666e-05, + 6.666666666666667e-07, + 6.000000000000001e-06, + 2.666666666666667e-06, + 4.000000000000001e-06, + 2.666666666666667e-06, + 1.8666666666666665e-05, + 0.00010466666666666669, + 2.7999999999999996e-05, + 1.3333333333333334e-06, + 6.000000000000001e-06, + 3.3333333333333333e-06, + 3.3333333333333333e-06, + 2e-06, + 7.333333333333333e-06, + 2.7333333333333328e-05, + 1.1333333333333332e-05, + 4.666666666666667e-06, + 2e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 4.666666666666666e-06, + 1.4000000000000001e-05, + 9.999999999999999e-06, + 2e-06, + 0.0, + 6.666666666666667e-07, + 0.0 + ], + [ + 1.3333333333333334e-06, + 6.666666666666667e-07, + 3.3333333333333333e-06, + 2.6666666666666664e-06, + 6e-06, + 0.0, + 6.666666666666666e-07, + 6.666666666666667e-07, + 3.3333333333333333e-06, + 6.666666666666667e-07, + 6.666666666666667e-06, + 1.3999999999999998e-05, + 1.0666666666666667e-05, + 2e-06, + 2e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 8.666666666666666e-06, + 2.9333333333333333e-05, + 1.2e-05, + 4.666666666666666e-06, + 4.666666666666666e-06, + 3.3333333333333333e-06, + 5.333333333333334e-06, + 2.666666666666667e-06, + 2.0666666666666666e-05, + 0.00010333333333333334, + 2.7999999999999996e-05, + 1.3333333333333334e-06, + 5.333333333333334e-06, + 6.666666666666667e-07, + 4.000000000000001e-06, + 2.666666666666667e-06, + 3.4e-05, + 0.013106666666666666, + 3.066666666666666e-05, + 6.666666666666667e-07, + 6.000000000000001e-06, + 2.666666666666667e-06, + 3.3333333333333333e-06, + 2.666666666666667e-06, + 1.8666666666666665e-05, + 0.00010466666666666669, + 2.7999999999999996e-05, + 1.3333333333333334e-06, + 6.000000000000001e-06, + 3.3333333333333333e-06, + 6.666666666666667e-07, + 2e-06, + 7.333333333333333e-06, + 2.7333333333333328e-05, + 1.1333333333333332e-05, + 4.666666666666667e-06, + 2e-06, + 1.3333333333333334e-06, + 0.0, + 1.3333333333333334e-06, + 4.666666666666666e-06, + 1.4000000000000001e-05, + 9.999999999999999e-06, + 2e-06, + 0.0, + 6.666666666666667e-07 + ], + [ + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 3.3333333333333333e-06, + 2.6666666666666664e-06, + 6e-06, + 0.0, + 6.666666666666666e-07, + 2.666666666666667e-06, + 3.3333333333333333e-06, + 6.666666666666667e-07, + 6.666666666666667e-06, + 1.3999999999999998e-05, + 1.0666666666666667e-05, + 2e-06, + 2e-06, + 3.3333333333333333e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 8.666666666666666e-06, + 2.9333333333333333e-05, + 1.2e-05, + 4.666666666666666e-06, + 4.666666666666666e-06, + 6.666666666666667e-07, + 5.333333333333334e-06, + 2.666666666666667e-06, + 2.0666666666666666e-05, + 0.00010333333333333334, + 2.7999999999999996e-05, + 1.3333333333333334e-06, + 5.333333333333334e-06, + 2.666666666666667e-06, + 4.000000000000001e-06, + 2.666666666666667e-06, + 3.4e-05, + 0.013106666666666666, + 3.066666666666666e-05, + 6.666666666666667e-07, + 6.000000000000001e-06, + 3.3333333333333333e-06, + 3.3333333333333333e-06, + 2.666666666666667e-06, + 1.8666666666666665e-05, + 0.00010466666666666669, + 2.7999999999999996e-05, + 1.3333333333333334e-06, + 6.000000000000001e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 2e-06, + 7.333333333333333e-06, + 2.7333333333333328e-05, + 1.1333333333333332e-05, + 4.666666666666667e-06, + 2e-06, + 6.666666666666667e-07, + 0.0, + 1.3333333333333334e-06, + 4.666666666666666e-06, + 1.4000000000000001e-05, + 9.999999999999999e-06, + 2e-06, + 0.0 + ], + [ + 6.666666666666666e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 3.3333333333333333e-06, + 2.6666666666666664e-06, + 6e-06, + 0.0, + 2e-06, + 2.666666666666667e-06, + 3.3333333333333333e-06, + 6.666666666666667e-07, + 6.666666666666667e-06, + 1.3999999999999998e-05, + 1.0666666666666667e-05, + 2e-06, + 4.666666666666666e-06, + 3.3333333333333333e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 8.666666666666666e-06, + 2.9333333333333333e-05, + 1.2e-05, + 4.666666666666666e-06, + 5.333333333333334e-06, + 6.666666666666667e-07, + 5.333333333333334e-06, + 2.666666666666667e-06, + 2.0666666666666666e-05, + 0.00010333333333333334, + 2.7999999999999996e-05, + 1.3333333333333334e-06, + 6.000000000000001e-06, + 2.666666666666667e-06, + 4.000000000000001e-06, + 2.666666666666667e-06, + 3.4e-05, + 0.013106666666666666, + 3.066666666666666e-05, + 6.666666666666667e-07, + 6.000000000000001e-06, + 3.3333333333333333e-06, + 3.3333333333333333e-06, + 2.666666666666667e-06, + 1.8666666666666665e-05, + 0.00010466666666666669, + 2.7999999999999996e-05, + 1.3333333333333334e-06, + 2e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 2e-06, + 7.333333333333333e-06, + 2.7333333333333328e-05, + 1.1333333333333332e-05, + 4.666666666666667e-06, + 0.0, + 6.666666666666667e-07, + 0.0, + 1.3333333333333334e-06, + 4.666666666666666e-06, + 1.4000000000000001e-05, + 9.999999999999999e-06, + 2e-06 + ], + [ + 0.0, + 6.666666666666666e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 3.3333333333333333e-06, + 2.6666666666666664e-06, + 6e-06, + 2e-06, + 2e-06, + 2.666666666666667e-06, + 3.3333333333333333e-06, + 6.666666666666667e-07, + 6.666666666666667e-06, + 1.3999999999999998e-05, + 1.0666666666666667e-05, + 4.666666666666666e-06, + 4.666666666666666e-06, + 3.3333333333333333e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 8.666666666666666e-06, + 2.9333333333333333e-05, + 1.2e-05, + 1.3333333333333334e-06, + 5.333333333333334e-06, + 6.666666666666667e-07, + 5.333333333333334e-06, + 2.666666666666667e-06, + 2.0666666666666666e-05, + 0.00010333333333333334, + 2.7999999999999996e-05, + 6.666666666666667e-07, + 6.000000000000001e-06, + 2.666666666666667e-06, + 4.000000000000001e-06, + 2.666666666666667e-06, + 3.4e-05, + 0.013106666666666666, + 3.066666666666666e-05, + 1.3333333333333334e-06, + 6.000000000000001e-06, + 3.3333333333333333e-06, + 3.3333333333333333e-06, + 2.666666666666667e-06, + 1.8666666666666665e-05, + 0.00010466666666666669, + 2.7999999999999996e-05, + 4.666666666666667e-06, + 2e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 2e-06, + 7.333333333333333e-06, + 2.7333333333333328e-05, + 1.1333333333333332e-05, + 2e-06, + 0.0, + 6.666666666666667e-07, + 0.0, + 1.3333333333333334e-06, + 4.666666666666666e-06, + 1.4000000000000001e-05, + 9.999999999999999e-06 + ], + [ + 6e-06, + 0.0, + 6.666666666666666e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 3.3333333333333333e-06, + 2.6666666666666664e-06, + 1.0666666666666667e-05, + 2e-06, + 2e-06, + 2.666666666666667e-06, + 3.3333333333333333e-06, + 6.666666666666667e-07, + 6.666666666666667e-06, + 1.3999999999999998e-05, + 1.2e-05, + 4.666666666666666e-06, + 4.666666666666666e-06, + 3.3333333333333333e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 8.666666666666666e-06, + 2.9333333333333333e-05, + 2.7999999999999996e-05, + 1.3333333333333334e-06, + 5.333333333333334e-06, + 6.666666666666667e-07, + 5.333333333333334e-06, + 2.666666666666667e-06, + 2.0666666666666666e-05, + 0.00010333333333333334, + 3.066666666666666e-05, + 6.666666666666667e-07, + 6.000000000000001e-06, + 2.666666666666667e-06, + 4.000000000000001e-06, + 2.666666666666667e-06, + 3.4e-05, + 0.013106666666666666, + 2.7999999999999996e-05, + 1.3333333333333334e-06, + 6.000000000000001e-06, + 3.3333333333333333e-06, + 3.3333333333333333e-06, + 2.666666666666667e-06, + 1.8666666666666665e-05, + 0.00010466666666666669, + 1.1333333333333332e-05, + 4.666666666666667e-06, + 2e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 2e-06, + 7.333333333333333e-06, + 2.7333333333333328e-05, + 9.999999999999999e-06, + 2e-06, + 0.0, + 6.666666666666667e-07, + 0.0, + 1.3333333333333334e-06, + 4.666666666666666e-06, + 1.4000000000000001e-05 + ], + [ + 4e-06, + 1.3333333333333334e-06, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 5.333333333333334e-06, + 2.6666666666666664e-06, + 6e-06, + 6.666666666666667e-07, + 6.666666666666666e-07, + 2e-06, + 2e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 1.6e-05, + 9.999999999999999e-06, + 2e-06, + 4.666666666666667e-06, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6.666666666666667e-07, + 6.666666666666667e-06, + 2.9333333333333333e-05, + 1.2e-05, + 4.000000000000001e-06, + 4.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2e-06, + 6.666666666666667e-06, + 0.00011933333333333331, + 2.6e-05, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6e-06, + 5.333333333333334e-06, + 2.666666666666667e-06, + 1.533333333333333e-05, + 0.013110000000000002, + 3.066666666666666e-05, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 3.4e-05, + 0.000104, + 2.7999999999999996e-05, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 3.3333333333333333e-06, + 1.9333333333333333e-05, + 2.7999999999999993e-05, + 1.1999999999999999e-05, + 4.666666666666666e-06, + 0.0, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 8e-06 + ], + [ + 5.333333333333334e-06, + 4e-06, + 1.3333333333333334e-06, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 2.666666666666667e-06, + 2.6666666666666664e-06, + 6e-06, + 6.666666666666667e-07, + 6.666666666666666e-07, + 2e-06, + 2e-06, + 6.666666666666667e-07, + 6.666666666666667e-06, + 1.6e-05, + 9.999999999999999e-06, + 2e-06, + 4.666666666666667e-06, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6.666666666666667e-07, + 6.666666666666667e-06, + 2.9333333333333333e-05, + 1.2e-05, + 4.000000000000001e-06, + 4.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2e-06, + 1.533333333333333e-05, + 0.00011933333333333331, + 2.6e-05, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6e-06, + 5.333333333333334e-06, + 2.666666666666667e-06, + 3.4e-05, + 0.013110000000000002, + 3.066666666666666e-05, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 1.9333333333333333e-05, + 0.000104, + 2.7999999999999996e-05, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 3.3333333333333333e-06, + 8e-06, + 2.7999999999999993e-05, + 1.1999999999999999e-05, + 4.666666666666666e-06, + 0.0, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 2.666666666666667e-06 + ], + [ + 0.0, + 5.333333333333334e-06, + 4e-06, + 1.3333333333333334e-06, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 6.666666666666667e-07, + 2.666666666666667e-06, + 2.6666666666666664e-06, + 6e-06, + 6.666666666666667e-07, + 6.666666666666666e-07, + 2e-06, + 2e-06, + 6.666666666666667e-07, + 6.666666666666667e-06, + 1.6e-05, + 9.999999999999999e-06, + 2e-06, + 4.666666666666667e-06, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 2e-06, + 6.666666666666667e-06, + 2.9333333333333333e-05, + 1.2e-05, + 4.000000000000001e-06, + 4.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 1.533333333333333e-05, + 0.00011933333333333331, + 2.6e-05, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6e-06, + 5.333333333333334e-06, + 2.666666666666667e-06, + 3.4e-05, + 0.013110000000000002, + 3.066666666666666e-05, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 3.3333333333333333e-06, + 1.9333333333333333e-05, + 0.000104, + 2.7999999999999996e-05, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 8e-06, + 2.7999999999999993e-05, + 1.1999999999999999e-05, + 4.666666666666666e-06, + 0.0, + 1.3333333333333334e-06, + 6.666666666666667e-07 + ], + [ + 0.0, + 0.0, + 5.333333333333334e-06, + 4e-06, + 1.3333333333333334e-06, + 0.0, + 6.666666666666667e-07, + 0.0, + 2e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 2.6666666666666664e-06, + 6e-06, + 6.666666666666667e-07, + 6.666666666666666e-07, + 2e-06, + 2.666666666666667e-06, + 6.666666666666667e-07, + 6.666666666666667e-06, + 1.6e-05, + 9.999999999999999e-06, + 2e-06, + 4.666666666666667e-06, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 2e-06, + 6.666666666666667e-06, + 2.9333333333333333e-05, + 1.2e-05, + 4.000000000000001e-06, + 4.666666666666667e-06, + 2.666666666666667e-06, + 5.333333333333334e-06, + 2.666666666666667e-06, + 1.533333333333333e-05, + 0.00011933333333333331, + 2.6e-05, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 3.4e-05, + 0.013110000000000002, + 3.066666666666666e-05, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 1.3333333333333334e-06, + 3.3333333333333333e-06, + 1.9333333333333333e-05, + 0.000104, + 2.7999999999999996e-05, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 8e-06, + 2.7999999999999993e-05, + 1.1999999999999999e-05, + 4.666666666666666e-06, + 0.0, + 1.3333333333333334e-06 + ], + [ + 0.0, + 0.0, + 0.0, + 5.333333333333334e-06, + 4e-06, + 1.3333333333333334e-06, + 0.0, + 6.666666666666667e-07, + 2e-06, + 2e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 2.6666666666666664e-06, + 6e-06, + 6.666666666666667e-07, + 6.666666666666666e-07, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6.666666666666667e-07, + 6.666666666666667e-06, + 1.6e-05, + 9.999999999999999e-06, + 2e-06, + 4.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2e-06, + 6.666666666666667e-06, + 2.9333333333333333e-05, + 1.2e-05, + 4.000000000000001e-06, + 4.666666666666667e-06, + 6e-06, + 5.333333333333334e-06, + 2.666666666666667e-06, + 1.533333333333333e-05, + 0.00011933333333333331, + 2.6e-05, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 3.4e-05, + 0.013110000000000002, + 3.066666666666666e-05, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 3.3333333333333333e-06, + 1.9333333333333333e-05, + 0.000104, + 2.7999999999999996e-05, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 8e-06, + 2.7999999999999993e-05, + 1.1999999999999999e-05, + 4.666666666666666e-06, + 0.0 + ], + [ + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 5.333333333333334e-06, + 4e-06, + 1.3333333333333334e-06, + 0.0, + 6.666666666666666e-07, + 2e-06, + 2e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 2.6666666666666664e-06, + 6e-06, + 6.666666666666667e-07, + 4.666666666666667e-06, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6.666666666666667e-07, + 6.666666666666667e-06, + 1.6e-05, + 9.999999999999999e-06, + 2e-06, + 4.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2e-06, + 6.666666666666667e-06, + 2.9333333333333333e-05, + 1.2e-05, + 4.000000000000001e-06, + 2.666666666666667e-06, + 6e-06, + 5.333333333333334e-06, + 2.666666666666667e-06, + 1.533333333333333e-05, + 0.00011933333333333331, + 2.6e-05, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 3.4e-05, + 0.013110000000000002, + 3.066666666666666e-05, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 3.3333333333333333e-06, + 1.9333333333333333e-05, + 0.000104, + 2.7999999999999996e-05, + 6.666666666666667e-07, + 0.0, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 8e-06, + 2.7999999999999993e-05, + 1.1999999999999999e-05, + 4.666666666666666e-06 + ], + [ + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 5.333333333333334e-06, + 4e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 6.666666666666666e-07, + 2e-06, + 2e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 2.6666666666666664e-06, + 6e-06, + 2e-06, + 4.666666666666667e-06, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6.666666666666667e-07, + 6.666666666666667e-06, + 1.6e-05, + 9.999999999999999e-06, + 4.000000000000001e-06, + 4.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2e-06, + 6.666666666666667e-06, + 2.9333333333333333e-05, + 1.2e-05, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6e-06, + 5.333333333333334e-06, + 2.666666666666667e-06, + 1.533333333333333e-05, + 0.00011933333333333331, + 2.6e-05, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 3.4e-05, + 0.013110000000000002, + 3.066666666666666e-05, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 3.3333333333333333e-06, + 1.9333333333333333e-05, + 0.000104, + 2.7999999999999996e-05, + 4.666666666666666e-06, + 0.0, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 8e-06, + 2.7999999999999993e-05, + 1.1999999999999999e-05 + ], + [ + 1.3333333333333334e-06, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 5.333333333333334e-06, + 4e-06, + 6e-06, + 6.666666666666667e-07, + 6.666666666666666e-07, + 2e-06, + 2e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 2.6666666666666664e-06, + 9.999999999999999e-06, + 2e-06, + 4.666666666666667e-06, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6.666666666666667e-07, + 6.666666666666667e-06, + 1.6e-05, + 1.2e-05, + 4.000000000000001e-06, + 4.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2e-06, + 6.666666666666667e-06, + 2.9333333333333333e-05, + 2.6e-05, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6e-06, + 5.333333333333334e-06, + 2.666666666666667e-06, + 1.533333333333333e-05, + 0.00011933333333333331, + 3.066666666666666e-05, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 2.666666666666667e-06, + 3.4e-05, + 0.013110000000000002, + 2.7999999999999996e-05, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 3.3333333333333333e-06, + 1.9333333333333333e-05, + 0.000104, + 1.1999999999999999e-05, + 4.666666666666666e-06, + 0.0, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 8e-06, + 2.7999999999999993e-05 + ], + [ + 6.666666666666667e-07, + 6.666666666666667e-07, + 2e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 4.666666666666667e-06, + 4e-06, + 2e-06, + 0.0, + 0.0, + 1.3333333333333334e-06, + 6.666666666666666e-07, + 0.0, + 4.000000000000001e-06, + 2.6666666666666664e-06, + 6.666666666666667e-06, + 6.666666666666667e-07, + 2.6666666666666664e-06, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 1.3999999999999998e-05, + 9.999999999999999e-06, + 2e-06, + 2e-06, + 2e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 4.000000000000001e-06, + 2.5333333333333334e-05, + 1.6e-05, + 2.666666666666667e-06, + 0.0, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 1.4000000000000001e-05, + 0.00011866666666666666, + 2.6666666666666663e-05, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 0.0, + 1.3333333333333334e-06, + 1.4666666666666666e-05, + 0.013110000000000002, + 3.399999999999999e-05, + 2e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 3.3333333333333333e-06, + 3.4666666666666665e-05, + 0.00010600000000000002, + 2.7333333333333328e-05, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 2e-06, + 2e-05 + ], + [ + 4.666666666666667e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 2e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 4.000000000000001e-06, + 4e-06, + 2e-06, + 0.0, + 0.0, + 1.3333333333333334e-06, + 6.666666666666666e-07, + 0.0, + 2.666666666666667e-06, + 2.6666666666666664e-06, + 6.666666666666667e-06, + 6.666666666666667e-07, + 2.6666666666666664e-06, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6.666666666666667e-07, + 4.000000000000001e-06, + 1.3999999999999998e-05, + 9.999999999999999e-06, + 2e-06, + 2e-06, + 2e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.4000000000000001e-05, + 2.5333333333333334e-05, + 1.6e-05, + 2.666666666666667e-06, + 0.0, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 1.4666666666666666e-05, + 0.00011866666666666666, + 2.6666666666666663e-05, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 0.0, + 1.3333333333333334e-06, + 3.4666666666666665e-05, + 0.013110000000000002, + 3.399999999999999e-05, + 2e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 3.3333333333333333e-06, + 2e-05, + 0.00010600000000000002, + 2.7333333333333328e-05, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 2e-06 + ], + [ + 6.666666666666667e-07, + 4.666666666666667e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 2e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 0.0, + 4.000000000000001e-06, + 4e-06, + 2e-06, + 0.0, + 0.0, + 1.3333333333333334e-06, + 6.666666666666666e-07, + 6.666666666666667e-07, + 2.666666666666667e-06, + 2.6666666666666664e-06, + 6.666666666666667e-06, + 6.666666666666667e-07, + 2.6666666666666664e-06, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 1.3333333333333334e-06, + 4.000000000000001e-06, + 1.3999999999999998e-05, + 9.999999999999999e-06, + 2e-06, + 2e-06, + 2e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.4000000000000001e-05, + 2.5333333333333334e-05, + 1.6e-05, + 2.666666666666667e-06, + 0.0, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 1.4666666666666666e-05, + 0.00011866666666666666, + 2.6666666666666663e-05, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 0.0, + 3.3333333333333333e-06, + 3.4666666666666665e-05, + 0.013110000000000002, + 3.399999999999999e-05, + 2e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 2e-06, + 2e-05, + 0.00010600000000000002, + 2.7333333333333328e-05, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07 + ], + [ + 1.3333333333333334e-06, + 6.666666666666667e-07, + 4.666666666666667e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 2e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666666e-07, + 0.0, + 4.000000000000001e-06, + 4e-06, + 2e-06, + 0.0, + 0.0, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 2.6666666666666664e-06, + 6.666666666666667e-06, + 6.666666666666667e-07, + 2.6666666666666664e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 4.000000000000001e-06, + 1.3999999999999998e-05, + 9.999999999999999e-06, + 2e-06, + 2e-06, + 2e-06, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 1.4000000000000001e-05, + 2.5333333333333334e-05, + 1.6e-05, + 2.666666666666667e-06, + 0.0, + 6.666666666666667e-07, + 0.0, + 1.3333333333333334e-06, + 1.4666666666666666e-05, + 0.00011866666666666666, + 2.6666666666666663e-05, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 1.3333333333333334e-06, + 3.3333333333333333e-06, + 3.4666666666666665e-05, + 0.013110000000000002, + 3.399999999999999e-05, + 2e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 2e-06, + 2e-05, + 0.00010600000000000002, + 2.7333333333333328e-05, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07 + ], + [ + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 4.666666666666667e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 2e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666666e-07, + 0.0, + 4.000000000000001e-06, + 4e-06, + 2e-06, + 0.0, + 0.0, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 2.6666666666666664e-06, + 6.666666666666667e-06, + 6.666666666666667e-07, + 2.6666666666666664e-06, + 2e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 4.000000000000001e-06, + 1.3999999999999998e-05, + 9.999999999999999e-06, + 2e-06, + 2e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 1.4000000000000001e-05, + 2.5333333333333334e-05, + 1.6e-05, + 2.666666666666667e-06, + 0.0, + 0.0, + 0.0, + 1.3333333333333334e-06, + 1.4666666666666666e-05, + 0.00011866666666666666, + 2.6666666666666663e-05, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 3.3333333333333333e-06, + 3.4666666666666665e-05, + 0.013110000000000002, + 3.399999999999999e-05, + 2e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 2e-06, + 2e-05, + 0.00010600000000000002, + 2.7333333333333328e-05, + 6.666666666666667e-07, + 6.666666666666667e-07 + ], + [ + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 4.666666666666667e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 2e-06, + 0.0, + 1.3333333333333334e-06, + 6.666666666666666e-07, + 0.0, + 4.000000000000001e-06, + 4e-06, + 2e-06, + 0.0, + 2.6666666666666664e-06, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 2.6666666666666664e-06, + 6.666666666666667e-06, + 6.666666666666667e-07, + 2e-06, + 2e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 4.000000000000001e-06, + 1.3999999999999998e-05, + 9.999999999999999e-06, + 2e-06, + 0.0, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 1.4000000000000001e-05, + 2.5333333333333334e-05, + 1.6e-05, + 2.666666666666667e-06, + 6.666666666666667e-07, + 0.0, + 0.0, + 1.3333333333333334e-06, + 1.4666666666666666e-05, + 0.00011866666666666666, + 2.6666666666666663e-05, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 3.3333333333333333e-06, + 3.4666666666666665e-05, + 0.013110000000000002, + 3.399999999999999e-05, + 2e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 2e-06, + 2e-05, + 0.00010600000000000002, + 2.7333333333333328e-05, + 6.666666666666667e-07 + ], + [ + 2e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 4.666666666666667e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 0.0, + 0.0, + 1.3333333333333334e-06, + 6.666666666666666e-07, + 0.0, + 4.000000000000001e-06, + 4e-06, + 2e-06, + 6.666666666666667e-07, + 2.6666666666666664e-06, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 2.6666666666666664e-06, + 6.666666666666667e-06, + 2e-06, + 2e-06, + 2e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 4.000000000000001e-06, + 1.3999999999999998e-05, + 9.999999999999999e-06, + 2.666666666666667e-06, + 0.0, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 1.4000000000000001e-05, + 2.5333333333333334e-05, + 1.6e-05, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 0.0, + 1.3333333333333334e-06, + 1.4666666666666666e-05, + 0.00011866666666666666, + 2.6666666666666663e-05, + 2e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 3.3333333333333333e-06, + 3.4666666666666665e-05, + 0.013110000000000002, + 3.399999999999999e-05, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 2e-06, + 2e-05, + 0.00010600000000000002, + 2.7333333333333328e-05 + ], + [ + 6.666666666666667e-07, + 2e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 4.666666666666667e-06, + 6.666666666666667e-07, + 2e-06, + 0.0, + 0.0, + 1.3333333333333334e-06, + 6.666666666666666e-07, + 0.0, + 4.000000000000001e-06, + 4e-06, + 6.666666666666667e-06, + 6.666666666666667e-07, + 2.6666666666666664e-06, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 2.6666666666666664e-06, + 9.999999999999999e-06, + 2e-06, + 2e-06, + 2e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 4.000000000000001e-06, + 1.3999999999999998e-05, + 1.6e-05, + 2.666666666666667e-06, + 0.0, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 1.4000000000000001e-05, + 2.5333333333333334e-05, + 2.6666666666666663e-05, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 0.0, + 1.3333333333333334e-06, + 1.4666666666666666e-05, + 0.00011866666666666666, + 3.399999999999999e-05, + 2e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 3.3333333333333333e-06, + 3.4666666666666665e-05, + 0.013110000000000002, + 2.7333333333333328e-05, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 2e-06, + 2e-05, + 0.00010600000000000002 + ], + [ + 2.666666666666667e-06, + 2e-06, + 0.0, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 6.666666666666666e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 3.3333333333333333e-06, + 4.666666666666667e-06, + 1.3333333333333334e-06, + 0.0, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 1.3333333333333334e-06, + 4.666666666666667e-06, + 2.6666666666666664e-06, + 5.333333333333334e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 2.666666666666667e-06, + 6.666666666666666e-07, + 0.0, + 3.3333333333333333e-06, + 9.999999999999999e-06, + 6e-06, + 1.3333333333333334e-06, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 6.000000000000001e-06, + 2.5333333333333334e-05, + 1.6e-05, + 2e-06, + 1.3333333333333334e-06, + 0.0, + 2e-06, + 1.3333333333333334e-06, + 1.4666666666666666e-05, + 0.00011733333333333336, + 2.6e-05, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 0.0, + 2e-06, + 2e-06, + 1.4666666666666666e-05, + 0.013131333333333333, + 3.066666666666667e-05, + 2.666666666666667e-06, + 6.666666666666667e-07, + 0.0, + 6.666666666666666e-07, + 3.3333333333333333e-06, + 3.7333333333333324e-05 + ], + [ + 0.0, + 2.666666666666667e-06, + 2e-06, + 0.0, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 3.3333333333333333e-06, + 6.666666666666666e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 4.666666666666667e-06, + 4.666666666666667e-06, + 1.3333333333333334e-06, + 0.0, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 1.3333333333333334e-06, + 3.3333333333333333e-06, + 2.6666666666666664e-06, + 5.333333333333334e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 2.666666666666667e-06, + 6.666666666666666e-07, + 0.0, + 6.000000000000001e-06, + 9.999999999999999e-06, + 6e-06, + 1.3333333333333334e-06, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 1.4666666666666666e-05, + 2.5333333333333334e-05, + 1.6e-05, + 2e-06, + 1.3333333333333334e-06, + 0.0, + 2e-06, + 1.3333333333333334e-06, + 1.4666666666666666e-05, + 0.00011733333333333336, + 2.6e-05, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 0.0, + 2e-06, + 2e-06, + 3.7333333333333324e-05, + 0.013131333333333333, + 3.066666666666667e-05, + 2.666666666666667e-06, + 6.666666666666667e-07, + 0.0, + 6.666666666666666e-07, + 3.3333333333333333e-06 + ], + [ + 6.666666666666667e-07, + 0.0, + 2.666666666666667e-06, + 2e-06, + 0.0, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 3.3333333333333333e-06, + 6.666666666666666e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 4.666666666666667e-06, + 4.666666666666667e-06, + 1.3333333333333334e-06, + 0.0, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 0.0, + 3.3333333333333333e-06, + 2.6666666666666664e-06, + 5.333333333333334e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 2.666666666666667e-06, + 6.666666666666666e-07, + 0.0, + 6.000000000000001e-06, + 9.999999999999999e-06, + 6e-06, + 1.3333333333333334e-06, + 0.0, + 0.0, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 1.4666666666666666e-05, + 2.5333333333333334e-05, + 1.6e-05, + 2e-06, + 1.3333333333333334e-06, + 0.0, + 2e-06, + 2e-06, + 1.4666666666666666e-05, + 0.00011733333333333336, + 2.6e-05, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 0.0, + 2e-06, + 3.3333333333333333e-06, + 3.7333333333333324e-05, + 0.013131333333333333, + 3.066666666666667e-05, + 2.666666666666667e-06, + 6.666666666666667e-07, + 0.0, + 6.666666666666666e-07 + ], + [ + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 2.666666666666667e-06, + 2e-06, + 0.0, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 3.3333333333333333e-06, + 6.666666666666666e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 1.3333333333333334e-06, + 4.666666666666667e-06, + 4.666666666666667e-06, + 1.3333333333333334e-06, + 0.0, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 6.666666666666666e-07, + 0.0, + 3.3333333333333333e-06, + 2.6666666666666664e-06, + 5.333333333333334e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 2.666666666666667e-06, + 1.3333333333333334e-06, + 0.0, + 6.000000000000001e-06, + 9.999999999999999e-06, + 6e-06, + 1.3333333333333334e-06, + 0.0, + 0.0, + 2e-06, + 1.3333333333333334e-06, + 1.4666666666666666e-05, + 2.5333333333333334e-05, + 1.6e-05, + 2e-06, + 1.3333333333333334e-06, + 0.0, + 2e-06, + 2e-06, + 1.4666666666666666e-05, + 0.00011733333333333336, + 2.6e-05, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 0.0, + 6.666666666666666e-07, + 3.3333333333333333e-06, + 3.7333333333333324e-05, + 0.013131333333333333, + 3.066666666666667e-05, + 2.666666666666667e-06, + 6.666666666666667e-07, + 0.0 + ], + [ + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 2.666666666666667e-06, + 2e-06, + 0.0, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 3.3333333333333333e-06, + 6.666666666666666e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 1.3333333333333334e-06, + 4.666666666666667e-06, + 4.666666666666667e-06, + 1.3333333333333334e-06, + 0.0, + 1.3333333333333334e-06, + 2.666666666666667e-06, + 6.666666666666666e-07, + 0.0, + 3.3333333333333333e-06, + 2.6666666666666664e-06, + 5.333333333333334e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 0.0, + 1.3333333333333334e-06, + 0.0, + 6.000000000000001e-06, + 9.999999999999999e-06, + 6e-06, + 1.3333333333333334e-06, + 0.0, + 0.0, + 2e-06, + 1.3333333333333334e-06, + 1.4666666666666666e-05, + 2.5333333333333334e-05, + 1.6e-05, + 2e-06, + 1.3333333333333334e-06, + 0.0, + 2e-06, + 2e-06, + 1.4666666666666666e-05, + 0.00011733333333333336, + 2.6e-05, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 0.0, + 6.666666666666666e-07, + 3.3333333333333333e-06, + 3.7333333333333324e-05, + 0.013131333333333333, + 3.066666666666667e-05, + 2.666666666666667e-06, + 6.666666666666667e-07 + ], + [ + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 2.666666666666667e-06, + 2e-06, + 0.0, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 3.3333333333333333e-06, + 6.666666666666666e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 1.3333333333333334e-06, + 4.666666666666667e-06, + 4.666666666666667e-06, + 1.3333333333333334e-06, + 0.0, + 2.666666666666667e-06, + 2.666666666666667e-06, + 6.666666666666666e-07, + 0.0, + 3.3333333333333333e-06, + 2.6666666666666664e-06, + 5.333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 6.000000000000001e-06, + 9.999999999999999e-06, + 6e-06, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 0.0, + 2e-06, + 1.3333333333333334e-06, + 1.4666666666666666e-05, + 2.5333333333333334e-05, + 1.6e-05, + 2e-06, + 1.3333333333333334e-06, + 0.0, + 2e-06, + 2e-06, + 1.4666666666666666e-05, + 0.00011733333333333336, + 2.6e-05, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 6.666666666666666e-07, + 3.3333333333333333e-06, + 3.7333333333333324e-05, + 0.013131333333333333, + 3.066666666666667e-05, + 2.666666666666667e-06 + ], + [ + 0.0, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 2.666666666666667e-06, + 2e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 3.3333333333333333e-06, + 6.666666666666666e-07, + 6.666666666666667e-07, + 0.0, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 1.3333333333333334e-06, + 4.666666666666667e-06, + 4.666666666666667e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 2.666666666666667e-06, + 6.666666666666666e-07, + 0.0, + 3.3333333333333333e-06, + 2.6666666666666664e-06, + 5.333333333333334e-06, + 1.3333333333333334e-06, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 6.000000000000001e-06, + 9.999999999999999e-06, + 6e-06, + 2e-06, + 1.3333333333333334e-06, + 0.0, + 2e-06, + 1.3333333333333334e-06, + 1.4666666666666666e-05, + 2.5333333333333334e-05, + 1.6e-05, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 0.0, + 2e-06, + 2e-06, + 1.4666666666666666e-05, + 0.00011733333333333336, + 2.6e-05, + 2.666666666666667e-06, + 6.666666666666667e-07, + 0.0, + 6.666666666666666e-07, + 3.3333333333333333e-06, + 3.7333333333333324e-05, + 0.013131333333333333, + 3.066666666666667e-05 + ], + [ + 2e-06, + 0.0, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 2.666666666666667e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 3.3333333333333333e-06, + 6.666666666666666e-07, + 1.3333333333333334e-06, + 0.0, + 1.3333333333333334e-06, + 6.666666666666667e-07, + 0.0, + 1.3333333333333334e-06, + 4.666666666666667e-06, + 4.666666666666667e-06, + 5.333333333333334e-06, + 6.666666666666667e-07, + 2.666666666666667e-06, + 2.666666666666667e-06, + 6.666666666666666e-07, + 0.0, + 3.3333333333333333e-06, + 2.6666666666666664e-06, + 6e-06, + 1.3333333333333334e-06, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 6.000000000000001e-06, + 9.999999999999999e-06, + 1.6e-05, + 2e-06, + 1.3333333333333334e-06, + 0.0, + 2e-06, + 1.3333333333333334e-06, + 1.4666666666666666e-05, + 2.5333333333333334e-05, + 2.6e-05, + 1.3333333333333334e-06, + 1.3333333333333334e-06, + 0.0, + 2e-06, + 2e-06, + 1.4666666666666666e-05, + 0.00011733333333333336, + 3.066666666666667e-05, + 2.666666666666667e-06, + 6.666666666666667e-07, + 0.0, + 6.666666666666666e-07, + 3.3333333333333333e-06, + 3.7333333333333324e-05, + 0.013131333333333333 + ] + ], + "std": [ + [ + 7.482861509760529e-05, + 4.443274699867153e-06, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 0.0, + 6.666666666666666e-07, + 1.6401397743888062e-06, + 5.081787225328193e-06, + 1.1011955225786941e-05, + 3.926220151540484e-06, + 9.17662935482247e-07, + 9.17662935482247e-07, + 0.0, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 2.7187888600435802e-06, + 4.4221663871405345e-06, + 2.836685323706348e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 0.0, + 1.4589910797397747e-06, + 9.17662935482247e-07, + 3.1935607727670885e-06, + 2.344584403128157e-06, + 2.8159944178573064e-06, + 9.17662935482247e-07, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 1.803181074740996e-06, + 1.2235505806429962e-06, + 2.029029094007152e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.223550580642996e-06, + 6.666666666666666e-07, + 0.0, + 1.6401397743888062e-06, + 2e-06, + 9.17662935482247e-07, + 0.0, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 9.17662935482247e-07, + 1.7505220608093224e-06, + 6.666666666666666e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.3245323570650438e-06, + 1.2235505806429962e-06, + 1.4589910797397747e-06, + 0.0, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0 + ], + [ + 5.081787225328193e-06, + 7.482861509760529e-05, + 4.443274699867153e-06, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 0.0, + 6.666666666666666e-07, + 1.6401397743888062e-06, + 2.7187888600435802e-06, + 1.1011955225786941e-05, + 3.926220151540484e-06, + 9.17662935482247e-07, + 9.17662935482247e-07, + 0.0, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 3.1935607727670885e-06, + 4.4221663871405345e-06, + 2.836685323706348e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 0.0, + 1.4589910797397747e-06, + 9.17662935482247e-07, + 1.803181074740996e-06, + 2.344584403128157e-06, + 2.8159944178573064e-06, + 9.17662935482247e-07, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 1.6401397743888062e-06, + 1.2235505806429962e-06, + 2.029029094007152e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.223550580642996e-06, + 6.666666666666666e-07, + 0.0, + 1.7505220608093224e-06, + 2e-06, + 9.17662935482247e-07, + 0.0, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 9.17662935482247e-07, + 1.3245323570650438e-06, + 6.666666666666666e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 1.2235505806429962e-06, + 1.4589910797397747e-06, + 0.0, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 6.666666666666667e-07 + ], + [ + 1.6401397743888062e-06, + 5.081787225328193e-06, + 7.482861509760529e-05, + 4.443274699867153e-06, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 0.0, + 6.666666666666666e-07, + 1.0922373625455003e-06, + 2.7187888600435802e-06, + 1.1011955225786941e-05, + 3.926220151540484e-06, + 9.17662935482247e-07, + 9.17662935482247e-07, + 0.0, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 3.1935607727670885e-06, + 4.4221663871405345e-06, + 2.836685323706348e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 0.0, + 1.4589910797397747e-06, + 0.0, + 1.803181074740996e-06, + 2.344584403128157e-06, + 2.8159944178573064e-06, + 9.17662935482247e-07, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 1.6401397743888062e-06, + 1.2235505806429962e-06, + 2.029029094007152e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.223550580642996e-06, + 6.666666666666666e-07, + 9.17662935482247e-07, + 1.7505220608093224e-06, + 2e-06, + 9.17662935482247e-07, + 0.0, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 6.666666666666667e-07, + 1.3245323570650438e-06, + 6.666666666666666e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 1.2235505806429962e-06, + 1.4589910797397747e-06, + 0.0, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07 + ], + [ + 6.666666666666666e-07, + 1.6401397743888062e-06, + 5.081787225328193e-06, + 7.482861509760529e-05, + 4.443274699867153e-06, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 0.0, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 2.7187888600435802e-06, + 1.1011955225786941e-05, + 3.926220151540484e-06, + 9.17662935482247e-07, + 9.17662935482247e-07, + 0.0, + 1.4589910797397747e-06, + 9.17662935482247e-07, + 3.1935607727670885e-06, + 4.4221663871405345e-06, + 2.836685323706348e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 0.0, + 9.17662935482247e-07, + 0.0, + 1.803181074740996e-06, + 2.344584403128157e-06, + 2.8159944178573064e-06, + 9.17662935482247e-07, + 0.0, + 0.0, + 6.666666666666666e-07, + 0.0, + 1.6401397743888062e-06, + 1.2235505806429962e-06, + 2.029029094007152e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.223550580642996e-06, + 0.0, + 9.17662935482247e-07, + 1.7505220608093224e-06, + 2e-06, + 9.17662935482247e-07, + 0.0, + 9.17662935482247e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.3245323570650438e-06, + 6.666666666666666e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 1.2235505806429962e-06, + 1.4589910797397747e-06, + 0.0, + 6.666666666666667e-07, + 9.17662935482247e-07 + ], + [ + 0.0, + 6.666666666666666e-07, + 1.6401397743888062e-06, + 5.081787225328193e-06, + 7.482861509760529e-05, + 4.443274699867153e-06, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 0.0, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 2.7187888600435802e-06, + 1.1011955225786941e-05, + 3.926220151540484e-06, + 9.17662935482247e-07, + 9.17662935482247e-07, + 0.0, + 1.4589910797397747e-06, + 9.17662935482247e-07, + 3.1935607727670885e-06, + 4.4221663871405345e-06, + 2.836685323706348e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 0.0, + 9.17662935482247e-07, + 0.0, + 1.803181074740996e-06, + 2.344584403128157e-06, + 2.8159944178573064e-06, + 9.17662935482247e-07, + 0.0, + 1.223550580642996e-06, + 6.666666666666666e-07, + 0.0, + 1.6401397743888062e-06, + 1.2235505806429962e-06, + 2.029029094007152e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 6.666666666666667e-07, + 0.0, + 9.17662935482247e-07, + 1.7505220608093224e-06, + 2e-06, + 9.17662935482247e-07, + 0.0, + 9.17662935482247e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.3245323570650438e-06, + 6.666666666666666e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 1.2235505806429962e-06, + 1.4589910797397747e-06, + 0.0, + 6.666666666666667e-07 + ], + [ + 6.666666666666667e-07, + 0.0, + 6.666666666666666e-07, + 1.6401397743888062e-06, + 5.081787225328193e-06, + 7.482861509760529e-05, + 4.443274699867153e-06, + 1.2235505806429962e-06, + 9.17662935482247e-07, + 0.0, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 2.7187888600435802e-06, + 1.1011955225786941e-05, + 3.926220151540484e-06, + 9.17662935482247e-07, + 9.17662935482247e-07, + 0.0, + 1.4589910797397747e-06, + 9.17662935482247e-07, + 3.1935607727670885e-06, + 4.4221663871405345e-06, + 2.836685323706348e-06, + 1.0922373625455003e-06, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 1.803181074740996e-06, + 2.344584403128157e-06, + 2.8159944178573064e-06, + 9.17662935482247e-07, + 1.559727071641605e-06, + 1.223550580642996e-06, + 6.666666666666666e-07, + 0.0, + 1.6401397743888062e-06, + 1.2235505806429962e-06, + 2.029029094007152e-06, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 9.17662935482247e-07, + 1.7505220608093224e-06, + 2e-06, + 9.17662935482247e-07, + 0.0, + 9.17662935482247e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.3245323570650438e-06, + 6.666666666666666e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 1.2235505806429962e-06, + 1.4589910797397747e-06, + 0.0 + ], + [ + 1.2235505806429962e-06, + 6.666666666666667e-07, + 0.0, + 6.666666666666666e-07, + 1.6401397743888062e-06, + 5.081787225328193e-06, + 7.482861509760529e-05, + 4.443274699867153e-06, + 9.17662935482247e-07, + 9.17662935482247e-07, + 0.0, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 2.7187888600435802e-06, + 1.1011955225786941e-05, + 3.926220151540484e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 0.0, + 1.4589910797397747e-06, + 9.17662935482247e-07, + 3.1935607727670885e-06, + 4.4221663871405345e-06, + 2.836685323706348e-06, + 9.17662935482247e-07, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 1.803181074740996e-06, + 2.344584403128157e-06, + 2.8159944178573064e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.223550580642996e-06, + 6.666666666666666e-07, + 0.0, + 1.6401397743888062e-06, + 1.2235505806429962e-06, + 2.029029094007152e-06, + 0.0, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 9.17662935482247e-07, + 1.7505220608093224e-06, + 2e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.3245323570650438e-06, + 6.666666666666666e-07, + 6.666666666666667e-07, + 0.0, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 1.2235505806429962e-06, + 1.4589910797397747e-06 + ], + [ + 4.443274699867153e-06, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 0.0, + 6.666666666666666e-07, + 1.6401397743888062e-06, + 5.081787225328193e-06, + 7.482861509760529e-05, + 3.926220151540484e-06, + 9.17662935482247e-07, + 9.17662935482247e-07, + 0.0, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 2.7187888600435802e-06, + 1.1011955225786941e-05, + 2.836685323706348e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 0.0, + 1.4589910797397747e-06, + 9.17662935482247e-07, + 3.1935607727670885e-06, + 4.4221663871405345e-06, + 2.8159944178573064e-06, + 9.17662935482247e-07, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 1.803181074740996e-06, + 2.344584403128157e-06, + 2.029029094007152e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.223550580642996e-06, + 6.666666666666666e-07, + 0.0, + 1.6401397743888062e-06, + 1.2235505806429962e-06, + 9.17662935482247e-07, + 0.0, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 9.17662935482247e-07, + 1.7505220608093224e-06, + 2e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.3245323570650438e-06, + 6.666666666666666e-07, + 1.4589910797397747e-06, + 0.0, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 1.2235505806429962e-06 + ], + [ + 6.229527874876197e-06, + 5.070266495873891e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 4.271488503447917e-06, + 7.320163613036132e-05, + 4.585764905234666e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 1.6401397743888062e-06, + 5.333333333333334e-06, + 1.0810434638626849e-05, + 3.98828694410746e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 0.0, + 1.3333333333333334e-06, + 2.7187888600435802e-06, + 5.109330989268041e-06, + 2.836685323706348e-06, + 1.223550580642996e-06, + 0.0, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 3.1306819689395583e-06, + 3.926220151540484e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 1.4589910797397747e-06, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 9.17662935482247e-07, + 2.1844747250910007e-06, + 1.2235505806429962e-06, + 2.0519567041703083e-06, + 6.666666666666667e-07, + 1.5597270716416047e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.7031103297560137e-06, + 1.0922373625455003e-06, + 0.0, + 0.0, + 9.17662935482247e-07, + 6.666666666666666e-07, + 0.0, + 1.7031103297560135e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.7505220608093224e-06 + ], + [ + 4.271488503447917e-06, + 6.229527874876197e-06, + 5.070266495873891e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 5.333333333333334e-06, + 7.320163613036132e-05, + 4.585764905234666e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 1.6401397743888062e-06, + 2.7187888600435802e-06, + 1.0810434638626849e-05, + 3.98828694410746e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 0.0, + 1.3333333333333334e-06, + 3.1306819689395583e-06, + 5.109330989268041e-06, + 2.836685323706348e-06, + 1.223550580642996e-06, + 0.0, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 2.1844747250910007e-06, + 3.926220151540484e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 1.4589910797397747e-06, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 9.17662935482247e-07, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 2.0519567041703083e-06, + 6.666666666666667e-07, + 1.5597270716416047e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 1.7031103297560135e-06, + 1.7031103297560137e-06, + 1.0922373625455003e-06, + 0.0, + 0.0, + 9.17662935482247e-07, + 6.666666666666666e-07, + 0.0, + 1.7505220608093224e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07 + ], + [ + 1.0922373625455003e-06, + 4.271488503447917e-06, + 6.229527874876197e-06, + 5.070266495873891e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.6401397743888062e-06, + 5.333333333333334e-06, + 7.320163613036132e-05, + 4.585764905234666e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 1.3333333333333334e-06, + 2.7187888600435802e-06, + 1.0810434638626849e-05, + 3.98828694410746e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 0.0, + 9.17662935482247e-07, + 3.1306819689395583e-06, + 5.109330989268041e-06, + 2.836685323706348e-06, + 1.223550580642996e-06, + 0.0, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 2.1844747250910007e-06, + 3.926220151540484e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 1.4589910797397747e-06, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 2.0519567041703083e-06, + 6.666666666666667e-07, + 1.5597270716416047e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 0.0, + 1.7031103297560135e-06, + 1.7031103297560137e-06, + 1.0922373625455003e-06, + 0.0, + 0.0, + 9.17662935482247e-07, + 6.666666666666666e-07, + 6.666666666666667e-07, + 1.7505220608093224e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 9.17662935482247e-07 + ], + [ + 6.666666666666667e-07, + 1.0922373625455003e-06, + 4.271488503447917e-06, + 6.229527874876197e-06, + 5.070266495873891e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 1.6401397743888062e-06, + 5.333333333333334e-06, + 7.320163613036132e-05, + 4.585764905234666e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 1.3333333333333334e-06, + 2.7187888600435802e-06, + 1.0810434638626849e-05, + 3.98828694410746e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 9.17662935482247e-07, + 9.17662935482247e-07, + 3.1306819689395583e-06, + 5.109330989268041e-06, + 2.836685323706348e-06, + 1.223550580642996e-06, + 0.0, + 6.666666666666667e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 2.1844747250910007e-06, + 3.926220151540484e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 1.4589910797397747e-06, + 1.0922373625455003e-06, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 2.0519567041703083e-06, + 6.666666666666667e-07, + 1.5597270716416047e-06, + 9.17662935482247e-07, + 6.666666666666666e-07, + 0.0, + 1.7031103297560135e-06, + 1.7031103297560137e-06, + 1.0922373625455003e-06, + 0.0, + 0.0, + 9.17662935482247e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.7505220608093224e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 6.666666666666667e-07 + ], + [ + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 4.271488503447917e-06, + 6.229527874876197e-06, + 5.070266495873891e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 1.6401397743888062e-06, + 5.333333333333334e-06, + 7.320163613036132e-05, + 4.585764905234666e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 0.0, + 0.0, + 1.3333333333333334e-06, + 2.7187888600435802e-06, + 1.0810434638626849e-05, + 3.98828694410746e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 3.1306819689395583e-06, + 5.109330989268041e-06, + 2.836685323706348e-06, + 1.223550580642996e-06, + 0.0, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 9.17662935482247e-07, + 2.1844747250910007e-06, + 3.926220151540484e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 1.4589910797397747e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 2.0519567041703083e-06, + 6.666666666666667e-07, + 1.5597270716416047e-06, + 9.17662935482247e-07, + 6.666666666666666e-07, + 0.0, + 1.7031103297560135e-06, + 1.7031103297560137e-06, + 1.0922373625455003e-06, + 0.0, + 0.0, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.7505220608093224e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 6.666666666666667e-07 + ], + [ + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 4.271488503447917e-06, + 6.229527874876197e-06, + 5.070266495873891e-06, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 1.6401397743888062e-06, + 5.333333333333334e-06, + 7.320163613036132e-05, + 4.585764905234666e-06, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 0.0, + 0.0, + 1.3333333333333334e-06, + 2.7187888600435802e-06, + 1.0810434638626849e-05, + 3.98828694410746e-06, + 9.17662935482247e-07, + 0.0, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 3.1306819689395583e-06, + 5.109330989268041e-06, + 2.836685323706348e-06, + 1.223550580642996e-06, + 1.4589910797397747e-06, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 9.17662935482247e-07, + 2.1844747250910007e-06, + 3.926220151540484e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 1.5597270716416047e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 2.0519567041703083e-06, + 6.666666666666667e-07, + 0.0, + 9.17662935482247e-07, + 6.666666666666666e-07, + 0.0, + 1.7031103297560135e-06, + 1.7031103297560137e-06, + 1.0922373625455003e-06, + 0.0, + 6.666666666666667e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.7505220608093224e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.0922373625455003e-06 + ], + [ + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 4.271488503447917e-06, + 6.229527874876197e-06, + 5.070266495873891e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 1.6401397743888062e-06, + 5.333333333333334e-06, + 7.320163613036132e-05, + 4.585764905234666e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 0.0, + 1.3333333333333334e-06, + 2.7187888600435802e-06, + 1.0810434638626849e-05, + 3.98828694410746e-06, + 1.223550580642996e-06, + 0.0, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 3.1306819689395583e-06, + 5.109330989268041e-06, + 2.836685323706348e-06, + 1.0922373625455003e-06, + 1.4589910797397747e-06, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 9.17662935482247e-07, + 2.1844747250910007e-06, + 3.926220151540484e-06, + 2.3445844031281563e-06, + 6.666666666666667e-07, + 1.5597270716416047e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 2.0519567041703083e-06, + 0.0, + 0.0, + 9.17662935482247e-07, + 6.666666666666666e-07, + 0.0, + 1.7031103297560135e-06, + 1.7031103297560137e-06, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.7505220608093224e-06, + 6.666666666666667e-07, + 6.666666666666667e-07 + ], + [ + 5.070266495873891e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 4.271488503447917e-06, + 6.229527874876197e-06, + 4.585764905234666e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 1.6401397743888062e-06, + 5.333333333333334e-06, + 7.320163613036132e-05, + 3.98828694410746e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 0.0, + 1.3333333333333334e-06, + 2.7187888600435802e-06, + 1.0810434638626849e-05, + 2.836685323706348e-06, + 1.223550580642996e-06, + 0.0, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 3.1306819689395583e-06, + 5.109330989268041e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 1.4589910797397747e-06, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 9.17662935482247e-07, + 2.1844747250910007e-06, + 3.926220151540484e-06, + 2.0519567041703083e-06, + 6.666666666666667e-07, + 1.5597270716416047e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 1.0922373625455003e-06, + 0.0, + 0.0, + 9.17662935482247e-07, + 6.666666666666666e-07, + 0.0, + 1.7031103297560135e-06, + 1.7031103297560137e-06, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.7505220608093224e-06, + 6.666666666666667e-07 + ], + [ + 5.377014106523657e-06, + 2.5408936126640944e-06, + 1.7505220608093224e-06, + 0.0, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.2235505806429962e-06, + 2.8035065762018493e-06, + 6.163465266679716e-06, + 5.109330989268042e-06, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 1.6401397743888062e-06, + 3.6801983165480106e-06, + 7.407835270293738e-05, + 4.649089705277725e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 1.559727071641605e-06, + 1.559727071641605e-06, + 1.559727071641605e-06, + 5.070266495873888e-06, + 1.0349449797506706e-05, + 3.926220151540484e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 2.029029094007152e-06, + 2.074630947241331e-06, + 2.945906069972261e-06, + 5.173029471994977e-06, + 2.7187888600435815e-06, + 1.4017532881009246e-06, + 1.7505220608093224e-06, + 1.2235505806429962e-06, + 1.559727071641605e-06, + 1.0922373625455003e-06, + 2.6490647141300876e-06, + 4.171751283565433e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 1.7505220608093222e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 3.4199278402838465e-06, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 6.666666666666667e-07, + 6.666666666666666e-07, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.7031103297560137e-06, + 9.17662935482247e-07, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 1.7836161441598367e-06 + ], + [ + 2.8035065762018493e-06, + 5.377014106523657e-06, + 2.5408936126640944e-06, + 1.7505220608093224e-06, + 0.0, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.2235505806429962e-06, + 3.6801983165480106e-06, + 6.163465266679716e-06, + 5.109330989268042e-06, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 1.6401397743888062e-06, + 5.070266495873888e-06, + 7.407835270293738e-05, + 4.649089705277725e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 1.559727071641605e-06, + 1.559727071641605e-06, + 1.559727071641605e-06, + 2.945906069972261e-06, + 1.0349449797506706e-05, + 3.926220151540484e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 2.029029094007152e-06, + 2.074630947241331e-06, + 2.6490647141300876e-06, + 5.173029471994977e-06, + 2.7187888600435815e-06, + 1.4017532881009246e-06, + 1.7505220608093224e-06, + 1.2235505806429962e-06, + 1.559727071641605e-06, + 1.0922373625455003e-06, + 3.4199278402838465e-06, + 4.171751283565433e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 1.7505220608093222e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 6.666666666666667e-07, + 6.666666666666666e-07, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 1.7836161441598367e-06, + 1.7031103297560137e-06, + 9.17662935482247e-07, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0 + ], + [ + 1.2235505806429962e-06, + 2.8035065762018493e-06, + 5.377014106523657e-06, + 2.5408936126640944e-06, + 1.7505220608093224e-06, + 0.0, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.6401397743888062e-06, + 3.6801983165480106e-06, + 6.163465266679716e-06, + 5.109330989268042e-06, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 1.559727071641605e-06, + 5.070266495873888e-06, + 7.407835270293738e-05, + 4.649089705277725e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 1.559727071641605e-06, + 1.559727071641605e-06, + 2.074630947241331e-06, + 2.945906069972261e-06, + 1.0349449797506706e-05, + 3.926220151540484e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 2.029029094007152e-06, + 1.0922373625455003e-06, + 2.6490647141300876e-06, + 5.173029471994977e-06, + 2.7187888600435815e-06, + 1.4017532881009246e-06, + 1.7505220608093224e-06, + 1.2235505806429962e-06, + 1.559727071641605e-06, + 6.666666666666667e-07, + 3.4199278402838465e-06, + 4.171751283565433e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 1.7505220608093222e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 6.666666666666667e-07, + 6.666666666666666e-07, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 0.0, + 1.7836161441598367e-06, + 1.7031103297560137e-06, + 9.17662935482247e-07, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0 + ], + [ + 6.666666666666667e-07, + 1.2235505806429962e-06, + 2.8035065762018493e-06, + 5.377014106523657e-06, + 2.5408936126640944e-06, + 1.7505220608093224e-06, + 0.0, + 9.17662935482247e-07, + 9.17662935482247e-07, + 1.6401397743888062e-06, + 3.6801983165480106e-06, + 6.163465266679716e-06, + 5.109330989268042e-06, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 1.559727071641605e-06, + 1.559727071641605e-06, + 5.070266495873888e-06, + 7.407835270293738e-05, + 4.649089705277725e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 1.559727071641605e-06, + 2.029029094007152e-06, + 2.074630947241331e-06, + 2.945906069972261e-06, + 1.0349449797506706e-05, + 3.926220151540484e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 1.559727071641605e-06, + 1.0922373625455003e-06, + 2.6490647141300876e-06, + 5.173029471994977e-06, + 2.7187888600435815e-06, + 1.4017532881009246e-06, + 1.7505220608093224e-06, + 1.2235505806429962e-06, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 3.4199278402838465e-06, + 4.171751283565433e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 1.7505220608093222e-06, + 9.17662935482247e-07, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 6.666666666666667e-07, + 6.666666666666666e-07, + 1.0922373625455003e-06, + 0.0, + 0.0, + 1.7836161441598367e-06, + 1.7031103297560137e-06, + 9.17662935482247e-07, + 0.0, + 6.666666666666667e-07, + 0.0 + ], + [ + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.2235505806429962e-06, + 2.8035065762018493e-06, + 5.377014106523657e-06, + 2.5408936126640944e-06, + 1.7505220608093224e-06, + 0.0, + 9.17662935482247e-07, + 9.17662935482247e-07, + 1.6401397743888062e-06, + 3.6801983165480106e-06, + 6.163465266679716e-06, + 5.109330989268042e-06, + 6.666666666666667e-07, + 9.17662935482247e-07, + 1.559727071641605e-06, + 1.559727071641605e-06, + 1.559727071641605e-06, + 5.070266495873888e-06, + 7.407835270293738e-05, + 4.649089705277725e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 2.029029094007152e-06, + 2.074630947241331e-06, + 2.945906069972261e-06, + 1.0349449797506706e-05, + 3.926220151540484e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 1.2235505806429962e-06, + 1.559727071641605e-06, + 1.0922373625455003e-06, + 2.6490647141300876e-06, + 5.173029471994977e-06, + 2.7187888600435815e-06, + 1.4017532881009246e-06, + 1.7505220608093224e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 3.4199278402838465e-06, + 4.171751283565433e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 1.7505220608093222e-06, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 6.666666666666667e-07, + 6.666666666666666e-07, + 0.0, + 0.0, + 0.0, + 1.7836161441598367e-06, + 1.7031103297560137e-06, + 9.17662935482247e-07, + 0.0, + 6.666666666666667e-07 + ], + [ + 0.0, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.2235505806429962e-06, + 2.8035065762018493e-06, + 5.377014106523657e-06, + 2.5408936126640944e-06, + 1.7505220608093224e-06, + 9.17662935482247e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 1.6401397743888062e-06, + 3.6801983165480106e-06, + 6.163465266679716e-06, + 5.109330989268042e-06, + 6.666666666666667e-07, + 1.2235505806429962e-06, + 1.559727071641605e-06, + 1.559727071641605e-06, + 1.559727071641605e-06, + 5.070266495873888e-06, + 7.407835270293738e-05, + 4.649089705277725e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 2.029029094007152e-06, + 2.074630947241331e-06, + 2.945906069972261e-06, + 1.0349449797506706e-05, + 3.926220151540484e-06, + 9.17662935482247e-07, + 1.7505220608093224e-06, + 1.2235505806429962e-06, + 1.559727071641605e-06, + 1.0922373625455003e-06, + 2.6490647141300876e-06, + 5.173029471994977e-06, + 2.7187888600435815e-06, + 1.4017532881009246e-06, + 1.7505220608093222e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 3.4199278402838465e-06, + 4.171751283565433e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 6.666666666666666e-07, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 1.7836161441598367e-06, + 1.7031103297560137e-06, + 9.17662935482247e-07, + 0.0 + ], + [ + 1.7505220608093224e-06, + 0.0, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.2235505806429962e-06, + 2.8035065762018493e-06, + 5.377014106523657e-06, + 2.5408936126640944e-06, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 1.6401397743888062e-06, + 3.6801983165480106e-06, + 6.163465266679716e-06, + 5.109330989268042e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 1.559727071641605e-06, + 1.559727071641605e-06, + 1.559727071641605e-06, + 5.070266495873888e-06, + 7.407835270293738e-05, + 4.649089705277725e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 2.029029094007152e-06, + 2.074630947241331e-06, + 2.945906069972261e-06, + 1.0349449797506706e-05, + 3.926220151540484e-06, + 1.4017532881009246e-06, + 1.7505220608093224e-06, + 1.2235505806429962e-06, + 1.559727071641605e-06, + 1.0922373625455003e-06, + 2.6490647141300876e-06, + 5.173029471994977e-06, + 2.7187888600435815e-06, + 1.0922373625455003e-06, + 1.7505220608093222e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 3.4199278402838465e-06, + 4.171751283565433e-06, + 2.3445844031281563e-06, + 6.666666666666667e-07, + 6.666666666666666e-07, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 1.7836161441598367e-06, + 1.7031103297560137e-06, + 9.17662935482247e-07 + ], + [ + 2.5408936126640944e-06, + 1.7505220608093224e-06, + 0.0, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.2235505806429962e-06, + 2.8035065762018493e-06, + 5.377014106523657e-06, + 5.109330989268042e-06, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 1.6401397743888062e-06, + 3.6801983165480106e-06, + 6.163465266679716e-06, + 4.649089705277725e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 1.559727071641605e-06, + 1.559727071641605e-06, + 1.559727071641605e-06, + 5.070266495873888e-06, + 7.407835270293738e-05, + 3.926220151540484e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 2.029029094007152e-06, + 2.074630947241331e-06, + 2.945906069972261e-06, + 1.0349449797506706e-05, + 2.7187888600435815e-06, + 1.4017532881009246e-06, + 1.7505220608093224e-06, + 1.2235505806429962e-06, + 1.559727071641605e-06, + 1.0922373625455003e-06, + 2.6490647141300876e-06, + 5.173029471994977e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 1.7505220608093222e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 3.4199278402838465e-06, + 4.171751283565433e-06, + 2.0462488858699416e-06, + 6.666666666666667e-07, + 6.666666666666666e-07, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 9.17662935482247e-07, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 1.7836161441598367e-06, + 1.7031103297560137e-06 + ], + [ + 3.2767120876365006e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 0.0, + 6.666666666666667e-07, + 0.0, + 9.17662935482247e-07, + 2.221637349933576e-06, + 4.977140727823698e-06, + 2.609026167722288e-06, + 2e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 2.815994417857306e-06, + 6.436373247784443e-06, + 5.109330989268042e-06, + 1.3333333333333334e-06, + 2.644645920871757e-06, + 1.6401397743888062e-06, + 1.3245323570650438e-06, + 1.223550580642996e-06, + 3.795965848785551e-06, + 7.267648412677848e-05, + 4.649089705277725e-06, + 6.666666666666667e-07, + 1.803181074740996e-06, + 1.223550580642996e-06, + 1.9586365946600506e-06, + 1.559727071641605e-06, + 4.9771407278236965e-06, + 6.551639230619086e-06, + 5.548299354846867e-06, + 1.3333333333333334e-06, + 2.447101161285992e-06, + 6.666666666666667e-07, + 1.4985372985307103e-06, + 1.559727071641605e-06, + 3.805198045272111e-06, + 5.262690037684959e-06, + 2.7187888600435815e-06, + 1.7505220608093224e-06, + 1.7505220608093226e-06, + 1.6401397743888062e-06, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 3.100650752296894e-06, + 3.550800914512517e-06, + 2.289053534077206e-06, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 1.223550580642996e-06, + 1.3245323570650438e-06, + 6.666666666666667e-07, + 3.554093266554554e-06, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 0.0, + 6.666666666666666e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.6401397743888062e-06 + ], + [ + 2.221637349933576e-06, + 3.2767120876365006e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 0.0, + 6.666666666666667e-07, + 0.0, + 9.17662935482247e-07, + 2.815994417857306e-06, + 4.977140727823698e-06, + 2.609026167722288e-06, + 2e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 3.795965848785551e-06, + 6.436373247784443e-06, + 5.109330989268042e-06, + 1.3333333333333334e-06, + 2.644645920871757e-06, + 1.6401397743888062e-06, + 1.3245323570650438e-06, + 1.223550580642996e-06, + 4.9771407278236965e-06, + 7.267648412677848e-05, + 4.649089705277725e-06, + 6.666666666666667e-07, + 1.803181074740996e-06, + 1.223550580642996e-06, + 1.9586365946600506e-06, + 1.559727071641605e-06, + 3.805198045272111e-06, + 6.551639230619086e-06, + 5.548299354846867e-06, + 1.3333333333333334e-06, + 2.447101161285992e-06, + 6.666666666666667e-07, + 1.4985372985307103e-06, + 1.559727071641605e-06, + 3.100650752296894e-06, + 5.262690037684959e-06, + 2.7187888600435815e-06, + 1.7505220608093224e-06, + 1.7505220608093226e-06, + 1.6401397743888062e-06, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 3.554093266554554e-06, + 3.550800914512517e-06, + 2.289053534077206e-06, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 1.223550580642996e-06, + 1.3245323570650438e-06, + 6.666666666666667e-07, + 1.6401397743888062e-06, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 0.0, + 6.666666666666666e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07 + ], + [ + 9.17662935482247e-07, + 2.221637349933576e-06, + 3.2767120876365006e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 0.0, + 6.666666666666667e-07, + 0.0, + 1.0922373625455003e-06, + 2.815994417857306e-06, + 4.977140727823698e-06, + 2.609026167722288e-06, + 2e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.223550580642996e-06, + 3.795965848785551e-06, + 6.436373247784443e-06, + 5.109330989268042e-06, + 1.3333333333333334e-06, + 2.644645920871757e-06, + 1.6401397743888062e-06, + 1.3245323570650438e-06, + 1.559727071641605e-06, + 4.9771407278236965e-06, + 7.267648412677848e-05, + 4.649089705277725e-06, + 6.666666666666667e-07, + 1.803181074740996e-06, + 1.223550580642996e-06, + 1.9586365946600506e-06, + 1.559727071641605e-06, + 3.805198045272111e-06, + 6.551639230619086e-06, + 5.548299354846867e-06, + 1.3333333333333334e-06, + 2.447101161285992e-06, + 6.666666666666667e-07, + 1.4985372985307103e-06, + 1.2235505806429962e-06, + 3.100650752296894e-06, + 5.262690037684959e-06, + 2.7187888600435815e-06, + 1.7505220608093224e-06, + 1.7505220608093226e-06, + 1.6401397743888062e-06, + 1.559727071641605e-06, + 6.666666666666667e-07, + 3.554093266554554e-06, + 3.550800914512517e-06, + 2.289053534077206e-06, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 1.223550580642996e-06, + 1.3245323570650438e-06, + 6.666666666666667e-07, + 1.6401397743888062e-06, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 0.0, + 6.666666666666666e-07, + 6.666666666666667e-07, + 9.17662935482247e-07 + ], + [ + 0.0, + 9.17662935482247e-07, + 2.221637349933576e-06, + 3.2767120876365006e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 0.0, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 2.815994417857306e-06, + 4.977140727823698e-06, + 2.609026167722288e-06, + 2e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 1.3245323570650438e-06, + 1.223550580642996e-06, + 3.795965848785551e-06, + 6.436373247784443e-06, + 5.109330989268042e-06, + 1.3333333333333334e-06, + 2.644645920871757e-06, + 1.6401397743888062e-06, + 1.9586365946600506e-06, + 1.559727071641605e-06, + 4.9771407278236965e-06, + 7.267648412677848e-05, + 4.649089705277725e-06, + 6.666666666666667e-07, + 1.803181074740996e-06, + 1.223550580642996e-06, + 1.4985372985307103e-06, + 1.559727071641605e-06, + 3.805198045272111e-06, + 6.551639230619086e-06, + 5.548299354846867e-06, + 1.3333333333333334e-06, + 2.447101161285992e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 3.100650752296894e-06, + 5.262690037684959e-06, + 2.7187888600435815e-06, + 1.7505220608093224e-06, + 1.7505220608093226e-06, + 1.6401397743888062e-06, + 1.3245323570650438e-06, + 6.666666666666667e-07, + 3.554093266554554e-06, + 3.550800914512517e-06, + 2.289053534077206e-06, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 1.223550580642996e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.6401397743888062e-06, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 0.0, + 6.666666666666666e-07, + 6.666666666666667e-07 + ], + [ + 6.666666666666667e-07, + 0.0, + 9.17662935482247e-07, + 2.221637349933576e-06, + 3.2767120876365006e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 0.0, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 2.815994417857306e-06, + 4.977140727823698e-06, + 2.609026167722288e-06, + 2e-06, + 1.0922373625455003e-06, + 1.6401397743888062e-06, + 1.3245323570650438e-06, + 1.223550580642996e-06, + 3.795965848785551e-06, + 6.436373247784443e-06, + 5.109330989268042e-06, + 1.3333333333333334e-06, + 2.644645920871757e-06, + 1.223550580642996e-06, + 1.9586365946600506e-06, + 1.559727071641605e-06, + 4.9771407278236965e-06, + 7.267648412677848e-05, + 4.649089705277725e-06, + 6.666666666666667e-07, + 1.803181074740996e-06, + 6.666666666666667e-07, + 1.4985372985307103e-06, + 1.559727071641605e-06, + 3.805198045272111e-06, + 6.551639230619086e-06, + 5.548299354846867e-06, + 1.3333333333333334e-06, + 2.447101161285992e-06, + 1.6401397743888062e-06, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 3.100650752296894e-06, + 5.262690037684959e-06, + 2.7187888600435815e-06, + 1.7505220608093224e-06, + 1.7505220608093226e-06, + 1.223550580642996e-06, + 1.3245323570650438e-06, + 6.666666666666667e-07, + 3.554093266554554e-06, + 3.550800914512517e-06, + 2.289053534077206e-06, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.6401397743888062e-06, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 0.0, + 6.666666666666666e-07 + ], + [ + 0.0, + 6.666666666666667e-07, + 0.0, + 9.17662935482247e-07, + 2.221637349933576e-06, + 3.2767120876365006e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 2.815994417857306e-06, + 4.977140727823698e-06, + 2.609026167722288e-06, + 2e-06, + 2.644645920871757e-06, + 1.6401397743888062e-06, + 1.3245323570650438e-06, + 1.223550580642996e-06, + 3.795965848785551e-06, + 6.436373247784443e-06, + 5.109330989268042e-06, + 1.3333333333333334e-06, + 1.803181074740996e-06, + 1.223550580642996e-06, + 1.9586365946600506e-06, + 1.559727071641605e-06, + 4.9771407278236965e-06, + 7.267648412677848e-05, + 4.649089705277725e-06, + 6.666666666666667e-07, + 2.447101161285992e-06, + 6.666666666666667e-07, + 1.4985372985307103e-06, + 1.559727071641605e-06, + 3.805198045272111e-06, + 6.551639230619086e-06, + 5.548299354846867e-06, + 1.3333333333333334e-06, + 1.7505220608093226e-06, + 1.6401397743888062e-06, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 3.100650752296894e-06, + 5.262690037684959e-06, + 2.7187888600435815e-06, + 1.7505220608093224e-06, + 1.0922373625455003e-06, + 1.223550580642996e-06, + 1.3245323570650438e-06, + 6.666666666666667e-07, + 3.554093266554554e-06, + 3.550800914512517e-06, + 2.289053534077206e-06, + 1.0922373625455003e-06, + 6.666666666666666e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.6401397743888062e-06, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 0.0 + ], + [ + 1.0922373625455003e-06, + 0.0, + 6.666666666666667e-07, + 0.0, + 9.17662935482247e-07, + 2.221637349933576e-06, + 3.2767120876365006e-06, + 2.3445844031281563e-06, + 2e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 2.815994417857306e-06, + 4.977140727823698e-06, + 2.609026167722288e-06, + 1.3333333333333334e-06, + 2.644645920871757e-06, + 1.6401397743888062e-06, + 1.3245323570650438e-06, + 1.223550580642996e-06, + 3.795965848785551e-06, + 6.436373247784443e-06, + 5.109330989268042e-06, + 6.666666666666667e-07, + 1.803181074740996e-06, + 1.223550580642996e-06, + 1.9586365946600506e-06, + 1.559727071641605e-06, + 4.9771407278236965e-06, + 7.267648412677848e-05, + 4.649089705277725e-06, + 1.3333333333333334e-06, + 2.447101161285992e-06, + 6.666666666666667e-07, + 1.4985372985307103e-06, + 1.559727071641605e-06, + 3.805198045272111e-06, + 6.551639230619086e-06, + 5.548299354846867e-06, + 1.7505220608093224e-06, + 1.7505220608093226e-06, + 1.6401397743888062e-06, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 3.100650752296894e-06, + 5.262690037684959e-06, + 2.7187888600435815e-06, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 1.223550580642996e-06, + 1.3245323570650438e-06, + 6.666666666666667e-07, + 3.554093266554554e-06, + 3.550800914512517e-06, + 2.289053534077206e-06, + 0.0, + 6.666666666666666e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.6401397743888062e-06, + 1.2235505806429962e-06, + 2.0462488858699416e-06 + ], + [ + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 0.0, + 6.666666666666667e-07, + 0.0, + 9.17662935482247e-07, + 2.221637349933576e-06, + 3.2767120876365006e-06, + 2.609026167722288e-06, + 2e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 2.815994417857306e-06, + 4.977140727823698e-06, + 5.109330989268042e-06, + 1.3333333333333334e-06, + 2.644645920871757e-06, + 1.6401397743888062e-06, + 1.3245323570650438e-06, + 1.223550580642996e-06, + 3.795965848785551e-06, + 6.436373247784443e-06, + 4.649089705277725e-06, + 6.666666666666667e-07, + 1.803181074740996e-06, + 1.223550580642996e-06, + 1.9586365946600506e-06, + 1.559727071641605e-06, + 4.9771407278236965e-06, + 7.267648412677848e-05, + 5.548299354846867e-06, + 1.3333333333333334e-06, + 2.447101161285992e-06, + 6.666666666666667e-07, + 1.4985372985307103e-06, + 1.559727071641605e-06, + 3.805198045272111e-06, + 6.551639230619086e-06, + 2.7187888600435815e-06, + 1.7505220608093224e-06, + 1.7505220608093226e-06, + 1.6401397743888062e-06, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 3.100650752296894e-06, + 5.262690037684959e-06, + 2.289053534077206e-06, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 1.223550580642996e-06, + 1.3245323570650438e-06, + 6.666666666666667e-07, + 3.554093266554554e-06, + 3.550800914512517e-06, + 2.0462488858699416e-06, + 0.0, + 6.666666666666666e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.6401397743888062e-06, + 1.2235505806429962e-06 + ], + [ + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 0.0, + 6.666666666666666e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.6401397743888062e-06, + 3.550800914512517e-06, + 2.289053534077206e-06, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 1.223550580642996e-06, + 1.3245323570650438e-06, + 6.666666666666667e-07, + 3.554093266554554e-06, + 5.262690037684959e-06, + 2.7187888600435815e-06, + 1.7505220608093224e-06, + 1.7505220608093226e-06, + 1.6401397743888062e-06, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 3.100650752296894e-06, + 6.551639230619086e-06, + 5.548299354846867e-06, + 1.3333333333333334e-06, + 2.447101161285992e-06, + 6.666666666666667e-07, + 1.4985372985307103e-06, + 1.559727071641605e-06, + 3.805198045272111e-06, + 7.267648412677848e-05, + 4.649089705277725e-06, + 6.666666666666667e-07, + 1.803181074740996e-06, + 1.223550580642996e-06, + 1.9586365946600506e-06, + 1.559727071641605e-06, + 4.9771407278236965e-06, + 6.436373247784443e-06, + 5.109330989268042e-06, + 1.3333333333333334e-06, + 2.644645920871757e-06, + 1.6401397743888062e-06, + 1.3245323570650438e-06, + 1.223550580642996e-06, + 3.795965848785551e-06, + 4.977140727823698e-06, + 2.609026167722288e-06, + 2e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 2.815994417857306e-06, + 3.2767120876365006e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 0.0, + 6.666666666666667e-07, + 0.0, + 9.17662935482247e-07, + 2.221637349933576e-06 + ], + [ + 1.6401397743888062e-06, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 0.0, + 6.666666666666666e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 3.554093266554554e-06, + 3.550800914512517e-06, + 2.289053534077206e-06, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 1.223550580642996e-06, + 1.3245323570650438e-06, + 6.666666666666667e-07, + 3.100650752296894e-06, + 5.262690037684959e-06, + 2.7187888600435815e-06, + 1.7505220608093224e-06, + 1.7505220608093226e-06, + 1.6401397743888062e-06, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 3.805198045272111e-06, + 6.551639230619086e-06, + 5.548299354846867e-06, + 1.3333333333333334e-06, + 2.447101161285992e-06, + 6.666666666666667e-07, + 1.4985372985307103e-06, + 1.559727071641605e-06, + 4.9771407278236965e-06, + 7.267648412677848e-05, + 4.649089705277725e-06, + 6.666666666666667e-07, + 1.803181074740996e-06, + 1.223550580642996e-06, + 1.9586365946600506e-06, + 1.559727071641605e-06, + 3.795965848785551e-06, + 6.436373247784443e-06, + 5.109330989268042e-06, + 1.3333333333333334e-06, + 2.644645920871757e-06, + 1.6401397743888062e-06, + 1.3245323570650438e-06, + 1.223550580642996e-06, + 2.815994417857306e-06, + 4.977140727823698e-06, + 2.609026167722288e-06, + 2e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 2.221637349933576e-06, + 3.2767120876365006e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 0.0, + 6.666666666666667e-07, + 0.0, + 9.17662935482247e-07 + ], + [ + 6.666666666666667e-07, + 1.6401397743888062e-06, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 0.0, + 6.666666666666666e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 3.554093266554554e-06, + 3.550800914512517e-06, + 2.289053534077206e-06, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 1.223550580642996e-06, + 1.3245323570650438e-06, + 1.2235505806429962e-06, + 3.100650752296894e-06, + 5.262690037684959e-06, + 2.7187888600435815e-06, + 1.7505220608093224e-06, + 1.7505220608093226e-06, + 1.6401397743888062e-06, + 1.559727071641605e-06, + 1.559727071641605e-06, + 3.805198045272111e-06, + 6.551639230619086e-06, + 5.548299354846867e-06, + 1.3333333333333334e-06, + 2.447101161285992e-06, + 6.666666666666667e-07, + 1.4985372985307103e-06, + 1.559727071641605e-06, + 4.9771407278236965e-06, + 7.267648412677848e-05, + 4.649089705277725e-06, + 6.666666666666667e-07, + 1.803181074740996e-06, + 1.223550580642996e-06, + 1.9586365946600506e-06, + 1.223550580642996e-06, + 3.795965848785551e-06, + 6.436373247784443e-06, + 5.109330989268042e-06, + 1.3333333333333334e-06, + 2.644645920871757e-06, + 1.6401397743888062e-06, + 1.3245323570650438e-06, + 1.0922373625455003e-06, + 2.815994417857306e-06, + 4.977140727823698e-06, + 2.609026167722288e-06, + 2e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 2.221637349933576e-06, + 3.2767120876365006e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 0.0, + 6.666666666666667e-07, + 0.0 + ], + [ + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.6401397743888062e-06, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 0.0, + 6.666666666666666e-07, + 6.666666666666667e-07, + 1.3245323570650438e-06, + 6.666666666666667e-07, + 3.554093266554554e-06, + 3.550800914512517e-06, + 2.289053534077206e-06, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 1.223550580642996e-06, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 3.100650752296894e-06, + 5.262690037684959e-06, + 2.7187888600435815e-06, + 1.7505220608093224e-06, + 1.7505220608093226e-06, + 1.6401397743888062e-06, + 1.4985372985307103e-06, + 1.559727071641605e-06, + 3.805198045272111e-06, + 6.551639230619086e-06, + 5.548299354846867e-06, + 1.3333333333333334e-06, + 2.447101161285992e-06, + 6.666666666666667e-07, + 1.9586365946600506e-06, + 1.559727071641605e-06, + 4.9771407278236965e-06, + 7.267648412677848e-05, + 4.649089705277725e-06, + 6.666666666666667e-07, + 1.803181074740996e-06, + 1.223550580642996e-06, + 1.3245323570650438e-06, + 1.223550580642996e-06, + 3.795965848785551e-06, + 6.436373247784443e-06, + 5.109330989268042e-06, + 1.3333333333333334e-06, + 2.644645920871757e-06, + 1.6401397743888062e-06, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 2.815994417857306e-06, + 4.977140727823698e-06, + 2.609026167722288e-06, + 2e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 0.0, + 9.17662935482247e-07, + 2.221637349933576e-06, + 3.2767120876365006e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 0.0, + 6.666666666666667e-07 + ], + [ + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.6401397743888062e-06, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 0.0, + 6.666666666666666e-07, + 1.223550580642996e-06, + 1.3245323570650438e-06, + 6.666666666666667e-07, + 3.554093266554554e-06, + 3.550800914512517e-06, + 2.289053534077206e-06, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 1.6401397743888062e-06, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 3.100650752296894e-06, + 5.262690037684959e-06, + 2.7187888600435815e-06, + 1.7505220608093224e-06, + 1.7505220608093226e-06, + 6.666666666666667e-07, + 1.4985372985307103e-06, + 1.559727071641605e-06, + 3.805198045272111e-06, + 6.551639230619086e-06, + 5.548299354846867e-06, + 1.3333333333333334e-06, + 2.447101161285992e-06, + 1.223550580642996e-06, + 1.9586365946600506e-06, + 1.559727071641605e-06, + 4.9771407278236965e-06, + 7.267648412677848e-05, + 4.649089705277725e-06, + 6.666666666666667e-07, + 1.803181074740996e-06, + 1.6401397743888062e-06, + 1.3245323570650438e-06, + 1.223550580642996e-06, + 3.795965848785551e-06, + 6.436373247784443e-06, + 5.109330989268042e-06, + 1.3333333333333334e-06, + 2.644645920871757e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 2.815994417857306e-06, + 4.977140727823698e-06, + 2.609026167722288e-06, + 2e-06, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 0.0, + 9.17662935482247e-07, + 2.221637349933576e-06, + 3.2767120876365006e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 0.0 + ], + [ + 6.666666666666666e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.6401397743888062e-06, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 0.0, + 1.0922373625455003e-06, + 1.223550580642996e-06, + 1.3245323570650438e-06, + 6.666666666666667e-07, + 3.554093266554554e-06, + 3.550800914512517e-06, + 2.289053534077206e-06, + 1.0922373625455003e-06, + 1.7505220608093226e-06, + 1.6401397743888062e-06, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 3.100650752296894e-06, + 5.262690037684959e-06, + 2.7187888600435815e-06, + 1.7505220608093224e-06, + 2.447101161285992e-06, + 6.666666666666667e-07, + 1.4985372985307103e-06, + 1.559727071641605e-06, + 3.805198045272111e-06, + 6.551639230619086e-06, + 5.548299354846867e-06, + 1.3333333333333334e-06, + 1.803181074740996e-06, + 1.223550580642996e-06, + 1.9586365946600506e-06, + 1.559727071641605e-06, + 4.9771407278236965e-06, + 7.267648412677848e-05, + 4.649089705277725e-06, + 6.666666666666667e-07, + 2.644645920871757e-06, + 1.6401397743888062e-06, + 1.3245323570650438e-06, + 1.223550580642996e-06, + 3.795965848785551e-06, + 6.436373247784443e-06, + 5.109330989268042e-06, + 1.3333333333333334e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 2.815994417857306e-06, + 4.977140727823698e-06, + 2.609026167722288e-06, + 2e-06, + 0.0, + 6.666666666666667e-07, + 0.0, + 9.17662935482247e-07, + 2.221637349933576e-06, + 3.2767120876365006e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06 + ], + [ + 0.0, + 6.666666666666666e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.6401397743888062e-06, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 1.223550580642996e-06, + 1.3245323570650438e-06, + 6.666666666666667e-07, + 3.554093266554554e-06, + 3.550800914512517e-06, + 2.289053534077206e-06, + 1.7505220608093224e-06, + 1.7505220608093226e-06, + 1.6401397743888062e-06, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 3.100650752296894e-06, + 5.262690037684959e-06, + 2.7187888600435815e-06, + 1.3333333333333334e-06, + 2.447101161285992e-06, + 6.666666666666667e-07, + 1.4985372985307103e-06, + 1.559727071641605e-06, + 3.805198045272111e-06, + 6.551639230619086e-06, + 5.548299354846867e-06, + 6.666666666666667e-07, + 1.803181074740996e-06, + 1.223550580642996e-06, + 1.9586365946600506e-06, + 1.559727071641605e-06, + 4.9771407278236965e-06, + 7.267648412677848e-05, + 4.649089705277725e-06, + 1.3333333333333334e-06, + 2.644645920871757e-06, + 1.6401397743888062e-06, + 1.3245323570650438e-06, + 1.223550580642996e-06, + 3.795965848785551e-06, + 6.436373247784443e-06, + 5.109330989268042e-06, + 2e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 2.815994417857306e-06, + 4.977140727823698e-06, + 2.609026167722288e-06, + 1.0922373625455003e-06, + 0.0, + 6.666666666666667e-07, + 0.0, + 9.17662935482247e-07, + 2.221637349933576e-06, + 3.2767120876365006e-06, + 2.3445844031281563e-06 + ], + [ + 2.0462488858699416e-06, + 0.0, + 6.666666666666666e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.6401397743888062e-06, + 1.2235505806429962e-06, + 2.289053534077206e-06, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 1.223550580642996e-06, + 1.3245323570650438e-06, + 6.666666666666667e-07, + 3.554093266554554e-06, + 3.550800914512517e-06, + 2.7187888600435815e-06, + 1.7505220608093224e-06, + 1.7505220608093226e-06, + 1.6401397743888062e-06, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 3.100650752296894e-06, + 5.262690037684959e-06, + 5.548299354846867e-06, + 1.3333333333333334e-06, + 2.447101161285992e-06, + 6.666666666666667e-07, + 1.4985372985307103e-06, + 1.559727071641605e-06, + 3.805198045272111e-06, + 6.551639230619086e-06, + 4.649089705277725e-06, + 6.666666666666667e-07, + 1.803181074740996e-06, + 1.223550580642996e-06, + 1.9586365946600506e-06, + 1.559727071641605e-06, + 4.9771407278236965e-06, + 7.267648412677848e-05, + 5.109330989268042e-06, + 1.3333333333333334e-06, + 2.644645920871757e-06, + 1.6401397743888062e-06, + 1.3245323570650438e-06, + 1.223550580642996e-06, + 3.795965848785551e-06, + 6.436373247784443e-06, + 2.609026167722288e-06, + 2e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 2.815994417857306e-06, + 4.977140727823698e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 0.0, + 6.666666666666667e-07, + 0.0, + 9.17662935482247e-07, + 2.221637349933576e-06, + 3.2767120876365006e-06 + ], + [ + 1.7031103297560137e-06, + 9.17662935482247e-07, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 1.7836161441598367e-06, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 6.666666666666667e-07, + 6.666666666666666e-07, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 4.171751283565433e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 1.7505220608093222e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 3.4199278402838465e-06, + 5.173029471994977e-06, + 2.7187888600435815e-06, + 1.4017532881009246e-06, + 1.7505220608093224e-06, + 1.2235505806429962e-06, + 1.559727071641605e-06, + 1.0922373625455003e-06, + 2.6490647141300876e-06, + 1.0349449797506706e-05, + 3.926220151540484e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 2.029029094007152e-06, + 2.074630947241331e-06, + 2.945906069972261e-06, + 7.407835270293738e-05, + 4.649089705277725e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 1.559727071641605e-06, + 1.559727071641605e-06, + 1.559727071641605e-06, + 5.070266495873888e-06, + 6.163465266679716e-06, + 5.109330989268042e-06, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 1.6401397743888062e-06, + 3.6801983165480106e-06, + 5.377014106523657e-06, + 2.5408936126640944e-06, + 1.7505220608093224e-06, + 0.0, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.2235505806429962e-06, + 2.8035065762018493e-06 + ], + [ + 1.7836161441598367e-06, + 1.7031103297560137e-06, + 9.17662935482247e-07, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 6.666666666666667e-07, + 6.666666666666666e-07, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 3.4199278402838465e-06, + 4.171751283565433e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 1.7505220608093222e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 2.6490647141300876e-06, + 5.173029471994977e-06, + 2.7187888600435815e-06, + 1.4017532881009246e-06, + 1.7505220608093224e-06, + 1.2235505806429962e-06, + 1.559727071641605e-06, + 1.0922373625455003e-06, + 2.945906069972261e-06, + 1.0349449797506706e-05, + 3.926220151540484e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 2.029029094007152e-06, + 2.074630947241331e-06, + 5.070266495873888e-06, + 7.407835270293738e-05, + 4.649089705277725e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 1.559727071641605e-06, + 1.559727071641605e-06, + 1.559727071641605e-06, + 3.6801983165480106e-06, + 6.163465266679716e-06, + 5.109330989268042e-06, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 1.6401397743888062e-06, + 2.8035065762018493e-06, + 5.377014106523657e-06, + 2.5408936126640944e-06, + 1.7505220608093224e-06, + 0.0, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.2235505806429962e-06 + ], + [ + 0.0, + 1.7836161441598367e-06, + 1.7031103297560137e-06, + 9.17662935482247e-07, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 6.666666666666667e-07, + 6.666666666666666e-07, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 3.4199278402838465e-06, + 4.171751283565433e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 1.7505220608093222e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 1.0922373625455003e-06, + 2.6490647141300876e-06, + 5.173029471994977e-06, + 2.7187888600435815e-06, + 1.4017532881009246e-06, + 1.7505220608093224e-06, + 1.2235505806429962e-06, + 1.559727071641605e-06, + 2.074630947241331e-06, + 2.945906069972261e-06, + 1.0349449797506706e-05, + 3.926220151540484e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 2.029029094007152e-06, + 1.559727071641605e-06, + 5.070266495873888e-06, + 7.407835270293738e-05, + 4.649089705277725e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 1.559727071641605e-06, + 1.559727071641605e-06, + 1.6401397743888062e-06, + 3.6801983165480106e-06, + 6.163465266679716e-06, + 5.109330989268042e-06, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 2.8035065762018493e-06, + 5.377014106523657e-06, + 2.5408936126640944e-06, + 1.7505220608093224e-06, + 0.0, + 9.17662935482247e-07, + 6.666666666666667e-07 + ], + [ + 0.0, + 0.0, + 1.7836161441598367e-06, + 1.7031103297560137e-06, + 9.17662935482247e-07, + 0.0, + 6.666666666666667e-07, + 0.0, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 6.666666666666667e-07, + 6.666666666666666e-07, + 1.0922373625455003e-06, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 3.4199278402838465e-06, + 4.171751283565433e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 1.7505220608093222e-06, + 9.17662935482247e-07, + 1.559727071641605e-06, + 1.0922373625455003e-06, + 2.6490647141300876e-06, + 5.173029471994977e-06, + 2.7187888600435815e-06, + 1.4017532881009246e-06, + 1.7505220608093224e-06, + 1.2235505806429962e-06, + 2.029029094007152e-06, + 2.074630947241331e-06, + 2.945906069972261e-06, + 1.0349449797506706e-05, + 3.926220151540484e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 1.559727071641605e-06, + 1.559727071641605e-06, + 5.070266495873888e-06, + 7.407835270293738e-05, + 4.649089705277725e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 1.559727071641605e-06, + 9.17662935482247e-07, + 1.6401397743888062e-06, + 3.6801983165480106e-06, + 6.163465266679716e-06, + 5.109330989268042e-06, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.2235505806429962e-06, + 2.8035065762018493e-06, + 5.377014106523657e-06, + 2.5408936126640944e-06, + 1.7505220608093224e-06, + 0.0, + 9.17662935482247e-07 + ], + [ + 0.0, + 0.0, + 0.0, + 1.7836161441598367e-06, + 1.7031103297560137e-06, + 9.17662935482247e-07, + 0.0, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 6.666666666666667e-07, + 6.666666666666666e-07, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 3.4199278402838465e-06, + 4.171751283565433e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 1.7505220608093222e-06, + 1.2235505806429962e-06, + 1.559727071641605e-06, + 1.0922373625455003e-06, + 2.6490647141300876e-06, + 5.173029471994977e-06, + 2.7187888600435815e-06, + 1.4017532881009246e-06, + 1.7505220608093224e-06, + 2.0462488858699416e-06, + 2.029029094007152e-06, + 2.074630947241331e-06, + 2.945906069972261e-06, + 1.0349449797506706e-05, + 3.926220151540484e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 1.559727071641605e-06, + 1.559727071641605e-06, + 1.559727071641605e-06, + 5.070266495873888e-06, + 7.407835270293738e-05, + 4.649089705277725e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 9.17662935482247e-07, + 9.17662935482247e-07, + 1.6401397743888062e-06, + 3.6801983165480106e-06, + 6.163465266679716e-06, + 5.109330989268042e-06, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.2235505806429962e-06, + 2.8035065762018493e-06, + 5.377014106523657e-06, + 2.5408936126640944e-06, + 1.7505220608093224e-06, + 0.0 + ], + [ + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 1.7836161441598367e-06, + 1.7031103297560137e-06, + 9.17662935482247e-07, + 0.0, + 6.666666666666666e-07, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 6.666666666666667e-07, + 1.7505220608093222e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 3.4199278402838465e-06, + 4.171751283565433e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 1.7505220608093224e-06, + 1.2235505806429962e-06, + 1.559727071641605e-06, + 1.0922373625455003e-06, + 2.6490647141300876e-06, + 5.173029471994977e-06, + 2.7187888600435815e-06, + 1.4017532881009246e-06, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 2.029029094007152e-06, + 2.074630947241331e-06, + 2.945906069972261e-06, + 1.0349449797506706e-05, + 3.926220151540484e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 1.559727071641605e-06, + 1.559727071641605e-06, + 1.559727071641605e-06, + 5.070266495873888e-06, + 7.407835270293738e-05, + 4.649089705277725e-06, + 9.17662935482247e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 1.6401397743888062e-06, + 3.6801983165480106e-06, + 6.163465266679716e-06, + 5.109330989268042e-06, + 6.666666666666667e-07, + 0.0, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.2235505806429962e-06, + 2.8035065762018493e-06, + 5.377014106523657e-06, + 2.5408936126640944e-06, + 1.7505220608093224e-06 + ], + [ + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 1.7836161441598367e-06, + 1.7031103297560137e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 6.666666666666666e-07, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 1.0922373625455003e-06, + 1.7505220608093222e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 3.4199278402838465e-06, + 4.171751283565433e-06, + 2.3445844031281563e-06, + 1.4017532881009246e-06, + 1.7505220608093224e-06, + 1.2235505806429962e-06, + 1.559727071641605e-06, + 1.0922373625455003e-06, + 2.6490647141300876e-06, + 5.173029471994977e-06, + 2.7187888600435815e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 2.029029094007152e-06, + 2.074630947241331e-06, + 2.945906069972261e-06, + 1.0349449797506706e-05, + 3.926220151540484e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 1.559727071641605e-06, + 1.559727071641605e-06, + 1.559727071641605e-06, + 5.070266495873888e-06, + 7.407835270293738e-05, + 4.649089705277725e-06, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 1.6401397743888062e-06, + 3.6801983165480106e-06, + 6.163465266679716e-06, + 5.109330989268042e-06, + 1.7505220608093224e-06, + 0.0, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.2235505806429962e-06, + 2.8035065762018493e-06, + 5.377014106523657e-06, + 2.5408936126640944e-06 + ], + [ + 9.17662935482247e-07, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 1.7836161441598367e-06, + 1.7031103297560137e-06, + 2.0462488858699416e-06, + 6.666666666666667e-07, + 6.666666666666666e-07, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 1.7505220608093222e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 3.4199278402838465e-06, + 4.171751283565433e-06, + 2.7187888600435815e-06, + 1.4017532881009246e-06, + 1.7505220608093224e-06, + 1.2235505806429962e-06, + 1.559727071641605e-06, + 1.0922373625455003e-06, + 2.6490647141300876e-06, + 5.173029471994977e-06, + 3.926220151540484e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 2.0462488858699416e-06, + 2.029029094007152e-06, + 2.074630947241331e-06, + 2.945906069972261e-06, + 1.0349449797506706e-05, + 4.649089705277725e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 1.559727071641605e-06, + 1.559727071641605e-06, + 1.559727071641605e-06, + 5.070266495873888e-06, + 7.407835270293738e-05, + 5.109330989268042e-06, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 1.6401397743888062e-06, + 3.6801983165480106e-06, + 6.163465266679716e-06, + 2.5408936126640944e-06, + 1.7505220608093224e-06, + 0.0, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.2235505806429962e-06, + 2.8035065762018493e-06, + 5.377014106523657e-06 + ], + [ + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.7505220608093224e-06, + 1.7031103297560137e-06, + 1.0922373625455003e-06, + 0.0, + 0.0, + 9.17662935482247e-07, + 6.666666666666666e-07, + 0.0, + 1.7031103297560135e-06, + 1.2235505806429962e-06, + 2.0519567041703083e-06, + 6.666666666666667e-07, + 1.5597270716416047e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 3.926220151540484e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 1.4589910797397747e-06, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 9.17662935482247e-07, + 2.1844747250910007e-06, + 5.109330989268041e-06, + 2.836685323706348e-06, + 1.223550580642996e-06, + 0.0, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 3.1306819689395583e-06, + 1.0810434638626849e-05, + 3.98828694410746e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 0.0, + 1.3333333333333334e-06, + 2.7187888600435802e-06, + 7.320163613036132e-05, + 4.585764905234666e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 1.6401397743888062e-06, + 5.333333333333334e-06, + 6.229527874876197e-06, + 5.070266495873891e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 4.271488503447917e-06 + ], + [ + 1.7505220608093224e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.7031103297560135e-06, + 1.7031103297560137e-06, + 1.0922373625455003e-06, + 0.0, + 0.0, + 9.17662935482247e-07, + 6.666666666666666e-07, + 0.0, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 2.0519567041703083e-06, + 6.666666666666667e-07, + 1.5597270716416047e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 2.1844747250910007e-06, + 3.926220151540484e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 1.4589910797397747e-06, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 9.17662935482247e-07, + 3.1306819689395583e-06, + 5.109330989268041e-06, + 2.836685323706348e-06, + 1.223550580642996e-06, + 0.0, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 2.7187888600435802e-06, + 1.0810434638626849e-05, + 3.98828694410746e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 0.0, + 1.3333333333333334e-06, + 5.333333333333334e-06, + 7.320163613036132e-05, + 4.585764905234666e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 1.6401397743888062e-06, + 4.271488503447917e-06, + 6.229527874876197e-06, + 5.070266495873891e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.0922373625455003e-06 + ], + [ + 6.666666666666667e-07, + 1.7505220608093224e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 0.0, + 1.7031103297560135e-06, + 1.7031103297560137e-06, + 1.0922373625455003e-06, + 0.0, + 0.0, + 9.17662935482247e-07, + 6.666666666666666e-07, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 2.0519567041703083e-06, + 6.666666666666667e-07, + 1.5597270716416047e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 9.17662935482247e-07, + 2.1844747250910007e-06, + 3.926220151540484e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 1.4589910797397747e-06, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 9.17662935482247e-07, + 3.1306819689395583e-06, + 5.109330989268041e-06, + 2.836685323706348e-06, + 1.223550580642996e-06, + 0.0, + 6.666666666666667e-07, + 9.17662935482247e-07, + 1.3333333333333334e-06, + 2.7187888600435802e-06, + 1.0810434638626849e-05, + 3.98828694410746e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 0.0, + 1.6401397743888062e-06, + 5.333333333333334e-06, + 7.320163613036132e-05, + 4.585764905234666e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 1.0922373625455003e-06, + 4.271488503447917e-06, + 6.229527874876197e-06, + 5.070266495873891e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07 + ], + [ + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.7505220608093224e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666666e-07, + 0.0, + 1.7031103297560135e-06, + 1.7031103297560137e-06, + 1.0922373625455003e-06, + 0.0, + 0.0, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 2.0519567041703083e-06, + 6.666666666666667e-07, + 1.5597270716416047e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 2.1844747250910007e-06, + 3.926220151540484e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 1.4589910797397747e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 9.17662935482247e-07, + 3.1306819689395583e-06, + 5.109330989268041e-06, + 2.836685323706348e-06, + 1.223550580642996e-06, + 0.0, + 6.666666666666667e-07, + 0.0, + 1.3333333333333334e-06, + 2.7187888600435802e-06, + 1.0810434638626849e-05, + 3.98828694410746e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 9.17662935482247e-07, + 1.6401397743888062e-06, + 5.333333333333334e-06, + 7.320163613036132e-05, + 4.585764905234666e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 4.271488503447917e-06, + 6.229527874876197e-06, + 5.070266495873891e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07 + ], + [ + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.7505220608093224e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666666e-07, + 0.0, + 1.7031103297560135e-06, + 1.7031103297560137e-06, + 1.0922373625455003e-06, + 0.0, + 0.0, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 2.0519567041703083e-06, + 6.666666666666667e-07, + 1.5597270716416047e-06, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 9.17662935482247e-07, + 2.1844747250910007e-06, + 3.926220151540484e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 1.4589910797397747e-06, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 3.1306819689395583e-06, + 5.109330989268041e-06, + 2.836685323706348e-06, + 1.223550580642996e-06, + 0.0, + 0.0, + 0.0, + 1.3333333333333334e-06, + 2.7187888600435802e-06, + 1.0810434638626849e-05, + 3.98828694410746e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 1.6401397743888062e-06, + 5.333333333333334e-06, + 7.320163613036132e-05, + 4.585764905234666e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 4.271488503447917e-06, + 6.229527874876197e-06, + 5.070266495873891e-06, + 6.666666666666667e-07, + 6.666666666666667e-07 + ], + [ + 6.666666666666667e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.7505220608093224e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 0.0, + 9.17662935482247e-07, + 6.666666666666666e-07, + 0.0, + 1.7031103297560135e-06, + 1.7031103297560137e-06, + 1.0922373625455003e-06, + 0.0, + 1.5597270716416047e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 2.0519567041703083e-06, + 6.666666666666667e-07, + 1.4589910797397747e-06, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 9.17662935482247e-07, + 2.1844747250910007e-06, + 3.926220151540484e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 0.0, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 3.1306819689395583e-06, + 5.109330989268041e-06, + 2.836685323706348e-06, + 1.223550580642996e-06, + 6.666666666666667e-07, + 0.0, + 0.0, + 1.3333333333333334e-06, + 2.7187888600435802e-06, + 1.0810434638626849e-05, + 3.98828694410746e-06, + 9.17662935482247e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 1.6401397743888062e-06, + 5.333333333333334e-06, + 7.320163613036132e-05, + 4.585764905234666e-06, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 4.271488503447917e-06, + 6.229527874876197e-06, + 5.070266495873891e-06, + 6.666666666666667e-07 + ], + [ + 1.0922373625455003e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.7505220608093224e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 0.0, + 0.0, + 9.17662935482247e-07, + 6.666666666666666e-07, + 0.0, + 1.7031103297560135e-06, + 1.7031103297560137e-06, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 1.5597270716416047e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 2.0519567041703083e-06, + 1.0922373625455003e-06, + 1.4589910797397747e-06, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 9.17662935482247e-07, + 2.1844747250910007e-06, + 3.926220151540484e-06, + 2.3445844031281563e-06, + 1.223550580642996e-06, + 0.0, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 3.1306819689395583e-06, + 5.109330989268041e-06, + 2.836685323706348e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 0.0, + 1.3333333333333334e-06, + 2.7187888600435802e-06, + 1.0810434638626849e-05, + 3.98828694410746e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 1.6401397743888062e-06, + 5.333333333333334e-06, + 7.320163613036132e-05, + 4.585764905234666e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 4.271488503447917e-06, + 6.229527874876197e-06, + 5.070266495873891e-06 + ], + [ + 6.666666666666667e-07, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.7505220608093224e-06, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 0.0, + 0.0, + 9.17662935482247e-07, + 6.666666666666666e-07, + 0.0, + 1.7031103297560135e-06, + 1.7031103297560137e-06, + 2.0519567041703083e-06, + 6.666666666666667e-07, + 1.5597270716416047e-06, + 9.17662935482247e-07, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.2235505806429962e-06, + 2.3445844031281563e-06, + 1.0922373625455003e-06, + 1.4589910797397747e-06, + 1.0922373625455003e-06, + 6.666666666666667e-07, + 9.17662935482247e-07, + 2.1844747250910007e-06, + 3.926220151540484e-06, + 2.836685323706348e-06, + 1.223550580642996e-06, + 0.0, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 3.1306819689395583e-06, + 5.109330989268041e-06, + 3.98828694410746e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 0.0, + 1.3333333333333334e-06, + 2.7187888600435802e-06, + 1.0810434638626849e-05, + 4.585764905234666e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 1.6401397743888062e-06, + 5.333333333333334e-06, + 7.320163613036132e-05, + 5.070266495873891e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 1.0922373625455003e-06, + 4.271488503447917e-06, + 6.229527874876197e-06 + ], + [ + 1.2235505806429962e-06, + 1.4589910797397747e-06, + 0.0, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 6.666666666666666e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.3245323570650438e-06, + 2e-06, + 9.17662935482247e-07, + 0.0, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 9.17662935482247e-07, + 1.7505220608093224e-06, + 1.2235505806429962e-06, + 2.029029094007152e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.223550580642996e-06, + 6.666666666666666e-07, + 0.0, + 1.6401397743888062e-06, + 2.344584403128157e-06, + 2.8159944178573064e-06, + 9.17662935482247e-07, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 1.803181074740996e-06, + 4.4221663871405345e-06, + 2.836685323706348e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 0.0, + 1.4589910797397747e-06, + 9.17662935482247e-07, + 3.1935607727670885e-06, + 1.1011955225786941e-05, + 3.926220151540484e-06, + 9.17662935482247e-07, + 9.17662935482247e-07, + 0.0, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 2.7187888600435802e-06, + 7.482861509760529e-05, + 4.443274699867153e-06, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 0.0, + 6.666666666666666e-07, + 1.6401397743888062e-06, + 5.081787225328193e-06 + ], + [ + 0.0, + 1.2235505806429962e-06, + 1.4589910797397747e-06, + 0.0, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.3245323570650438e-06, + 6.666666666666666e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.7505220608093224e-06, + 2e-06, + 9.17662935482247e-07, + 0.0, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 9.17662935482247e-07, + 1.6401397743888062e-06, + 1.2235505806429962e-06, + 2.029029094007152e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.223550580642996e-06, + 6.666666666666666e-07, + 0.0, + 1.803181074740996e-06, + 2.344584403128157e-06, + 2.8159944178573064e-06, + 9.17662935482247e-07, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 3.1935607727670885e-06, + 4.4221663871405345e-06, + 2.836685323706348e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 0.0, + 1.4589910797397747e-06, + 9.17662935482247e-07, + 2.7187888600435802e-06, + 1.1011955225786941e-05, + 3.926220151540484e-06, + 9.17662935482247e-07, + 9.17662935482247e-07, + 0.0, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 5.081787225328193e-06, + 7.482861509760529e-05, + 4.443274699867153e-06, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 0.0, + 6.666666666666666e-07, + 1.6401397743888062e-06 + ], + [ + 6.666666666666667e-07, + 0.0, + 1.2235505806429962e-06, + 1.4589910797397747e-06, + 0.0, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.3245323570650438e-06, + 6.666666666666666e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 1.7505220608093224e-06, + 2e-06, + 9.17662935482247e-07, + 0.0, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 0.0, + 1.6401397743888062e-06, + 1.2235505806429962e-06, + 2.029029094007152e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.223550580642996e-06, + 6.666666666666666e-07, + 0.0, + 1.803181074740996e-06, + 2.344584403128157e-06, + 2.8159944178573064e-06, + 9.17662935482247e-07, + 0.0, + 0.0, + 9.17662935482247e-07, + 9.17662935482247e-07, + 3.1935607727670885e-06, + 4.4221663871405345e-06, + 2.836685323706348e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 0.0, + 1.4589910797397747e-06, + 1.0922373625455003e-06, + 2.7187888600435802e-06, + 1.1011955225786941e-05, + 3.926220151540484e-06, + 9.17662935482247e-07, + 9.17662935482247e-07, + 0.0, + 1.0922373625455003e-06, + 1.6401397743888062e-06, + 5.081787225328193e-06, + 7.482861509760529e-05, + 4.443274699867153e-06, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 0.0, + 6.666666666666666e-07 + ], + [ + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 1.2235505806429962e-06, + 1.4589910797397747e-06, + 0.0, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.3245323570650438e-06, + 6.666666666666666e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 9.17662935482247e-07, + 1.7505220608093224e-06, + 2e-06, + 9.17662935482247e-07, + 0.0, + 9.17662935482247e-07, + 6.666666666666667e-07, + 6.666666666666666e-07, + 0.0, + 1.6401397743888062e-06, + 1.2235505806429962e-06, + 2.029029094007152e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.223550580642996e-06, + 9.17662935482247e-07, + 0.0, + 1.803181074740996e-06, + 2.344584403128157e-06, + 2.8159944178573064e-06, + 9.17662935482247e-07, + 0.0, + 0.0, + 1.4589910797397747e-06, + 9.17662935482247e-07, + 3.1935607727670885e-06, + 4.4221663871405345e-06, + 2.836685323706348e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 0.0, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 2.7187888600435802e-06, + 1.1011955225786941e-05, + 3.926220151540484e-06, + 9.17662935482247e-07, + 9.17662935482247e-07, + 0.0, + 6.666666666666666e-07, + 1.6401397743888062e-06, + 5.081787225328193e-06, + 7.482861509760529e-05, + 4.443274699867153e-06, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 0.0 + ], + [ + 9.17662935482247e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 1.2235505806429962e-06, + 1.4589910797397747e-06, + 0.0, + 6.666666666666667e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.3245323570650438e-06, + 6.666666666666666e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 9.17662935482247e-07, + 1.7505220608093224e-06, + 2e-06, + 9.17662935482247e-07, + 0.0, + 9.17662935482247e-07, + 1.223550580642996e-06, + 6.666666666666666e-07, + 0.0, + 1.6401397743888062e-06, + 1.2235505806429962e-06, + 2.029029094007152e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 0.0, + 9.17662935482247e-07, + 0.0, + 1.803181074740996e-06, + 2.344584403128157e-06, + 2.8159944178573064e-06, + 9.17662935482247e-07, + 0.0, + 0.0, + 1.4589910797397747e-06, + 9.17662935482247e-07, + 3.1935607727670885e-06, + 4.4221663871405345e-06, + 2.836685323706348e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 0.0, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 2.7187888600435802e-06, + 1.1011955225786941e-05, + 3.926220151540484e-06, + 9.17662935482247e-07, + 9.17662935482247e-07, + 0.0, + 6.666666666666666e-07, + 1.6401397743888062e-06, + 5.081787225328193e-06, + 7.482861509760529e-05, + 4.443274699867153e-06, + 1.2235505806429962e-06, + 6.666666666666667e-07 + ], + [ + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 1.2235505806429962e-06, + 1.4589910797397747e-06, + 0.0, + 9.17662935482247e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.3245323570650438e-06, + 6.666666666666666e-07, + 6.666666666666667e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 9.17662935482247e-07, + 1.7505220608093224e-06, + 2e-06, + 9.17662935482247e-07, + 0.0, + 1.559727071641605e-06, + 1.223550580642996e-06, + 6.666666666666666e-07, + 0.0, + 1.6401397743888062e-06, + 1.2235505806429962e-06, + 2.029029094007152e-06, + 6.666666666666667e-07, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 1.803181074740996e-06, + 2.344584403128157e-06, + 2.8159944178573064e-06, + 9.17662935482247e-07, + 9.17662935482247e-07, + 0.0, + 1.4589910797397747e-06, + 9.17662935482247e-07, + 3.1935607727670885e-06, + 4.4221663871405345e-06, + 2.836685323706348e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 0.0, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 2.7187888600435802e-06, + 1.1011955225786941e-05, + 3.926220151540484e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 6.666666666666666e-07, + 1.6401397743888062e-06, + 5.081787225328193e-06, + 7.482861509760529e-05, + 4.443274699867153e-06, + 1.2235505806429962e-06 + ], + [ + 0.0, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 1.2235505806429962e-06, + 1.4589910797397747e-06, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.3245323570650438e-06, + 6.666666666666666e-07, + 6.666666666666667e-07, + 0.0, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 9.17662935482247e-07, + 1.7505220608093224e-06, + 2e-06, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.223550580642996e-06, + 6.666666666666666e-07, + 0.0, + 1.6401397743888062e-06, + 1.2235505806429962e-06, + 2.029029094007152e-06, + 9.17662935482247e-07, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 1.803181074740996e-06, + 2.344584403128157e-06, + 2.8159944178573064e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 0.0, + 1.4589910797397747e-06, + 9.17662935482247e-07, + 3.1935607727670885e-06, + 4.4221663871405345e-06, + 2.836685323706348e-06, + 9.17662935482247e-07, + 9.17662935482247e-07, + 0.0, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 2.7187888600435802e-06, + 1.1011955225786941e-05, + 3.926220151540484e-06, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 0.0, + 6.666666666666666e-07, + 1.6401397743888062e-06, + 5.081787225328193e-06, + 7.482861509760529e-05, + 4.443274699867153e-06 + ], + [ + 1.4589910797397747e-06, + 0.0, + 6.666666666666667e-07, + 9.17662935482247e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 9.17662935482247e-07, + 6.666666666666667e-07, + 1.3245323570650438e-06, + 6.666666666666666e-07, + 9.17662935482247e-07, + 0.0, + 9.17662935482247e-07, + 6.666666666666667e-07, + 0.0, + 9.17662935482247e-07, + 1.7505220608093224e-06, + 2e-06, + 2.029029094007152e-06, + 6.666666666666667e-07, + 1.559727071641605e-06, + 1.223550580642996e-06, + 6.666666666666666e-07, + 0.0, + 1.6401397743888062e-06, + 1.2235505806429962e-06, + 2.8159944178573064e-06, + 9.17662935482247e-07, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 1.803181074740996e-06, + 2.344584403128157e-06, + 2.836685323706348e-06, + 1.0922373625455003e-06, + 9.17662935482247e-07, + 0.0, + 1.4589910797397747e-06, + 9.17662935482247e-07, + 3.1935607727670885e-06, + 4.4221663871405345e-06, + 3.926220151540484e-06, + 9.17662935482247e-07, + 9.17662935482247e-07, + 0.0, + 1.0922373625455003e-06, + 1.0922373625455003e-06, + 2.7187888600435802e-06, + 1.1011955225786941e-05, + 4.443274699867153e-06, + 1.2235505806429962e-06, + 6.666666666666667e-07, + 0.0, + 6.666666666666666e-07, + 1.6401397743888062e-06, + 5.081787225328193e-06, + 7.482861509760529e-05 + ] + ], + "sources": [ + 0, + 8, + 16, + 24 + ], + "measured_columns": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 57, + 58, + 59, + 60, + 61, + 62, + 63 + ], + "particles_per_source": 1500000, + "note": "columns outside measured_columns are filled by the lattice symmetry" + }, + "synapse_septum": { + "G": [ + [ + 0.013134666666666666, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.00011800000000000001, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.6666666666666667e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 8.666666666666666e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 1.8000000000000004e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 9.333333333333333e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.6666666666666664e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666666e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 2.666666666666667e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 3.066666666666667e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.6e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.6e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 0.00010533333333333334, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.013112666666666667, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.00011800000000000001, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.7333333333333328e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 1.0666666666666666e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.6000000000000003e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 9.333333333333333e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.6666666666666664e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 2.7333333333333328e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 3.399999999999999e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.6666666666666663e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.6e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 2.7999999999999993e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.00010333333333333334, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.013114000000000004, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.00011866666666666666, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 5.333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0666666666666666e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.6000000000000003e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 8.666666666666666e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.666666666666667e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 5.333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.666666666666667e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.666666666666667e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.666666666666667e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 4.666666666666666e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 1.1999999999999999e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.7999999999999996e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 3.066666666666666e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.6e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 1.4000000000000001e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.599999999999999e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.00010400000000000001, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.013110666666666668, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 2e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 5.333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 9.999999999999999e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.6666666666666667e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 4.000000000000001e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 4.000000000000001e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 3.3333333333333333e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.666666666666667e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.000000000000001e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.000000000000001e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 2e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 4.666666666666667e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 9.999999999999999e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.1333333333333332e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.7999999999999996e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 3.066666666666666e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 2.6666666666666664e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3999999999999998e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.7999999999999996e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.00010266666666666668, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 2e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 3.3333333333333333e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.000000000000001e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.1333333333333332e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 3.3333333333333333e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.666666666666667e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.000000000000001e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.666666666666667e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 3.3333333333333333e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666666e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 4.666666666666666e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 5.333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 4.666666666666666e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0666666666666667e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.2e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.7999999999999996e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 4e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.6666666666666664e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.6e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.8666666666666668e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 2e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 3.3333333333333333e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 5.333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.666666666666667e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.666666666666667e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.666666666666667e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666666e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 4.666666666666667e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 4.666666666666667e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 4.000000000000001e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 9.999999999999999e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.2e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 4e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.6666666666666664e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3999999999999998e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 2e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.666666666666667e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666666e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666666e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.666666666666667e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 2e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 9.999999999999999e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 2e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666666e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 4.666666666666667e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.6666666666666664e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666666e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666666e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.666666666666667e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.666666666666667e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 2e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 5.333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ] + ], + "std": [ + [ + 7.483877407643388e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.069623095885396e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 4.639015826256396e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.2216373499335763e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 3.9023160014840664e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.577455111888696e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.2235505806429962e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0922373625455003e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666666e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0922373625455003e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.4589910797397747e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 1.2235505806429962e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0922373625455003e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 4.443274699867153e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 3.926220151540484e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.836685323706348e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.8159944178573064e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.186194779341597e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 7.296863060680448e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.043049958714474e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 5.512346588548357e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 2.4850429767895816e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 3.941086619536553e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.752988806446741e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.2235505806429962e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0922373625455003e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0922373625455003e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 5.070266495873891e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 4.585764905234666e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 3.98828694410746e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.836685323706348e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 5.200089967732735e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.108186434652086e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 7.404424155596288e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0047838788888152e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 2.029029094007152e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.2890535340772054e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 3.941086619536553e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.609026167722288e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0922373625455003e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.4589910797397747e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.559727071641605e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.029029094007152e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.559727071641605e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.0462488858699416e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.2235505806429962e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.2235505806429962e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 1.7505220608093224e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 2.5408936126640944e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 5.109330989268042e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 4.649089705277725e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 3.926220151540484e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 3.2767120876365006e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 4.686673903815133e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.3134498590554325e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 7.266425233393228e-05, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 1.0922373625455003e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.7836161441598367e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.344584403128156e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 4.419520759391232e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.4017532881009246e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.9586365946600506e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.6401397743888062e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.223550580642996e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0922373625455003e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.644645920871757e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.803181074740996e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 1.0922373625455003e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 2.3445844031281563e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.609026167722288e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 5.109330989268042e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 4.649089705277725e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 1.2235505806429962e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 3.550800914512517e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 5.109330989268039e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.496062685146792e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 1.0922373625455003e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.9041352352582645e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.8031810747409962e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.4230858485080064e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3245323570650438e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.559727071641605e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.5217718205053642e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.223550580642996e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.6401397743888062e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666666e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0922373625455003e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.7505220608093226e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.447101161285992e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0922373625455003e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.7505220608093224e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.3333333333333334e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 2.0462488858699416e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.289053534077206e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.7187888600435815e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 5.548299354846867e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 1.7031103297560137e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.2235505806429962e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 4.171751283565433e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 5.23371883706959e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 1.0922373625455003e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.6401397743888062e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.7836161441598367e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0922373625455003e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.2235505806429962e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.559727071641605e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0922373625455003e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.2235505806429962e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666666e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.7505220608093222e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.7505220608093224e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0922373625455003e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.4017532881009246e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.0462488858699416e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.3445844031281563e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.7187888600435815e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.7031103297560137e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.2235505806429962e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 3.926220151540484e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 1.4589910797397747e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.223550580642996e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666666e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666666e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.2235505806429962e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0922373625455003e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0922373625455003e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.4589910797397747e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 1.0922373625455003e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0922373625455003e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0922373625455003e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.0519567041703083e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.3445844031281563e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 1.0922373625455003e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666666e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.2235505806429962e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666666e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666666e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.223550580642996e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.559727071641605e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + [ + 1.4589910797397747e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 6.666666666666667e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 9.17662935482247e-07, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.029029094007152e-06, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ] + ], + "sources": [ + 0, + 8, + 16, + 24 + ], + "measured_columns": [ + 0, + 8, + 16, + 24 + ], + "particles_per_source": 1500000, + "note": "columns outside measured_columns are filled by the lattice symmetry" + }, + "gate_000_csi": { + "sites": { + "total": [ + [ + 531.2743333333334, + 683.067, + 341.5335, + 758.9633333333334, + 303.5853333333333, + 1100.4968333333331, + 758.9633333333334, + 607.1706666666666, + 645.1188333333333, + 645.1188333333332, + 645.1188333333332, + 1328.1858333333332, + 645.1188333333333, + 1593.8229999999999, + 1024.6005, + 645.1188333333333, + 1366.134, + 1593.8229999999999, + 1517.9266666666667, + 1404.0821666666666, + 1859.4601666666665, + 1404.0821666666666, + 1859.4601666666665, + 1593.8229999999999, + 2276.89, + 2884.0606666666663, + 1897.4083333333333, + 3035.853333333333, + 2542.5271666666663, + 2466.630833333333, + 1783.5638333333332, + 1707.6675, + 2276.89, + 1631.7711666666667, + 1935.3564999999999, + 2656.3716666666664, + 2997.9051666666664, + 2200.9936666666663, + 1669.7193333333332, + 2011.2528333333332, + 1404.0821666666666, + 1669.7193333333332, + 1593.8229999999999, + 1669.7193333333332, + 1024.6005, + 1024.6005, + 758.9633333333334, + 1897.4083333333333, + 834.8596666666666, + 948.7041666666667, + 493.3261666666666, + 1024.6005, + 1214.3413333333333, + 834.8596666666666, + 531.2743333333333, + 1290.2376666666664, + 151.79266666666666, + 493.3261666666666, + 1138.4450000000002, + 1252.2895, + 986.6523333333332, + 1062.5486666666668, + 796.9114999999999, + 683.067 + ], + [ + 174.9865550862166, + 285.57496648880465, + 140.1083055730605, + 330.3659238225969, + 101.52744406190226, + 255.1588174716614, + 220.24394921506462, + 255.9003442238692, + 192.91000171886887, + 192.9100017188689, + 167.6876017914786, + 269.03927540122055, + 247.9273428770977, + 440.14363272811903, + 340.64466700313534, + 228.8511096269832, + 379.8809110344947, + 338.9718233667844, + 369.360331558422, + 322.35374957678863, + 337.0658975621601, + 511.4303282512886, + 298.93096312771064, + 320.5854765037561, + 415.70133798597936, + 497.38086568124515, + 337.1783090702251, + 404.6139708842704, + 431.0083207823065, + 426.05607064278735, + 427.47685347948135, + 400.3770586228851, + 489.39275996521894, + 431.0083207823063, + 402.64229343827327, + 478.42897108802396, + 606.8585126865128, + 429.6874218109124, + 337.62758083388695, + 374.556387931912, + 287.55860899329116, + 363.56932939528286, + 320.5854765037561, + 337.62758083388695, + 241.73592001031307, + 282.23791609791016, + 258.2589226010225, + 293.9452350382068, + 257.671301992974, + 257.5241873352536, + 176.49601728493192, + 307.923371795027, + 248.69043284062246, + 306.0717412250662, + 174.98655508621664, + 369.7705041795978, + 118.09266143660786, + 208.03291424412865, + 299.0577093547869, + 336.1652522715747, + 264.63664647624483, + 293.42908848541265, + 236.66618931511968, + 226.35356912676886 + ] + ], + "heating": [ + [ + 29775172.764810264, + 29822463.237463854, + 17800307.294885013, + 21567694.46520216, + 28621428.392853566, + 70644389.34543212, + 48685464.41982542, + 38242175.781604216, + 38884441.21145354, + 35414074.72275835, + 50133191.93834015, + 139636359.33683842, + 91849735.97015458, + 95578640.54178718, + 74042498.25078428, + 53992537.74430839, + 172439083.78363496, + 142600880.2525361, + 160232948.1811138, + 109690093.63260236, + 155340746.87678933, + 157447033.4149546, + 175875511.32817847, + 132057759.84561494, + 206066450.15655324, + 311261961.7555193, + 141235381.132831, + 287447755.3858709, + 249466465.45844048, + 338650168.0928213, + 149720372.29638812, + 143182181.56369814, + 156204884.50327554, + 167274187.52686757, + 146110496.1952139, + 257861662.37999016, + 377842743.71280676, + 225530359.9703175, + 111620194.3816278, + 187318540.05992636, + 96655532.34369266, + 139851084.7579039, + 99147546.00655353, + 144080246.62853974, + 84023739.54888842, + 129088504.58460812, + 62682742.55180742, + 131826282.27045207, + 78929445.33683854, + 35745572.376277916, + 45033484.58600858, + 80830640.43670395, + 108904425.66729173, + 98561131.61801592, + 66728915.97320372, + 85966094.76201534, + 2525410.9867995274, + 28189045.13311551, + 73753359.44472167, + 98372432.44465709, + 69777389.47019377, + 85435367.83108336, + 51874866.784013785, + 49360793.43236032 + ], + [ + 13679369.58158047, + 13647847.029455516, + 8777802.81887845, + 9688012.599758798, + 14690421.777437063, + 23852408.805486117, + 20992601.538944673, + 23562017.139894154, + 11458813.89099603, + 15208449.764065744, + 18280399.253446065, + 30437178.316605557, + 37987890.09433928, + 30413465.762346823, + 39874665.64511965, + 22239551.683145754, + 51785959.47965293, + 35744654.3663364, + 47554268.911848255, + 28038746.81455632, + 50239331.56135049, + 60113405.46154902, + 44977594.58437797, + 38023861.33308476, + 42362282.2974021, + 62173586.921192564, + 37400671.22655372, + 44225363.73972971, + 55929902.10147403, + 63194704.67276993, + 40112978.48213741, + 32428771.753204055, + 45079311.67048712, + 54379978.054656714, + 31295367.38792972, + 75694828.66771258, + 88859693.38338126, + 47647973.59710091, + 23397543.008490138, + 35506652.88837167, + 32116501.86192491, + 31882934.55848304, + 25971958.671908047, + 36997131.2348235, + 21941550.832980726, + 60035441.94418648, + 27842977.421153735, + 29371435.08118964, + 28541640.144793052, + 9171937.149368633, + 22122262.57511152, + 28148213.81329065, + 34472828.54563551, + 54223212.22560497, + 35676492.058323935, + 34392250.76816025, + 2525410.9867995274, + 11634608.461607832, + 24122143.35385125, + 31716083.020436026, + 22907795.123461783, + 29563711.86218124, + 19810437.456909504, + 16334977.279505111 + ] + ], + "flux": [ + [ + 103.3864134707654, + 168.0370200972249, + 32.18102831222318, + 55.676621135087046, + 152.13157250644838, + 271.00739746361126, + 238.06187815411946, + 310.9364842228948, + 143.85780998323213, + 339.1600568418953, + 252.7337832840873, + 735.843067015691, + 462.0089864483957, + 438.1426294446684, + 427.2793534114112, + 300.006089426932, + 998.6136992621917, + 771.7338739613581, + 989.6599165063005, + 468.3130993130429, + 883.6496718308306, + 789.2571261249384, + 1243.9036017279948, + 780.4616756376987, + 1205.4373605812737, + 1794.990291195319, + 615.9050856665423, + 1586.2319472593827, + 1472.420356353507, + 2035.1010714669312, + 665.4330211773347, + 998.4716203309188, + 790.625694100054, + 887.806075473809, + 1271.5985693108055, + 1806.183422319548, + 2070.1397863455923, + 1158.9504092014686, + 851.5625604674203, + 884.0871648599135, + 469.6570531508273, + 856.0885995060473, + 1005.349463566736, + 971.6207456156332, + 580.0294084622797, + 919.9410428528836, + 375.6194982552615, + 839.618568808239, + 348.5226274681414, + 202.83017514845707, + 179.97483372570738, + 389.87893394510684, + 547.8802675991126, + 514.9051641501894, + 270.63193729474244, + 499.66337043100685, + 53.338231533504256, + 53.15828452791099, + 313.4121792823165, + 529.6205102218202, + 331.9272253086819, + 446.46469068371755, + 335.2992857836174, + 139.78350381009778 + ], + [ + 54.50490477300803, + 112.33719847568325, + 15.890680921489917, + 26.83634547754278, + 74.93218498082052, + 110.05547425285936, + 110.12451700806399, + 159.26168766736131, + 90.29012877981258, + 144.1889122270743, + 122.47419299670703, + 206.40289895809138, + 204.12352112379463, + 171.90911276162146, + 196.3202306082777, + 121.80622702449695, + 249.17242747480248, + 206.60518381257444, + 268.5077252839731, + 131.4511739679901, + 338.96526576112626, + 325.2164905373766, + 349.07918274473525, + 241.94484554904247, + 236.40478924496787, + 322.51677825951884, + 186.99099075430877, + 257.3155264619986, + 309.7819199997673, + 372.6334174697533, + 221.49356716741124, + 243.10205295928537, + 286.3963763539381, + 279.5068414896171, + 287.51519996175364, + 376.18777391734125, + 519.2066546193626, + 258.3349675949715, + 233.61082039611142, + 199.4786217971861, + 186.23815463780133, + 252.95823269525403, + 315.9774198623815, + 315.8424246473763, + 231.44005409089823, + 270.6338204941357, + 206.20222305453842, + 235.30965762644541, + 139.84598664388523, + 93.6335600704401, + 121.85616986646541, + 164.5087778015653, + 158.79248919423793, + 257.9806841793366, + 153.7419965132337, + 190.9234508120014, + 50.34655300042633, + 33.110872842040116, + 144.48575704237405, + 222.71323927361598, + 146.10856824606367, + 200.52455470312648, + 129.19962221113607, + 59.85397381027912 + ] + ] + }, + "site_spectrum": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0077944634696939475, + 0.010709992686747771, + 0.01594864650553184, + 0.02974183612107642, + 0.10695378398678869, + 0.24010242379732175, + 3.0782307043558674, + 0.11269683940859983, + 0.1964744742441429, + 0.6571223695962699, + 0.3324870132000007, + 0.7277296943398243, + 2.1727762613293082, + 76.82679290862943, + 497.9360783337722, + 6.823904046238269, + 175.4015124879812, + 255.02179459220625, + 220.51106748611338, + 500.85046539320683, + 1450.732148749373, + 2649.121295335096, + 4616.186311563304, + 6625.330657106324, + 7797.59248394468, + 7259.5697062603995, + 5719.788349258213, + 3672.143744230176, + 1817.137451213098, + 696.0339808481966, + 81.88817586954477, + 0.0 + ], + "detectors": { + "names": [ + "paddles", + "czt_0", + "czt_1", + "czt_2", + "czt_3" + ], + "total": [ + [ + 1514739.020666667, + 19922.7875, + 21137.128833333332, + 19619.202166666666, + 21326.869666666673 + ], + [ + 6717.575845561913, + 1081.6015868080653, + 1097.4623059888656, + 965.1784311765873, + 1663.6256127939052 + ] + ], + "heating": [ + [ + 115305747750.28177, + 1712541891.2814019, + 1835610669.8382123, + 1762125032.676736, + 1848382025.576608 + ], + [ + 995418820.3674045, + 127448422.88461545, + 117391291.03264757, + 98193557.89257011, + 137836638.705224 + ] + ], + "flux": [ + [ + 11483818.108932013, + 10163.024497631892, + 9757.415903104407, + 10074.31712394908, + 10096.156528038444 + ], + [ + 56441.76234103615, + 807.3140427387215, + 670.4996897248847, + 561.2238342505744, + 740.9666106193846 + ] + ] + }, + "detector_spectrum": { + "paddles": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.23949395258653522, + 0.30038274808466026, + 1.4675538718559455, + 2.421966720038205, + 3.40852299271441, + 13.663694328195922, + 13.69444995746529, + 35.64413029145032, + 105.70003442803291, + 1409.358855836394, + 199.37196997367977, + 265.11616368889696, + 618.9790230987938, + 3250.813725688469, + 6618.520241283756, + 62628.22536422628, + 662191.7630846273, + 744603.0242187034, + 626498.7985338941, + 771580.1805658132, + 964209.5483751632, + 1068963.7723659407, + 1189054.6701770495, + 1293139.3062139717, + 1278244.8760722855, + 1090998.660748252, + 813263.771148154, + 507950.62594303925, + 258964.92461389405, + 102589.75770324409, + 12661.691273256105, + 0.0 + ], + "czt": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.005193901471938076, + 0.01296668864992055, + 0.011758312445307995, + 0.03873567890560005, + 0.09760785369930398, + 0.8987403675841252, + 0.28583879071698864, + 0.028579050474539326, + 0.08625403630758678, + 0.7633910120454095, + 0.33924655376637225, + 0.7445551405894899, + 1.683886027343086, + 247.4019710240666, + 28.87212582980738, + 2.1530422440478403, + 54.576221738614954, + 176.4786458563416, + 142.49856038772808, + 420.008335939165, + 1407.1651515551207, + 2911.721585555018, + 4704.5899223318565, + 6762.476568706516, + 7475.628542333497, + 6676.448863829568, + 4936.091734922453, + 2685.8522699176146, + 1045.2225008152052, + 893.5656138211807, + 64.08526782056593, + 0.0 + ] + }, + "core_out": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 75.89633333333333, + 4895.3135, + 834.8596666666667, + 75.89633333333333, + 113.84450000000001, + 189.74083333333334, + 4136.350166666666, + 417.4298333333333, + 1366.134, + 35329.743166666674, + 355080.99549999996, + 1547678.0293333335, + 3749999.881833333, + 5901926.569, + 6825471.101166667, + 6387435.413333333, + 5578797.929833333, + 4380356.878333334, + 3355452.7930000005, + 2463443.1873333333, + 1660042.5508333333, + 985893.37, + 477843.3146666667, + 183669.12666666668, + 22465.314666666665, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 53.66681196719461, + 503.36404061423013, + 156.706317087763, + 53.66681196719461, + 62.172608210155616, + 79.31458295891058, + 441.43324472923456, + 150.53919626934243, + 232.62859876453095, + 1131.6673884081179, + 3514.3513560397223, + 7085.142498751493, + 10799.237504198034, + 13244.027484416982, + 14037.374599954104, + 14914.206309125668, + 12945.232154688205, + 13502.397900986112, + 11332.121045971333, + 9022.411054633276, + 8560.518353202784, + 5583.140671812356, + 4915.299610172896, + 2636.9557037850286, + 785.2708363812043, + 0.0 + ] + }, + "contact": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 17.484132287700998, + 0.0, + 10.33431413685129, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 36.18371624180874, + 94.06584702466537, + 169.79426943370513, + 5068.38154927317, + 2673.1904088476963, + 1502.7437205961837, + 4203.469587861384, + 10998.183583419652, + 32784.52640403442, + 79498.96976856659, + 129799.99695325382, + 148964.46738726654, + 130079.8592752323, + 89198.5290660633, + 48736.766883851116, + 20157.540808325986, + 2701.3126243722922, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 12.048076730471296, + 0.0, + 10.33431413685129, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 17.149411103011673, + 39.677198958818906, + 45.09889019501821, + 244.02631308454554, + 160.4615633492953, + 206.06063730665431, + 429.15771795792926, + 415.6499240039202, + 911.5343331463486, + 820.07334536844, + 1198.0836693147323, + 1340.6719669587383, + 989.4869553676604, + 1016.0477374919617, + 630.7687711891564, + 536.7245387809311, + 78.7436629280143, + 0.0 + ] + }, + "dose10": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 38.15210297926504, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 155.7191597096307, + 297.482536983871, + 848.3724314652843, + 19230.245567588656, + 9593.985307911502, + 4511.39984291628, + 11894.383731913687, + 25625.6935144483, + 104861.28230514354, + 308842.3927553406, + 544914.6136923727, + 639722.926124207, + 567376.6443224719, + 390613.5943033509, + 214451.66410190467, + 89132.86156811894, + 11699.67510385536, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 38.15210297926504, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 71.4717951025201, + 113.93425918059896, + 264.554643145591, + 823.4053342039136, + 563.6713651705736, + 539.6557505455968, + 1038.4541328108305, + 975.0305617080877, + 2001.2399082166025, + 3264.874648514886, + 4524.883408842547, + 5065.302719138626, + 4202.732321936365, + 4466.828914425121, + 2689.808657203879, + 2356.0128916830395, + 318.5634087163086, + 0.0 + ] + }, + "dose100": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 97.62577789479772, + 0.0, + 0.0, + 80.00392775078991, + 0.0, + 0.0, + 314.4603553917903, + 455.7344763997654, + 1390.1917578711423, + 34974.50803507889, + 17259.251279769953, + 8959.639789583704, + 22750.626740270945, + 53493.77119068084, + 202259.77644102977, + 593379.310559706, + 1060683.2529000747, + 1251841.8985217682, + 1118384.3425913367, + 773613.7686724749, + 425871.71483021835, + 177223.69818101937, + 23148.603960337015, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 97.62577789479772, + 0.0, + 0.0, + 80.00392775078991, + 0.0, + 0.0, + 144.60306316324935, + 159.70688488693222, + 302.40526630231943, + 1526.0953702034124, + 980.1684863287355, + 1015.688423905467, + 1801.2478188538016, + 1764.198529842818, + 4258.2883193275275, + 6037.0034182506015, + 8681.8639823519, + 10106.019227217419, + 8444.659979361557, + 8914.906573464681, + 5208.570627153694, + 4714.116508051117, + 686.6170622359155, + 0.0 + ] + }, + "leak": { + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 75.89633333333333, + 0.0, + 37.948166666666665, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 151.79266666666666, + 227.689, + 569.2225, + 17456.156666666673, + 8690.130166666666, + 4022.505666666666, + 9373.197166666665, + 21516.6105, + 95970.9135, + 294060.3435, + 529604.614, + 629104.707, + 562353.8818333333, + 388741.01933333336, + 214027.66, + 89026.39900000002, + 11688.035333333335, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 53.66681196719461, + 0.0, + 37.94816666666667, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 74.8910394994032, + 87.05906504875725, + 125.85983031520512, + 735.9452469307165, + 541.3786002540386, + 373.64468746117143, + 722.4853418508693, + 678.7816145620666, + 1898.147180094703, + 3107.5452481364887, + 4201.644016532372, + 5029.558234713756, + 4209.636642564451, + 4219.985566860628, + 2817.030101137898, + 2131.614140480055, + 412.0386997364046, + 0.0 + ] + }, + "heating_by_cell": { + "pellet": [ + 4176090166628.4385, + 3315705344.217154 + ], + "capsule": [ + 1153449679763.8179, + 2503427279.1828227 + ], + "krypton": [ + 44570159923.68177, + 371616627.71381813 + ], + "lamp_wall": [ + 251861796474.74014, + 1369716010.7295344 + ], + "inner_air": [ + 120528745.47025251, + 35636212.767779335 + ], + "site_0_0": [ + 29775172.764810264, + 13679369.58158047 + ], + "site_0_1": [ + 29822463.237463854, + 13647847.029455516 + ], + "site_0_2": [ + 17800307.294885013, + 8777802.81887845 + ], + "site_0_3": [ + 21567694.46520216, + 9688012.599758798 + ], + "site_0_4": [ + 28621428.392853566, + 14690421.777437063 + ], + "site_0_5": [ + 70644389.34543212, + 23852408.805486117 + ], + "site_0_6": [ + 48685464.41982542, + 20992601.538944673 + ], + "site_0_7": [ + 38242175.781604216, + 23562017.139894154 + ], + "site_1_0": [ + 38884441.21145354, + 11458813.89099603 + ], + "site_1_1": [ + 35414074.72275835, + 15208449.764065744 + ], + "site_1_2": [ + 50133191.93834015, + 18280399.253446065 + ], + "site_1_3": [ + 139636359.33683842, + 30437178.316605557 + ], + "site_1_4": [ + 91849735.97015458, + 37987890.09433928 + ], + "site_1_5": [ + 95578640.54178718, + 30413465.762346823 + ], + "site_1_6": [ + 74042498.25078428, + 39874665.64511965 + ], + "site_1_7": [ + 53992537.74430839, + 22239551.683145754 + ], + "site_2_0": [ + 172439083.78363496, + 51785959.47965293 + ], + "site_2_1": [ + 142600880.2525361, + 35744654.3663364 + ], + "site_2_2": [ + 160232948.1811138, + 47554268.911848255 + ], + "site_2_3": [ + 109690093.63260236, + 28038746.81455632 + ], + "site_2_4": [ + 155340746.87678933, + 50239331.56135049 + ], + "site_2_5": [ + 157447033.4149546, + 60113405.46154902 + ], + "site_2_6": [ + 175875511.32817847, + 44977594.58437797 + ], + "site_2_7": [ + 132057759.84561494, + 38023861.33308476 + ], + "site_3_0": [ + 206066450.15655324, + 42362282.2974021 + ], + "site_3_1": [ + 311261961.7555193, + 62173586.921192564 + ], + "site_3_2": [ + 141235381.132831, + 37400671.22655372 + ], + "site_3_3": [ + 287447755.3858709, + 44225363.73972971 + ], + "site_3_4": [ + 249466465.45844048, + 55929902.10147403 + ], + "site_3_5": [ + 338650168.0928213, + 63194704.67276993 + ], + "site_3_6": [ + 149720372.29638812, + 40112978.48213741 + ], + "site_3_7": [ + 143182181.56369814, + 32428771.753204055 + ], + "site_4_0": [ + 156204884.50327554, + 45079311.67048712 + ], + "site_4_1": [ + 167274187.52686757, + 54379978.054656714 + ], + "site_4_2": [ + 146110496.1952139, + 31295367.38792972 + ], + "site_4_3": [ + 257861662.37999016, + 75694828.66771258 + ], + "site_4_4": [ + 377842743.71280676, + 88859693.38338126 + ], + "site_4_5": [ + 225530359.9703175, + 47647973.59710091 + ], + "site_4_6": [ + 111620194.3816278, + 23397543.008490138 + ], + "site_4_7": [ + 187318540.05992636, + 35506652.88837167 + ], + "site_5_0": [ + 96655532.34369266, + 32116501.86192491 + ], + "site_5_1": [ + 139851084.7579039, + 31882934.55848304 + ], + "site_5_2": [ + 99147546.00655353, + 25971958.671908047 + ], + "site_5_3": [ + 144080246.62853974, + 36997131.2348235 + ], + "site_5_4": [ + 84023739.54888842, + 21941550.832980726 + ], + "site_5_5": [ + 129088504.58460812, + 60035441.94418648 + ], + "site_5_6": [ + 62682742.55180742, + 27842977.421153735 + ], + "site_5_7": [ + 131826282.27045207, + 29371435.08118964 + ], + "site_6_0": [ + 78929445.33683854, + 28541640.144793052 + ], + "site_6_1": [ + 35745572.376277916, + 9171937.149368633 + ], + "site_6_2": [ + 45033484.58600858, + 22122262.57511152 + ], + "site_6_3": [ + 80830640.43670395, + 28148213.81329065 + ], + "site_6_4": [ + 108904425.66729173, + 34472828.54563551 + ], + "site_6_5": [ + 98561131.61801592, + 54223212.22560497 + ], + "site_6_6": [ + 66728915.97320372, + 35676492.058323935 + ], + "site_6_7": [ + 85966094.76201534, + 34392250.76816025 + ], + "site_7_0": [ + 2525410.9867995274, + 2525410.9867995274 + ], + "site_7_1": [ + 28189045.13311551, + 11634608.461607832 + ], + "site_7_2": [ + 73753359.44472167, + 24122143.35385125 + ], + "site_7_3": [ + 98372432.44465709, + 31716083.020436026 + ], + "site_7_4": [ + 69777389.47019377, + 22907795.123461783 + ], + "site_7_5": [ + 85435367.83108336, + 29563711.86218124 + ], + "site_7_6": [ + 51874866.784013785, + 19810437.456909504 + ], + "site_7_7": [ + 49360793.43236032, + 16334977.279505111 + ], + "collar": [ + 6483418523126.396, + 7945660723.740788 + ], + "glass": [ + 167435319899.70996, + 1407523837.0949144 + ], + "trim_air": [ + 11155907.652039673, + 5226049.2135438565 + ], + "czt_0": [ + 1712541891.2814019, + 127448422.88461545 + ], + "czt_1": [ + 1835610669.8382123, + 117391291.03264757 + ], + "czt_2": [ + 1762125032.676736, + 98193557.89257011 + ], + "czt_3": [ + 1848382025.576608, + 137836638.705224 + ], + "paddles": [ + 115305747750.28177, + 995418820.3674045 + ], + "sipm_si": [ + 38862004127.37264, + 569948345.8340386 + ], + "pmma": [ + 146318170285.19687, + 1493910464.6006289 + ], + "lead": [ + 2101847571371.4468, + 6646385959.162652 + ], + "titanium": [ + 80865932475.0415, + 807246255.9198556 + ], + "contact": [ + 30277393.329850815, + 27390932.995979562 + ], + "dose10": [ + 47732090.683114946, + 22913017.287460778 + ], + "dose100": [ + 146885103.5055011, + 35006746.64517881 + ], + "air": [ + 5273829619.671917, + 257000499.69104555 + ] + }, + "particles": 3000000, + "seconds": 17.8, + "open_fraction": 0.0, + "site_material": "CsI" + } + }, + "provenance": { + "dose_coefficients_ICRP116_AP": { + "energy_eV": [ + 10000.0, + 15000.0, + 20000.0, + 30000.0, + 40000.0, + 50000.0, + 60000.0, + 70000.0, + 80000.0, + 100000.0, + 150000.0, + 200000.0, + 300000.0, + 400000.0, + 500000.0, + 511000.0, + 600000.0, + 662000.0, + 800000.0, + 1000000.0, + 1117000.0, + 1330000.0, + 1500000.0, + 2000000.0, + 3000000.0, + 4000000.0, + 5000000.0, + 6000000.0, + 6129000.0, + 8000000.0, + 10000000.0, + 15000000.0, + 20000000.0, + 30000000.0, + 40000000.0, + 50000000.0, + 60000000.0, + 80000000.0, + 100000000.0, + 150000000.0, + 200000000.0, + 300000000.0, + 400000000.0, + 500000000.0, + 600000000.0, + 800000000.0, + 1000000000.0, + 1500000000.0, + 2000000000.0, + 3000000000.0, + 4000000000.0, + 5000000000.0, + 6000000000.0, + 8000000000.0, + 10000000000.0 + ], + "pSv_cm2": [ + 0.0685, + 0.156, + 0.225, + 0.312, + 0.35, + 0.369, + 0.389, + 0.411, + 0.443, + 0.518, + 0.747, + 1.0, + 1.51, + 2.0, + 2.47, + 2.52, + 2.91, + 3.17, + 3.73, + 4.49, + 4.9, + 5.6, + 6.12, + 7.48, + 9.75, + 11.7, + 13.4, + 15.0, + 15.1, + 17.8, + 20.5, + 26.1, + 30.8, + 37.9, + 43.2, + 47.1, + 50.1, + 54.5, + 57.8, + 63.2, + 67.2, + 72.3, + 75.4, + 77.4, + 78.7, + 80.4, + 81.6, + 83.7, + 85.0, + 86.6, + 87.8, + 88.6, + 89.1, + 89.9, + 90.4 + ] + }, + "openmc_version": "0.16.0", + "library": "ENDF/B-VIII.0 official OpenMC HDF5 distribution (photoatomic, EPICS2014 based)", + "electron_treatment": "thick target bremsstrahlung", + "budget": "full", + "decays_per_s": 2000000000.0, + "activity_Bq_each": 1000000000.0, + "tallies_are": "per second", + "energy_edges_eV": [ + 10.0, + 12.822089387164734, + 16.440597625244244, + 21.080281232928993, + 27.029325027518663, + 34.65724215775732, + 44.43782568593783, + 56.97857731163399, + 73.05844114432472, + 93.67618628394447, + 120.11244339814311, + 154.00924857617557, + 197.47203516937964, + 253.2004086407121, + 324.6558272457852, + 416.27660370093656, + 533.7535822438758, + 684.3836142250359, + 877.5227876704269, + 1125.1675622784192, + 1442.6999059072134, + 1849.8427152396441, + 2371.8848646998235, + 3041.251975124427, + 3899.5204673936705, + 4999.999999999999, + 6411.044693582367, + 8220.298812622124, + 10540.140616464512, + 13514.662513759344, + 17328.621078878656, + 22218.91284296889, + 28489.288655816992, + 36529.220572162405, + 46838.093141972284, + 60056.22169907155, + 77004.6242880877, + 98736.0175846898, + 126600.20432035603, + 162327.91362289258, + 208138.30185046824, + 266876.79112193815, + 342191.80711251794, + 438761.3938352133, + 562583.7811392101, + 721349.9529536066, + 924921.357619823, + 1185942.4323499117, + 1520625.987562215, + 1949760.2336968349, + 2499999.9999999995 + ], + "volumes_cm3": { + "site": 0.008022999318737614, + "contact": 115.62317602271867, + "dose10": 1257.6842589871137, + "dose100": 251335.789867593, + "czt": 0.125 + }, + "sites": 64, + "site_layout": { + "radius_cm": 2.2, + "z_cm": [ + -3.5, + -2.5, + -1.5, + -0.5, + 0.5, + 1.5, + 2.5, + 3.5 + ], + "azimuths_rad": [ + 0.0, + 0.7853981633974483, + 1.5707963267948966, + 2.356194490192345, + 3.141592653589793, + 3.9269908169872414, + 4.71238898038469, + 5.497787143782138 + ] + }, + "geometry_cm": { + "pellet": [ + 0.4, + 0.5 + ], + "capsule_wall": 0.1, + "lamp_cell": [ + 1.5, + 2.0 + ], + "al_wall": 0.2, + "collar": [ + 1.7, + 1.9 + ], + "shell_out": 2.5, + "shell_half_height": 4.0, + "opening_half_deg": 10.0, + "opening_half_z": 0.3, + "trim_out": 2.7, + "boundary": [ + 3.3, + 5.0 + ], + "si": 0.1, + "czt_half_edge": 0.25, + "pmma": 0.8, + "pb": 0.4, + "ti": 0.3, + "outer_radius": 4.9, + "outer_half_length": 6.6, + "septum_deg": 22.5, + "septum_t": 0.1 + }, + "wall_clock_minutes": 7.6 + } +} \ No newline at end of file diff --git a/figures/fig17_ampoule.png b/figures/fig17_ampoule.png new file mode 100644 index 0000000..17fa91d Binary files /dev/null and b/figures/fig17_ampoule.png differ diff --git a/figures/fig17_ampoule.svg b/figures/fig17_ampoule.svg new file mode 100644 index 0000000..23dcca6 --- /dev/null +++ b/figures/fig17_ampoule.svg @@ -0,0 +1,5912 @@ + + + + + + + + image/svg+xml + + + Matplotlib v3.11.1, https://matplotlib.org/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/index.html b/index.html index 33a756a..34503be 100644 --- a/index.html +++ b/index.html @@ -424,6 +424,10 @@

A falsifiable roadmap (with ki the photon keystone searched for in ENSDF: every gateway of every isomer that holds a bit for a second, in observed and allowed classes, with its release cascade; every level restoring coincidence within rotor reach and the areal density wall each one meets; every isomer with a signal gateway and a veto gateway; the NEEC class ranked +ampoule/ +the sealed machine in real photon transport: the vessel of the build note in OpenMC with ENDF/B-VIII.0 photoatomic data and its own beta spectra, calibrated against XCOM and the thick target rule; the photon budget, site rates in plastic and in CsI, pile up, the collar's transfer curve, the 64 × 64 Green's function and what the septum does to it, the boundary count rate, the energy budget, and the dose outside + + transistor/ the reference transistor: one pinout at three scales, the valve, the datasheet with characteristic curves and maximum ratings; with four accompanying notes: SEALED.md (the machine), EMBODIMENT.md (the build, at assembly grade), VALVE.md (the logic), COMPONENTS.md (the full inventory of a working computer, missing pieces simulated), POWER.md (the metabolism), and SCALING.md (the trajectory) @@ -539,15 +543,26 @@

The photon keystone, searched

The photon keystone, searched

Two lines of the theory change as a result. The convertible class of Section 2 is no longer a conjecture but a table, and its entries fail Section 1.1 by orders of magnitude, so the photon sector amplifier cannot be found in the chart and must be engineered, which is what Phase B1's experiments have been for all along. And the inhibition that the neutron result added to the keystone's requirements is available in the photon sector without new physics, so it no longer belongs on the list of things the keystone must be discovered to have; it is a property of any isomer with two gateways, and the search that must still succeed is the one for gain.


+

The ampoule, transported

+

The sealed machine of the two notes above was a design at assembly grade whose every number, beyond the decay constants, was an assumption. ampoule/ builds the vessel shell by shell in OpenMC with the official ENDF/B-VIII.0 photoatomic library, drives it with the beta spectra of its own ⁹⁰Sr/⁹⁰Y core through a thick target bremsstrahlung treatment, calibrates the instrument first (attenuation to 0.4 percent of NIST XCOM, slab transmission to 1.0 percent of the exponential, thick target yields within the rule's own tolerance), and replaces the assumptions with tallies.

+ +

The ampoule in photon transport

+

The machine the theory can seal today is therefore a rate coded sampler whose photons are hard, whose weights are small, whose mouth is narrower than it was priced, and whose two mechanical controls are analog. Every one of those adjectives was an adjective; each is now a number, and the notes are corrected where the numbers say so.

+

Open problems and how to contribute

  1. Keystone: propose or measure a compact state meeting the leak condition with β>1 in a level restoring or convertible class (theory, Section 2). This is problem number one. A concrete, computable subproblem: search ENSDF for heterogeneous pairs of isomers whose cascade lines and gateway lines are mutually resonant (gate A's output pumps gate B and vice versa); the search space is already tabulated in /gates. The computed neutron gate (neutron/) adds a second requirement that the photon sector had not been asked for: the state must also supply a signal controlled inhibition, because the only one the neutron sector has is heat and it is worth a fraction of the gain. A gate with gain but no inversion is a linear amplifier with a comparator bolted to its boundary, and the machine it builds is the Bernstein machine of Section 6 with better numbers, not a logic family.
  2. Tighten the throughput law for fan out reuse: when is a count "spent"?
  3. A learning rule: aperture update Δα ∝ coincidence(pre,post) is Hebbian or STDP using the same coincidence primitive as the AND gate (Appendix B.4); formalize and simulate.
  4. -
  5. Transport level 𝒢 for a real geometry that implements a target weight matrix (signed weights via complementary channels).
  6. +
  7. Transport level 𝒢 for a real geometry that implements a target weight matrix (signed weights via complementary channels). The measurement half is done: ampoule/ has the 64 × 64 Green's function of the build note's compute shell, nearest neighbour weights of 3×10⁻⁵ per photon with 0.1% total fan out; what remains is to run the compiler of theory Section 11 on that geometry rather than on the toy fabric.
  8. Tier 2: a concrete two qubit gate on nuclear spin or Mössbauer DOF with a room temperature error budget.
  9. The addressed long retention write. The broadband route to self written memory is dead by a bandwidth ratio of 10¹⁸, and the narrowline route is now open in principle (nuclear lamps, radiogenic feeding, resonance addressing: theory Section 9); what remains is a state that is simultaneously parent fed, gradient addressable, and long lived. A concrete, computable search: scan the catalog in /gates for isomers with lifetime above seconds whose feeding parents emit Mössbauer class lines, and rank by the addressing sensitivity Γ/(dE/dB).
  10. -
  11. Measure realized bits per detected quantum for a pixelated spectroscopic boundary against the log_2(N_E N_x N_τ) ceiling of the boundary theory.
  12. +
  13. Measure realized bits per detected quantum for a pixelated spectroscopic boundary against the log_2(N_E N_x N_τ) ceiling of the boundary theory. The boundary's raw budget is now computed, 3.25 M/s detected in the build note's ring, 0.33× what it was priced at (ampoule/); the ceiling is still to be measured against it.

Open an Issue stating the claim and the test; pair every Pull Request with the Issue it closes.


diff --git a/neutron/data.py b/neutron/data.py index b705bb9..8e3791d 100644 --- a/neutron/data.py +++ b/neutron/data.py @@ -8,8 +8,8 @@ The library is the one the OpenMC project distributes at openmc.org (ENDF/B-VIII.0 processed to HDF5 by NJOY, neutron data at 250 to 2500 K, thermal scattering at 284 to 800 K). The archive is 3.4 GB compressed and -13.7 GB unpacked, and this machine needs 53 files from it, so the archive -is streamed and only those members are written to disk: about 1.5 GB, +13.7 GB unpacked, and this machine needs 129 files from it, so the archive +is streamed and only those members are written to disk: about 2 GB, the two large ones being the uranium evaluations and the water thermal scattering law. Nothing is modified; the files are the library's own. @@ -40,10 +40,24 @@ "Fe58", "Ni58", "Ni60", "Ni61", "Ni62", "Ni64", "P31", # for the SHEBA-II "S32", "S33", "S34", "S36", "N15", "U236", # and STACY benchmarks "U234", "U235", "U238", # the fuel + # the ampoule's materials (/ampoule): OpenMC expands an element into its + # natural isotopes and needs their neutron files even in a photon run + "Sr84", "Sr86", "Sr87", "Sr88", "Ti46", "Ti47", "Ti48", "Ti49", "Ti50", "Y89", + "Kr78", "Kr80", "Kr82", "Kr83", "Kr84", "Kr86", + "Mo92", "Mo94", "Mo95", "Mo96", "Mo97", "Mo98", "Mo100", + "Cs133", "I127", "Te120", "Te122", "Te123", "Te124", "Te125", "Te126", "Te128", "Te130", + "W180", "W182", "W183", "W184", "W186", "Pb204", "Pb206", "Pb207", "Pb208", + "Mg24", "Mg25", "Mg26", "K39", "K40", "K41", "Na23", ] THERMAL = ["c_H_in_H2O"] +# photoatomic and electron data for the ampoule's materials (/ampoule): the +# source ceramic and capsule, krypton, the glass and scintillator of the +# compute shell, tungsten and lead, the detectors, and the shield +PHOTON = ["H", "B", "C", "N", "O", "F", "Na", "Mg", "Al", "Si", "K", "Ti", "Cr", "Mn", + "Fe", "Ni", "Mo", "Kr", "Sr", "Y", "Zn", "Cd", "Te", "Cs", "I", "W", "Pb"] MEMBERS = ([f"{LIBRARY}/neutron/{n}.h5" for n in NUCLIDES] + - [f"{LIBRARY}/thermal/{t}.h5" for t in THERMAL]) + [f"{LIBRARY}/thermal/{t}.h5" for t in THERMAL] + + [f"{LIBRARY}/photon/{e}.h5" for e in PHOTON]) def data_dir(): @@ -94,6 +108,8 @@ def write_cross_sections(root): lines.append(f' ') for t in THERMAL: lines.append(f' ') + for e in PHOTON: + lines.append(f' ') lines.append("") path = os.path.join(root, LIBRARY, "cross_sections.xml") open(path, "w").write("\n".join(lines) + "\n") @@ -124,6 +140,10 @@ def verify(log=print): for t in THERMAL: d = openmc.data.ThermalScattering.from_hdf5(os.path.join(root, LIBRARY, "thermal", t + ".h5")) log(f" {t}: {', '.join(sorted(d.temperatures, key=lambda s: float(s[:-1])))}") + for e in PHOTON: + d = openmc.data.IncidentPhoton.from_hdf5(os.path.join(root, LIBRARY, "photon", e + ".h5")) + log(f" {e:3s} photoatomic, Z = {d.atomic_number}, {len(d.reactions)} reactions, " + f"bremsstrahlung {'yes' if d.bremsstrahlung else 'no'}") if __name__ == "__main__": diff --git a/transistor/EMBODIMENT.md b/transistor/EMBODIMENT.md index 379004e..947ffe0 100644 --- a/transistor/EMBODIMENT.md +++ b/transistor/EMBODIMENT.md @@ -73,4 +73,8 @@ A sealed cylindrical vessel, outer envelope 90 mm diameter × 170 mm, about 4 kg | krypton leak into vessel | lamp dimming, pressure alarm inferred from saturable channel drift | soft threshold operating points shift | channels are re trimmed; unit derates, does not fail | | the one unfixable | source decay | throughput halves per 28.8 years | by design: correctness is invariant (theory Section 7); print the curve on the label | +## 5. What the transport calculation changed + +The vessel above has been run in OpenMC with its own beta spectra ([/ampoule](../ampoule/)); four lines of this note are corrected by it. The scintillating cells of Section 1.2 are CsI, not plastic: a 2 mm plastic cell in the 252 keV field the core delivers interacts 515 /s, and the 64 together reach 0.033× the proposal budget of SEALED.md Section 8, while CsI cells interact 31× as often, 1.02 M/s in all, which meets it. The tungsten aperture inserts of the same section are analog trims and not shutters: the collar's ON/OFF contrast is 6.34 with plastic cells and 11.94 with CsI, because 2 mm of tungsten passes the hard half of the bremsstrahlung. The lead septa are attenuators and not blocks: a 1 mm sheet leaves the coupling it sits across at 0.49 of its open value. And the health physics calculation Section 1.5 left to the builder now has a first figure: 67.8 µSv/h at the titanium wall and 0.261 µSv/h at a metre, from 3.4 M/s escaping at a mean 565 keV, which places this vessel where Section 0 already put it, in an institution with a lead pot. The counting ring of Section 1.4 sees 3.25 M/s, 0.33× the 10⁷ per second the performance line at the top of this note was priced on, so the 8 bit reads are 50 per second and not 153 until the ring collects more than its present 7% of the core's light. + *Nothing in this note is exotic to a nuclear instrumentation shop: ISO sealed sources, Mössbauer foils and drives from catalog, channel plates from any microfluidics fab, SiPMs and CZT from the PET industry. The novelty is entirely in what the assembly is for. That is the point.* diff --git a/transistor/SEALED.md b/transistor/SEALED.md index 3795198..845a7ec 100644 --- a/transistor/SEALED.md +++ b/transistor/SEALED.md @@ -80,4 +80,6 @@ A sealed cylinder, roughly a liter, one GBq of ⁹⁰Sr/⁹⁰Y at the core (181 - at year 29: exactly half of all of the above, same answers; - assembly grade specification: every shell, dimension, material, and procedure is in the [build note](EMBODIMENT.md); license class: GBq sealed sources are institutional (this is the tier between the exempt benchtop cell and the reactor gate of [the reference transistor](README.md)); the ampoule is a laboratory instrument, not a consumer object, and the document says so. +**Transported.** The vessel of this note has now been run in real photon transport ([/ampoule](../ampoule/), numbers in [`ampoule/results.md`](../ampoule/results.md)), and three of its numbers move. Its core sends 43.9 M/s of bremsstrahlung into the lamp cell at a mean energy of 252 keV, 0.0569 photons per decay, and deposits 183 µW against the ledger of Section 5, which holds. The boundary counts 3.25 M/s, 0.33× the 10⁷ per second assumed in Section 7, from 7% of those photons: the mouth is a factor 3.0 narrower than priced, and the digital port reads 50 eight bit words per second rather than 150. The proposal budget of Section 8 is reached only if the sites are CsI, at 1.02 M/s; in plastic they see 32.9 k/s, 0.033× the budget. What the transport adds that the note could not is the character of the light: it is hard, so the tungsten apertures switch with a contrast of 6.34 (11.94 with CsI cells) and the lead septa leave the coupling they block at 0.49 of its open value, and the wall passes 7.7% of it for an ambient dose of 67.8 µSv/h at contact and 0.261 µSv/h at a metre. The ampoule computes in rates as this note says; its knobs are analog, its lead is a filter, its mouth is narrower, and the build note is amended accordingly. + *The ampoule closes the loop the charter opened: a lump of structured matter, bathed in its own radiation, computing. Nothing enters but fields; nothing leaves but light; nothing inside it can be recalled, recharged, or corrected, and by the aging theorem nothing needs to be.*