Fitting a simple slab model
Contents
Fitting a simple slab model#
In order to show one of the simplest analyses that EasyReflectometry
can perform, we will use the great example from the refnx documentation. This involves the analysis of a single neutron reflectometry dataset from a hydrated polymer film system. Before we start on any analysis, we will import the necessary packages and functions.
[1]:
import EasyReflectometry
import refnx
from EasyReflectometry.data import load
from EasyReflectometry.sample import Layer, Structure
from EasyReflectometry.sample.material import Material
from EasyReflectometry.sample.item import MultiLayer
from EasyReflectometry.experiment.model import Model
from EasyReflectometry.interface import InterfaceFactory as Interface
from EasyReflectometry.fitting import Fitter
from EasyReflectometry.plot import plot
One of benefits of using a Jupyter Notebook for our analysis is improved reproducibility, to ensure this, below we share the version of the software packages being used.
[2]:
print(f'EasyReflectometry: {EasyReflectometry.__version__}')
print(f'refnx: {refnx.__version__}')
EasyReflectometry: 0.0.2
refnx: 0.1.30
Reading in experimental data#
EasyReflectometry
has support for the .ort
file format, a standard file format for reduced reflectivity data developed by the Open Reflectometry Standards Organisation. To load in a dataset, we use the load
function.
[3]:
data = load('_static/example.ort')
The function about will load the file into a scipp Dataset object. This offers some nice visualisations of the data, including the HTML view.
[4]:
data
[4]:
- Qz_0: 408
- Qz_0(Qz_0)float641/Å0.008, 0.008, ..., 0.461, 0.466σ = 0.000, 0.000, ..., 0.009, 0.010
Values:
array([0.00806022, 0.00813662, 0.00826375, 0.00837067, 0.00845033, 0.00853083, 0.00861217, 0.00869437, 0.00877743, 0.00886136, 0.00894616, 0.00903185, 0.00911844, 0.00920593, 0.00929432, 0.00938364, 0.00947389, 0.00956508, 0.00965721, 0.0097503 , 0.00984436, 0.00993939, 0.0100354 , 0.0101324 , 0.0102304 , 0.0103294 , 0.0104868 , 0.0106327 , 0.0107359 , 0.0108401 , 0.0109454 , 0.0110518 , 0.0111593 , 0.0112679 , 0.0113776 , 0.0114884 , 0.0116004 , 0.0117135 , 0.0118278 , 0.0119433 , 0.0120599 , 0.0121777 , 0.0122968 , 0.012417 , 0.0125385 , 0.0126612 , 0.0127852 , 0.0129105 , 0.013037 , 0.0131648 , 0.0132939 , 0.0134243 , 0.0135561 , 0.0136892 , 0.0138237 , 0.0139595 , 0.0140967 , 0.0142353 , 0.0143753 , 0.0145168 , 0.0146597 , 0.014804 , 0.0149498 , 0.015097 , 0.0152458 , 0.0153961 , 0.0155479 , 0.0157012 , 0.0158561 , 0.0160126 , 0.0161707 , 0.0163303 , 0.0164916 , 0.0166545 , 0.016819 , 0.0169853 , 0.0171532 , 0.0173228 , 0.0175881 , 0.0178419 , 0.0180185 , 0.0181968 , 0.018377 , 0.0185589 , 0.0187427 , 0.0189284 , 0.0191159 , 0.0193054 , 0.0194967 , 0.01969 , 0.0198852 , 0.0200824 , 0.0202815 , 0.0204827 , 0.0206859 , 0.0208912 , 0.0210985 , 0.021308 , 0.0215195 , 0.0217331 , 0.021949 , 0.0221669 , 0.0223871 , 0.0226095 , 0.0228341 , 0.023061 , 0.0232902 , 0.0235217 , 0.0237555 , 0.0239917 , 0.0242302 , 0.0244712 , 0.0247145 , 0.0249603 , 0.0252086 , 0.0254594 , 0.0257127 , 0.0259685 , 0.0262269 , 0.026488 , 0.0267516 , 0.0270179 , 0.0272868 , 0.0275585 , 0.0278329 , 0.02811 , 0.02839 , 0.0286727 , 0.0289583 , 0.0292467 , 0.0295381 , 0.0298323 , 0.0301296 , 0.0304298 , 0.030733 , 0.0310392 , 0.0313486 , 0.031661 , 0.0319766 , 0.0322953 , 0.0326173 , 0.0329424 , 0.0332708 , 0.0336026 , 0.0339376 , 0.0342205 , 0.0346645 , 0.0350219 , 0.035385 , 0.0357162 , 0.0360773 , 0.0364677 , 0.0368263 , 0.0371616 , 0.0375421 , 0.0379404 , 0.0383128 , 0.038684 , 0.0390692 , 0.0394734 , 0.0398633 , 0.0402658 , 0.0406608 , 0.0410701 , 0.0414781 , 0.0418744 , 0.0423049 , 0.0427317 , 0.0431546 , 0.0435835 , 0.0440155 , 0.0444549 , 0.0448983 , 0.045347 , 0.0457947 , 0.0462512 , 0.0467124 , 0.0471783 , 0.0476469 , 0.0481208 , 0.0485994 , 0.0490828 , 0.049571 , 0.050064 , 0.0505619 , 0.0510655 , 0.0515734 , 0.0520864 , 0.0526045 , 0.0531279 , 0.0536565 , 0.0541905 , 0.0547298 , 0.0552745 , 0.0558247 , 0.0563804 , 0.0569417 , 0.0575087 , 0.0580813 , 0.0586597 , 0.0592439 , 0.059834 , 0.06043 , 0.0610319 , 0.06164 , 0.0622541 , 0.0628744 , 0.0635009 , 0.0641337 , 0.0647728 , 0.0654184 , 0.0660704 , 0.066729 , 0.0673942 , 0.068066 , 0.0687446 , 0.06943 , 0.0701223 , 0.0708215 , 0.0715278 , 0.0722411 , 0.0729338 , 0.0736683 , 0.0744015 , 0.0751405 , 0.0758721 , 0.0766402 , 0.0773964 , 0.0781061 , 0.0788682 , 0.0797953 , 0.0807289 , 0.0815334 , 0.0823318 , 0.0831605 , 0.0840252 , 0.0848648 , 0.0857342 , 0.0865553 , 0.0874372 , 0.0883163 , 0.0891108 , 0.0900416 , 0.0909546 , 0.0918504 , 0.0927435 , 0.0936289 , 0.0945527 , 0.0955178 , 0.0964771 , 0.0974189 , 0.0984259 , 0.0994201 , 0.100425 , 0.101434 , 0.102499 , 0.103498 , 0.104546 , 0.105608 , 0.106682 , 0.107758 , 0.108831 , 0.109916 , 0.11104 , 0.112117 , 0.113244 , 0.114319 , 0.115464 , 0.116645 , 0.117762 , 0.118925 , 0.120129 , 0.121346 , 0.122586 , 0.123823 , 0.125091 , 0.126361 , 0.127643 , 0.128932 , 0.13021 , 0.131547 , 0.132854 , 0.134162 , 0.135515 , 0.136824 , 0.138204 , 0.139589 , 0.140989 , 0.14243 , 0.143851 , 0.145263 , 0.14675 , 0.148225 , 0.14971 , 0.151225 , 0.152736 , 0.154261 , 0.155825 , 0.157366 , 0.158941 , 0.160511 , 0.162137 , 0.163755 , 0.165404 , 0.167035 , 0.168736 , 0.17041 , 0.172119 , 0.173839 , 0.175574 , 0.177336 , 0.179087 , 0.180907 , 0.182715 , 0.184535 , 0.186383 , 0.188247 , 0.190126 , 0.192038 , 0.193954 , 0.1959 , 0.19786 , 0.199845 , 0.201833 , 0.203863 , 0.205904 , 0.207959 , 0.210042 , 0.21214 , 0.214257 , 0.216399 , 0.21857 , 0.220781 , 0.222988 , 0.225216 , 0.227467 , 0.229741 , 0.232037 , 0.234356 , 0.236698 , 0.239064 , 0.241454 , 0.243867 , 0.246304 , 0.248766 , 0.251253 , 0.253764 , 0.256301 , 0.258863 , 0.26145 , 0.264064 , 0.266703 , 0.269369 , 0.272062 , 0.274782 , 0.277529 , 0.280303 , 0.283105 , 0.285935 , 0.288793 , 0.29168 , 0.294596 , 0.297541 , 0.300516 , 0.30352 , 0.306554 , 0.309619 , 0.312714 , 0.315841 , 0.318998 , 0.322187 , 0.325408 , 0.328662 , 0.331947 , 0.335266 , 0.338618 , 0.342003 , 0.345423 , 0.348876 , 0.352364 , 0.355887 , 0.359445 , 0.363039 , 0.366669 , 0.370335 , 0.374037 , 0.377777 , 0.381554 , 0.385369 , 0.389222 , 0.393113 , 0.397044 , 0.401014 , 0.405023 , 0.409073 , 0.413163 , 0.417294 , 0.421466 , 0.42568 , 0.429936 , 0.434235 , 0.438577 , 0.442962 , 0.447391 , 0.451865 , 0.456383 , 0.460946 , 0.465555 ])
Variances (σ²):
array([1.98083007e-08, 2.01922979e-08, 2.08394636e-08, 2.13914932e-08, 2.18073977e-08, 2.22317384e-08, 2.26645151e-08, 2.31061112e-08, 2.35565301e-08, 2.40160349e-08, 2.44847623e-08, 2.49628504e-08, 2.54507095e-08, 2.59482148e-08, 2.64557850e-08, 2.69737113e-08, 2.75018695e-08, 2.80406948e-08, 2.85904916e-08, 2.91511362e-08, 2.97232278e-08, 3.03067926e-08, 3.09020023e-08, 3.15093318e-08, 3.21288128e-08, 3.27606267e-08, 3.37769883e-08, 3.47338067e-08, 3.54180999e-08, 3.61161698e-08, 3.68282232e-08, 3.75547984e-08, 3.82957836e-08, 3.90517280e-08, 3.98230261e-08, 4.06097395e-08, 4.14120981e-08, 4.22308575e-08, 4.30659154e-08, 4.39178696e-08, 4.47869754e-08, 4.56734903e-08, 4.65778578e-08, 4.75003461e-08, 4.84416001e-08, 4.94015269e-08, 5.03809748e-08, 5.13800475e-08, 5.23992328e-08, 5.34388327e-08, 5.44993507e-08, 5.55813011e-08, 5.66850071e-08, 5.78107950e-08, 5.89594069e-08, 6.01309799e-08, 6.13260668e-08, 6.25454446e-08, 6.37890525e-08, 6.50578997e-08, 6.63521497e-08, 6.76726237e-08, 6.90194952e-08, 7.03933832e-08, 7.17951473e-08, 7.32249796e-08, 7.46835316e-08, 7.61714683e-08, 7.76892314e-08, 7.92377451e-08, 8.08172329e-08, 8.24286448e-08, 8.40724623e-08, 8.57494204e-08, 8.74600176e-08, 8.92050111e-08, 9.09851734e-08, 9.28010332e-08, 9.56783537e-08, 9.84710983e-08, 1.00437595e-07, 1.02443921e-07, 1.04490403e-07, 1.06578197e-07, 1.08707923e-07, 1.10880494e-07, 1.13096838e-07, 1.15357903e-07, 1.17664069e-07, 1.20017185e-07, 1.22417370e-07, 1.24865927e-07, 1.27363584e-07, 1.29911686e-07, 1.32511305e-07, 1.35162904e-07, 1.37868205e-07, 1.40627702e-07, 1.43442848e-07, 1.46314805e-07, 1.49244429e-07, 1.52232915e-07, 1.55281815e-07, 1.58392041e-07, 1.61564855e-07, 1.64801541e-07, 1.68103406e-07, 1.71472135e-07, 1.74908381e-07, 1.78413872e-07, 1.81988926e-07, 1.85637498e-07, 1.89359240e-07, 1.93155244e-07, 1.97030389e-07, 2.00982094e-07, 2.05011490e-07, 2.09123598e-07, 2.13315763e-07, 2.17597071e-07, 2.21960929e-07, 2.26416605e-07, 2.30957374e-07, 2.35592692e-07, 2.40324024e-07, 2.45144445e-07, 2.50067941e-07, 2.55087572e-07, 2.60209070e-07, 2.65429602e-07, 2.70759433e-07, 2.76200270e-07, 2.81744817e-07, 2.87403653e-07, 2.93178535e-07, 2.99066593e-07, 3.05074173e-07, 3.11203084e-07, 3.17455156e-07, 3.23832234e-07, 3.30341067e-07, 3.36978753e-07, 3.43752175e-07, 3.50663405e-07, 3.57714533e-07, 3.62341795e-07, 3.72530018e-07, 3.80084525e-07, 3.87799483e-07, 3.95453078e-07, 4.03424180e-07, 4.11692771e-07, 4.19924149e-07, 4.28186985e-07, 4.36839011e-07, 4.45719323e-07, 4.54637449e-07, 4.63719096e-07, 4.73024896e-07, 4.82576533e-07, 4.92247480e-07, 5.02140751e-07, 5.12199315e-07, 5.22486541e-07, 5.32969050e-07, 5.43637078e-07, 5.54575252e-07, 5.65711802e-07, 5.77068737e-07, 5.88649312e-07, 6.00469975e-07, 6.12527789e-07, 6.24819591e-07, 6.37369108e-07, 6.50173516e-07, 6.63229760e-07, 6.76555509e-07, 6.90140798e-07, 7.04017902e-07, 7.18155490e-07, 7.32593541e-07, 7.47322122e-07, 7.62345596e-07, 7.77683347e-07, 7.93325146e-07, 8.09275490e-07, 8.25562068e-07, 8.42174572e-07, 8.59125740e-07, 8.76420724e-07, 8.94064727e-07, 9.12071117e-07, 9.30437254e-07, 9.49185049e-07, 9.68312058e-07, 9.87824005e-07, 1.00772667e-06, 1.02804312e-06, 1.04877106e-06, 1.06991672e-06, 1.09150412e-06, 1.11352222e-06, 1.13598648e-06, 1.15890365e-06, 1.18229902e-06, 1.20616135e-06, 1.23051646e-06, 1.25537193e-06, 1.28072582e-06, 1.30659529e-06, 1.33299798e-06, 1.35994208e-06, 1.38742587e-06, 1.41547763e-06, 1.44410611e-06, 1.47330985e-06, 1.50311830e-06, 1.53353028e-06, 1.56456554e-06, 1.59623359e-06, 1.62855492e-06, 1.65912098e-06, 1.69336254e-06, 1.72754079e-06, 1.76227473e-06, 1.79638667e-06, 1.83383774e-06, 1.87028110e-06, 1.90254664e-06, 1.93959214e-06, 1.98568617e-06, 2.03210355e-06, 2.07334212e-06, 2.11530373e-06, 2.15832203e-06, 2.20242874e-06, 2.24717256e-06, 2.29300933e-06, 2.33936082e-06, 2.38705522e-06, 2.43565506e-06, 2.48455724e-06, 2.53543287e-06, 2.58715197e-06, 2.63973823e-06, 2.69334138e-06, 2.74793383e-06, 2.80388459e-06, 2.86120370e-06, 2.91962520e-06, 2.97904757e-06, 3.04010508e-06, 3.10226064e-06, 3.16572517e-06, 3.23045816e-06, 3.29684860e-06, 3.36408568e-06, 3.43300855e-06, 3.50339334e-06, 3.57524710e-06, 3.64852781e-06, 3.72325659e-06, 3.79955409e-06, 3.87762883e-06, 3.95695375e-06, 4.03820822e-06, 4.12073674e-06, 4.20540625e-06, 4.29202766e-06, 4.37994090e-06, 4.46996637e-06, 4.56205042e-06, 4.65609957e-06, 4.75220060e-06, 4.85023717e-06, 4.95046513e-06, 5.05272989e-06, 5.15715878e-06, 5.26378593e-06, 5.37246870e-06, 5.48381327e-06, 5.59720402e-06, 5.71295277e-06, 5.83136273e-06, 5.95194035e-06, 6.07544745e-06, 6.20155526e-06, 6.33036876e-06, 6.46210393e-06, 6.59646085e-06, 6.73356654e-06, 6.87397509e-06, 7.01724982e-06, 7.16359348e-06, 7.31319290e-06, 7.46586985e-06, 7.62188257e-06, 7.78140379e-06, 7.94415698e-06, 8.11055375e-06, 8.28043473e-06, 8.45429887e-06, 8.63176591e-06, 8.81324457e-06, 8.99844546e-06, 9.18806912e-06, 9.38156890e-06, 9.57942446e-06, 9.78160239e-06, 9.98825359e-06, 1.01995060e-05, 1.04152440e-05, 1.06361203e-05, 1.08616933e-05, 1.10922355e-05, 1.13279713e-05, 1.15689589e-05, 1.18153438e-05, 1.20673340e-05, 1.23248453e-05, 1.25882391e-05, 1.28574935e-05, 1.31329210e-05, 1.34144089e-05, 1.37024654e-05, 1.39969818e-05, 1.42981300e-05, 1.46062161e-05, 1.49212932e-05, 1.52435456e-05, 1.55732289e-05, 1.59105722e-05, 1.62558446e-05, 1.66088380e-05, 1.69699962e-05, 1.73395302e-05, 1.77176559e-05, 1.81044493e-05, 1.85004969e-05, 1.89056300e-05, 1.93203773e-05, 1.97449079e-05, 2.01793931e-05, 2.06243921e-05, 2.10797032e-05, 2.15455042e-05, 2.20227724e-05, 2.25113130e-05, 2.30117315e-05, 2.35238296e-05, 2.40486433e-05, 2.45859845e-05, 2.51360752e-05, 2.56995710e-05, 2.62767139e-05, 2.68681893e-05, 2.74742604e-05, 2.80947436e-05, 2.87308044e-05, 2.93822712e-05, 3.00498867e-05, 3.07344183e-05, 3.14357061e-05, 3.21540546e-05, 3.28912335e-05, 3.36461270e-05, 3.44205469e-05, 3.52143612e-05, 3.60279297e-05, 3.68626487e-05, 3.77184014e-05, 3.85961085e-05, 3.94961862e-05, 4.04195966e-05, 4.13667863e-05, 4.23387609e-05, 4.33354397e-05, 4.43584198e-05, 4.54082128e-05, 4.64853379e-05, 4.75903213e-05, 4.87254752e-05, 4.98896044e-05, 5.10856862e-05, 5.23131352e-05, 5.35731822e-05, 5.48670960e-05, 5.61961850e-05, 5.75611534e-05, 5.89627162e-05, 6.04029187e-05, 6.18818765e-05, 6.34017132e-05, 6.49632607e-05, 6.65680562e-05, 6.82169821e-05, 6.99116442e-05, 7.16536966e-05, 7.34441155e-05, 7.52853655e-05, 7.71777613e-05, 7.91238633e-05, 8.11247933e-05, 8.31832397e-05, 8.53004176e-05, 8.74775614e-05, 8.97175333e-05, 9.20224821e-05])
- R_0(Qz_0)float64𝟙0.710, 0.862, ..., 3.856e-07, 3.834e-07σ = 0.085, 0.112, ..., 1.761e-07, 1.885e-07
- orso_header()PyObject{'data_source': {'owner': {'name': 'Andrew Nelson', 'affiliation': 'ANSTO', 'contact': 'Andrew.Nelson@ansto.gov.au'}, 'experiment': {'title': 'Example data file from refnx docs', 'instrument': 'platypus', 'start_date': '2021-05-12', 'probe': 'neutrons', 'facility': 'ANSTO'}, 'sample': {'name': 'Polymer Film', 'category': 'solid / liquid', 'composition': 'Si / SiO2 / Film / D2O'}, 'measurement': {'instrument_settings': {'incident_angle': {'magnitude': 3.0, 'unit': 'deg'}, 'wavelength': {'magnitude': 12.0, 'unit': 'angstrom'}, 'polarization': 'unpolarized'}, 'data_files': ['Unknown.nxs'], 'scheme': 'angle-dispersive'}}, 'reduction': {'software': 'ess', 'timestamp': datetime.datetime(2022, 1, 27, 15, 33, 59, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))), 'corrections': ['footprint', 'incident intensity', 'detector efficiency']}, 'columns': [{'name': 'Qz', 'unit': '1/angstrom', 'dimension': 'WW transfer'}, {'name': 'R', 'dimension': 'reflectivity'}, {'name': 'sR', 'dimension': 'error-reflectivity'}, {'name': 'sQz', 'unit': '1/angstrom', 'dimension': 'resolution-WW transfer'}]}
Values:
{'data_source': {'owner': {'name': 'Andrew Nelson', 'affiliation': 'ANSTO', 'contact': 'Andrew.Nelson@ansto.gov.au'}, 'experiment': {'title': 'Example data file from refnx docs', 'instrument': 'platypus', 'start_date': '2021-05-12', 'probe': 'neutrons', 'facility': 'ANSTO'}, 'sample': {'name': 'Polymer Film', 'category': 'solid / liquid', 'composition': 'Si / SiO2 / Film / D2O'}, 'measurement': {'instrument_settings': {'incident_angle': {'magnitude': 3.0, 'unit': 'deg'}, 'wavelength': {'magnitude': 12.0, 'unit': 'angstrom'}, 'polarization': 'unpolarized'}, 'data_files': ['Unknown.nxs'], 'scheme': 'angle-dispersive'}}, 'reduction': {'software': 'ess', 'timestamp': datetime.datetime(2022, 1, 27, 15, 33, 59, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))), 'corrections': ['footprint', 'incident intensity', 'detector efficiency']}, 'columns': [{'name': 'Qz', 'unit': '1/angstrom', 'dimension': 'WW transfer'}, {'name': 'R', 'dimension': 'reflectivity'}, {'name': 'sR', 'dimension': 'error-reflectivity'}, {'name': 'sQz', 'unit': '1/angstrom', 'dimension': 'resolution-WW transfer'}]}
Values:
array([7.09581e-01, 8.62281e-01, 9.08647e-01, 7.73292e-01, 1.05797e+00, 1.01566e+00, 7.34717e-01, 7.69216e-01, 1.11574e+00, 9.72303e-01, 7.51214e-01, 7.97649e-01, 9.22189e-01, 9.75755e-01, 8.19504e-01, 7.88320e-01, 7.94701e-01, 8.74400e-01, 8.39662e-01, 8.00872e-01, 1.11710e+00, 8.88411e-01, 7.79129e-01, 7.99968e-01, 8.43124e-01, 9.61332e-01, 8.80544e-01, 7.55735e-01, 9.71231e-01, 8.95549e-01, 8.62589e-01, 8.90992e-01, 9.00348e-01, 8.45927e-01, 9.43152e-01, 9.95631e-01, 9.69594e-01, 9.05181e-01, 8.93381e-01, 9.19602e-01, 9.18998e-01, 7.81056e-01, 8.64915e-01, 8.43516e-01, 9.98418e-01, 8.81260e-01, 8.83569e-01, 9.37670e-01, 1.01920e+00, 8.45526e-01, 8.73804e-01, 8.65953e-01, 8.77982e-01, 9.47545e-01, 8.88154e-01, 8.91362e-01, 8.88456e-01, 9.13717e-01, 8.10364e-01, 7.38548e-01, 6.86510e-01, 5.82240e-01, 4.46855e-01, 3.92461e-01, 3.20517e-01, 2.81006e-01, 2.40100e-01, 2.20881e-01, 1.92033e-01, 1.79849e-01, 1.60069e-01, 1.53129e-01, 1.34220e-01, 1.28330e-01, 1.24794e-01, 1.09127e-01, 1.04429e-01, 9.46830e-02, 8.96911e-02, 8.09144e-02, 7.46544e-02, 7.03661e-02, 6.90445e-02, 6.27055e-02, 5.93915e-02, 5.75477e-02, 5.13833e-02, 4.92267e-02, 4.52174e-02, 4.24556e-02, 4.12613e-02, 3.52333e-02, 3.35271e-02, 3.32684e-02, 3.16644e-02, 2.91600e-02, 2.65201e-02, 2.51829e-02, 2.38757e-02, 2.28929e-02, 2.08646e-02, 2.08771e-02, 1.82228e-02, 1.77346e-02, 1.58714e-02, 1.43255e-02, 1.42776e-02, 1.26624e-02, 1.22128e-02, 1.04608e-02, 1.06133e-02, 9.87903e-03, 8.37203e-03, 7.67048e-03, 7.34489e-03, 6.79865e-03, 5.91630e-03, 5.34498e-03, 5.12265e-03, 4.75031e-03, 4.30715e-03, 4.01817e-03, 3.53915e-03, 3.81819e-03, 2.86475e-03, 2.79580e-03, 2.62150e-03, 2.48477e-03, 2.42009e-03, 2.35926e-03, 1.97856e-03, 1.94720e-03, 1.73593e-03, 1.89459e-03, 1.69668e-03, 1.79369e-03, 1.78686e-03, 1.87201e-03, 1.68818e-03, 1.73237e-03, 1.53760e-03, 1.54134e-03, 1.70033e-03, 2.14224e-03, 1.94402e-03, 1.91400e-03, 1.98641e-03, 1.84974e-03, 1.93264e-03, 2.18899e-03, 2.31432e-03, 1.83177e-03, 1.79715e-03, 2.27874e-03, 2.18339e-03, 1.79900e-03, 1.82808e-03, 1.94985e-03, 2.04214e-03, 1.65946e-03, 1.62031e-03, 1.58862e-03, 1.58251e-03, 1.42990e-03, 1.33612e-03, 1.72190e-03, 1.40489e-03, 1.14648e-03, 1.03013e-03, 1.01864e-03, 1.06025e-03, 9.11561e-04, 7.79536e-04, 5.95757e-04, 6.47645e-04, 5.26839e-04, 4.36546e-04, 3.69605e-04, 3.31564e-04, 2.54584e-04, 2.09080e-04, 1.92937e-04, 1.30922e-04, 1.09823e-04, 9.56548e-05, 7.92572e-05, 7.95605e-05, 7.22495e-05, 7.82513e-05, 8.63712e-05, 1.33162e-04, 1.43632e-04, 1.58682e-04, 1.90007e-04, 2.35420e-04, 2.33932e-04, 2.43390e-04, 2.70858e-04, 3.10966e-04, 3.48327e-04, 3.32957e-04, 3.54659e-04, 3.54467e-04, 3.85515e-04, 3.32509e-04, 3.33087e-04, 3.30307e-04, 3.22469e-04, 2.74462e-04, 2.79243e-04, 2.38938e-04, 2.33028e-04, 1.86343e-04, 1.64949e-04, 1.33244e-04, 1.15376e-04, 8.25033e-05, 6.71923e-05, 5.03322e-05, 3.33612e-05, 2.29052e-05, 1.87944e-05, 1.55344e-05, 1.82452e-05, 2.23562e-05, 2.77362e-05, 3.93101e-05, 4.59669e-05, 5.54131e-05, 6.72605e-05, 7.65064e-05, 7.79472e-05, 8.50542e-05, 9.68569e-05, 9.46240e-05, 8.58564e-05, 8.10144e-05, 7.65592e-05, 7.38543e-05, 6.24971e-05, 5.49543e-05, 5.69454e-05, 4.22920e-05, 3.36754e-05, 2.54564e-05, 2.09221e-05, 1.53112e-05, 1.26565e-05, 9.33124e-06, 8.90152e-06, 1.07915e-05, 1.21368e-05, 1.54080e-05, 1.93803e-05, 2.09116e-05, 2.51925e-05, 2.81880e-05, 2.99810e-05, 3.05628e-05, 2.81903e-05, 2.69263e-05, 2.54192e-05, 2.28270e-05, 1.76917e-05, 1.54751e-05, 1.17258e-05, 1.05027e-05, 8.12153e-06, 4.98884e-06, 4.90999e-06, 5.30434e-06, 5.68905e-06, 6.44471e-06, 7.45619e-06, 8.24842e-06, 1.06749e-05, 1.13162e-05, 1.10440e-05, 1.06258e-05, 9.33766e-06, 8.92280e-06, 6.43611e-06, 6.18113e-06, 4.68568e-06, 4.66754e-06, 4.26250e-06, 3.88430e-06, 3.69948e-06, 3.65993e-06, 4.55939e-06, 4.58088e-06, 4.82929e-06, 4.93092e-06, 4.78100e-06, 4.64484e-06, 4.36508e-06, 3.80706e-06, 3.54415e-06, 2.63269e-06, 2.12968e-06, 2.50908e-06, 2.60626e-06, 2.46796e-06, 2.43769e-06, 2.81846e-06, 3.20191e-06, 3.02096e-06, 2.39855e-06, 2.45824e-06, 2.03366e-06, 1.68404e-06, 1.29383e-06, 1.43967e-06, 1.54020e-06, 1.33849e-06, 1.61599e-06, 1.49347e-06, 2.05968e-06, 1.69015e-06, 1.48837e-06, 1.40382e-06, 1.34689e-06, 9.47710e-07, 1.08955e-06, 1.24635e-06, 1.22737e-06, 1.16896e-06, 1.16172e-06, 1.21689e-06, 1.31757e-06, 1.03279e-06, 1.03066e-06, 5.94535e-07, 7.27996e-07, 7.80631e-07, 1.06339e-06, 6.52697e-07, 1.07438e-06, 8.68763e-07, 9.21868e-07, 6.47149e-07, 5.36393e-07, 6.33717e-07, 6.29270e-07, 6.33292e-07, 1.03705e-06, 8.25286e-07, 6.26825e-07, 5.25259e-07, 5.21832e-07, 3.91659e-07, 4.72439e-07, 5.59536e-07, 6.64070e-07, 4.59378e-07, 3.66961e-07, 5.31531e-07, 4.28914e-07, 5.52006e-07, 5.70264e-07, 5.04731e-07, 6.61923e-07, 7.60132e-07, 4.68527e-07, 4.42860e-07, 4.89979e-07, 3.60163e-07, 2.90563e-07, 5.19963e-07, 4.66665e-07, 3.88883e-07, 4.46778e-07, 3.23885e-07, 3.78736e-07, 3.88199e-07, 4.42877e-07, 2.47787e-07, 2.85769e-07, 4.75964e-07, 4.49639e-07, 2.47147e-07, 2.16764e-07, 5.20585e-07, 5.24697e-07, 3.64403e-07, 4.59752e-07, 5.35922e-07, 4.26807e-07, 4.03666e-07, 2.55454e-07, 9.26972e-08, 1.10672e-07, 4.52163e-07, 3.78066e-07, 3.09136e-07, 3.41774e-07, 3.44924e-07, 2.51840e-07, 4.01737e-07, 3.17279e-07, 5.50631e-07, 5.08510e-07, 6.02593e-07, 4.38454e-07, 3.38757e-07, 4.35846e-07, 3.85579e-07, 3.83415e-07])
Variances (σ²):
array([7.23649657e-03, 1.26270169e-02, 6.24174262e-03, 6.28417682e-03, 1.58656697e-02, 1.28357570e-02, 3.74012972e-03, 3.80760575e-03, 1.27080529e-02, 8.04896066e-03, 3.01832668e-03, 3.21627363e-03, 4.70377877e-03, 5.32017066e-03, 2.72084295e-03, 2.29894358e-03, 2.11806130e-03, 2.65393947e-03, 2.24946261e-03, 1.93563042e-03, 5.43655529e-03, 2.45431068e-03, 1.52000956e-03, 1.52079721e-03, 1.73039360e-03, 2.42591711e-03, 8.94506409e-04, 1.02945364e-03, 2.05648645e-03, 1.52523054e-03, 1.28215557e-03, 1.30506620e-03, 1.35368070e-03, 1.03607378e-03, 1.33614374e-03, 1.52190493e-03, 1.32221686e-03, 1.02662568e-03, 9.37088422e-04, 9.90216143e-04, 9.36953734e-04, 5.54800338e-04, 7.39976006e-04, 6.50326502e-04, 1.02222157e-03, 6.77420345e-04, 6.54653630e-04, 7.54331718e-04, 9.30902814e-04, 5.11976604e-04, 5.40413710e-04, 5.05827088e-04, 5.03962091e-04, 6.19935302e-04, 4.88242054e-04, 4.75885499e-04, 4.62645685e-04, 4.95445274e-04, 3.54527475e-04, 2.85025559e-04, 2.55175066e-04, 1.82306704e-04, 1.01255919e-04, 8.38229971e-05, 5.35763978e-05, 4.09483528e-05, 2.96196089e-05, 2.52442939e-05, 1.86141336e-05, 1.64153815e-05, 1.26879865e-05, 1.20254288e-05, 9.09625600e-06, 8.34360556e-06, 8.19001371e-06, 6.16578561e-06, 5.54093937e-06, 4.37487422e-06, 2.07181478e-06, 3.50730493e-06, 2.93855021e-06, 2.67070769e-06, 2.57698809e-06, 2.13586533e-06, 1.96019600e-06, 1.85218490e-06, 1.50474382e-06, 1.38824950e-06, 1.16557934e-06, 1.04499506e-06, 9.89589238e-07, 7.70515284e-07, 7.00145542e-07, 6.95487614e-07, 6.23919893e-07, 5.61919650e-07, 4.98976943e-07, 4.50763189e-07, 4.13054292e-07, 4.00775093e-07, 3.51800824e-07, 3.50475840e-07, 2.80057932e-07, 2.75784623e-07, 2.32205443e-07, 2.03959721e-07, 2.04529158e-07, 1.76269824e-07, 1.71218854e-07, 1.40274219e-07, 1.45200627e-07, 1.32589200e-07, 1.09821320e-07, 9.46823670e-08, 9.30115805e-08, 8.40234574e-08, 7.13840837e-08, 6.32703593e-08, 6.12126977e-08, 5.66216302e-08, 5.01088225e-08, 4.84224426e-08, 4.18828504e-08, 4.32407071e-08, 3.30952502e-08, 3.12197095e-08, 3.06257000e-08, 2.87153359e-08, 2.92153556e-08, 2.89204036e-08, 2.56067204e-08, 2.50531915e-08, 2.33267584e-08, 2.56976930e-08, 2.32788255e-08, 2.53589700e-08, 2.40876608e-08, 2.50889760e-08, 2.24952003e-08, 2.38162056e-08, 2.11399968e-08, 2.24268595e-08, 2.47143553e-08, 2.98899148e-08, 2.84559787e-08, 1.16023058e-08, 2.06864936e-08, 1.63773447e-08, 1.50572533e-08, 2.23795616e-08, 2.26036190e-08, 1.08490973e-08, 1.02600693e-08, 2.00882433e-08, 1.67598916e-08, 9.26402400e-09, 9.47632159e-09, 1.17202276e-08, 1.25989400e-08, 7.04850919e-09, 6.51794646e-09, 5.80292009e-09, 6.12951200e-09, 4.94834868e-09, 4.22346614e-09, 8.46411040e-09, 4.60792519e-09, 2.82508195e-09, 2.37441798e-09, 2.35383137e-09, 2.65109653e-09, 2.04093422e-09, 1.40382105e-09, 8.22416213e-10, 1.08023312e-09, 7.10867576e-10, 5.02185690e-10, 3.72354912e-10, 3.27085310e-10, 2.07538598e-10, 1.72247250e-10, 1.59160933e-10, 9.98444605e-11, 8.24556619e-11, 7.00584066e-11, 5.92766028e-11, 4.75901301e-11, 3.72433135e-11, 4.08494826e-11, 4.30580067e-11, 7.72612872e-11, 6.68934237e-11, 7.33650493e-11, 9.51647075e-11, 1.30352456e-10, 1.07023163e-10, 1.12264620e-10, 1.26591752e-10, 1.52164560e-10, 1.84378378e-10, 1.62712985e-10, 1.74863597e-10, 1.70722969e-10, 1.98508374e-10, 1.44422710e-10, 1.43316812e-10, 1.43335967e-10, 1.35235967e-10, 9.89784225e-11, 1.05138364e-10, 8.02968327e-11, 7.61544202e-11, 5.23617221e-11, 4.38177803e-11, 3.07089981e-11, 2.47170054e-11, 1.56115863e-11, 1.27461852e-11, 8.56282201e-12, 6.29859409e-12, 4.47906430e-12, 3.46157188e-12, 3.23355920e-12, 3.80967939e-12, 3.24360100e-12, 3.57262922e-12, 5.29437090e-12, 5.44008976e-12, 6.04795975e-12, 7.45055238e-12, 7.69002815e-12, 8.16479191e-12, 8.94249216e-12, 1.03857953e-11, 1.00248858e-11, 7.97757429e-12, 7.08911925e-12, 6.50137805e-12, 6.17940051e-12, 4.80013045e-12, 4.00508161e-12, 4.33297530e-12, 2.99189668e-12, 2.12841839e-12, 1.56157514e-12, 1.34504326e-12, 1.12389682e-12, 9.17290809e-13, 7.43283655e-13, 6.12927713e-13, 7.98962459e-13, 8.30482271e-13, 8.24059082e-13, 9.22085824e-13, 1.08345199e-12, 1.16288186e-12, 1.28180891e-12, 1.38893296e-12, 1.32362724e-12, 1.20795486e-12, 1.07619876e-12, 1.02527775e-12, 8.77425624e-13, 6.24811202e-13, 5.81467252e-13, 4.47300128e-13, 4.35342638e-13, 3.41877598e-13, 2.77432905e-13, 2.87398921e-13, 2.74664039e-13, 2.41310843e-13, 2.56144295e-13, 2.55836675e-13, 2.52566554e-13, 3.41685843e-13, 3.27444884e-13, 3.32069825e-13, 3.19828705e-13, 2.76120823e-13, 2.50068005e-13, 1.97747417e-13, 2.07594141e-13, 1.62794496e-13, 1.45106903e-13, 1.41602443e-13, 1.27561837e-13, 1.44143234e-13, 1.25555418e-13, 1.34372832e-13, 1.20452032e-13, 1.22774554e-13, 1.24842089e-13, 1.30505898e-13, 1.15403564e-13, 1.10528987e-13, 1.05870843e-13, 9.32618305e-14, 7.69257960e-14, 6.60803577e-14, 7.20476859e-14, 7.20138693e-14, 6.85449997e-14, 6.03724213e-14, 6.89771432e-14, 7.16750693e-14, 6.49566780e-14, 5.40395113e-14, 5.69041941e-14, 4.98164544e-14, 4.19545096e-14, 4.03065852e-14, 3.54218748e-14, 3.99992000e-14, 3.47755363e-14, 3.47334042e-14, 3.54892850e-14, 3.68908849e-14, 3.12476329e-14, 3.21391671e-14, 3.05298740e-14, 2.90937838e-14, 2.61724448e-14, 3.01029440e-14, 2.73789972e-14, 2.70569601e-14, 2.51083039e-14, 2.31642312e-14, 2.52345933e-14, 2.39033244e-14, 2.16949333e-14, 2.29440697e-14, 2.28529736e-14, 2.04284132e-14, 2.20596756e-14, 2.24790049e-14, 1.68137902e-14, 2.20382932e-14, 2.15684470e-14, 2.10487867e-14, 1.87167025e-14, 1.84112333e-14, 1.70049424e-14, 1.86478142e-14, 1.49947372e-14, 1.83355973e-14, 2.04950719e-14, 1.42222320e-14, 1.50653531e-14, 1.71395227e-14, 1.47306769e-14, 1.95924407e-14, 1.93630008e-14, 2.09864477e-14, 2.29419492e-14, 2.06054541e-14, 2.19952629e-14, 1.85354610e-14, 2.01591723e-14, 2.33784100e-14, 1.86128720e-14, 1.98226688e-14, 2.58312398e-14, 1.81945028e-14, 2.16484140e-14, 1.97205849e-14, 1.78831780e-14, 2.19223558e-14, 2.29710398e-14, 2.44159375e-14, 2.46524541e-14, 2.41839821e-14, 2.32824874e-14, 2.50209124e-14, 2.36885959e-14, 2.22302136e-14, 2.14098350e-14, 1.82614682e-14, 2.36126249e-14, 2.37024499e-14, 2.08288397e-14, 2.22549708e-14, 2.47650022e-14, 2.38829207e-14, 2.40324406e-14, 2.73267349e-14, 3.31396538e-14, 3.13300620e-14, 3.28008321e-14, 2.55133534e-14, 2.73578216e-14, 3.27204685e-14, 2.99951225e-14, 2.29816504e-14, 2.47102680e-14, 2.09722531e-14, 2.54660956e-14, 2.55222990e-14, 2.36587466e-14, 2.86049569e-14, 2.59667442e-14, 2.72217001e-14, 3.02186072e-14, 2.73406225e-14, 3.52083943e-14, 3.91351263e-14, 3.10263564e-14, 3.55149101e-14])
EasyReflectometry
also includes a custom plotting function for the data.
[5]:
plot(data)
[5]:
Building our model#
Now that we have read in the experimental data that we want to analyse, it is necessary that we construct some model that describes what we think the system looks like. The construction of this models is discussed in detail in the model-dependent analysis and reflectometry slab models sections of the ISIS Virtual Reflectometry Training Course on neutron reflectometry fitting.
The system that we are investigating consists of four layers (with the top and bottom as semi-finite super- and sub-phases). The super-phase (where the neutrons are incident first) is a silicon (Si) wafer and as a process of the sample preparation there is anticipated to by a layer of silicon dioxide (SiO2) on this material. Then a polymer film has been attached to the silicon dioxide by some chemical method and this polymer film is solvated in a heavy water (D2O) which also makes up the sub-phase of the system. This is shown pictorially below, as a slab model.
A slab model description of the polymer film system (note that the layers are not to scale), showing the four layers of silicon, silicon dioxide, the polymer film and the heavy water subphase.
In order to constuct this model in EasyReflecotmetry
, first we must construct objects for each of the materials that will compose the layers. These objects should be of type Material
, when constructed from_pars
the arguments are the real and imaginary components of the scattering length density (in units of 10-6Å-2) and some name for the material.
[6]:
si = Material.from_pars(2.07, 0, 'Si')
sio2 = Material.from_pars(3.47, 0, 'SiO2')
film = Material.from_pars(2.0, 0, 'Film')
d2o = Material.from_pars(6.36, 0, 'D2O')
We can investigate the properties of one of these objects as follows.
[7]:
film
[7]:
Film:
sld: 2.000e-6 1 / angstrom ** 2
isld: 0.000e-6 1 / angstrom ** 2
Next we will produce layers from each of these materials, of type Layer
. The from_pars
constructor for these take the material, a thickness and a interfacial roughness (on the top of the layer). The thickness and roughness values are both in Å.
[8]:
si_layer = Layer.from_pars(si, 0, 0, 'Si layer')
sio2_layer = Layer.from_pars(sio2, 30, 3, 'SiO2 layer')
film_layer = Layer.from_pars(film, 250, 3, 'Film Layer')
superphase = Layer.from_pars(d2o, 0, 3, 'D2O Subphase')
Again, we can probe the properties of the layer as such.
[9]:
film_layer
[9]:
Film Layer:
material:
Film:
sld: 2.000e-6 1 / angstrom ** 2
isld: 0.000e-6 1 / angstrom ** 2
thickness: 250.000 angstrom
roughness: 3.000 angstrom
Given that the silicon and silicon dioxide layer both compose the solid subphase, it can be helpful to combine these as a Multilayer
item type in our code.
[10]:
subphase = MultiLayer.from_pars([si_layer, sio2_layer], name='Si/SiO2 Superphase')
These objects are then combined as a Structure
, where the constructor takes a series of layers (or some more complex EasyReflectometry
item) and, optionally, some name for the structure.
[11]:
structure = Structure.from_pars(subphase, film_layer, superphase, name='Film Structure')
This structure can be investigated from the string representation like the other objects.
[12]:
structure
[12]:
Film Structure:
- Si/SiO2 Superphase:
Si layer/SiO2 layer:
- Si layer:
material:
Si:
sld: 2.070e-6 1 / angstrom ** 2
isld: 0.000e-6 1 / angstrom ** 2
thickness: 0.000 angstrom
roughness: 0.000 angstrom
- SiO2 layer:
material:
SiO2:
sld: 3.470e-6 1 / angstrom ** 2
isld: 0.000e-6 1 / angstrom ** 2
thickness: 30.000 angstrom
roughness: 3.000 angstrom
- Film Layer:
material:
Film:
sld: 2.000e-6 1 / angstrom ** 2
isld: 0.000e-6 1 / angstrom ** 2
thickness: 250.000 angstrom
roughness: 3.000 angstrom
- D2O Subphase:
material:
D2O:
sld: 6.360e-6 1 / angstrom ** 2
isld: 0.000e-6 1 / angstrom ** 2
thickness: 0.000 angstrom
roughness: 3.000 angstrom
Constructing the model#
The structure of the system under investigation is just part of the analysis story. It is also necessary to describe the instrumental parameters, namely the background level, the resolution and some option to scale the data in the y-axis.
Note
Currently, only constant with resolution is supported. We are working to include more complex resolution in future.
the Model
constructor takes our structure, a scale factor, a uniform background level and a resolution width.
[13]:
model = Model.from_pars(structure, 1, 1e-6, 0.02, 'Film Model')
From this object, we can investigate all of the parameters of our model.
[14]:
model
[14]:
Film Model:
scale: 1.0
background: 1.0e-06
resolution: 0.02 %
structure:
Film Structure:
- Si/SiO2 Superphase:
Si layer/SiO2 layer:
- Si layer:
material:
Si:
sld: 2.070e-6 1 / angstrom ** 2
isld: 0.000e-6 1 / angstrom ** 2
thickness: 0.000 angstrom
roughness: 0.000 angstrom
- SiO2 layer:
material:
SiO2:
sld: 3.470e-6 1 / angstrom ** 2
isld: 0.000e-6 1 / angstrom ** 2
thickness: 30.000 angstrom
roughness: 3.000 angstrom
- Film Layer:
material:
Film:
sld: 2.000e-6 1 / angstrom ** 2
isld: 0.000e-6 1 / angstrom ** 2
thickness: 250.000 angstrom
roughness: 3.000 angstrom
- D2O Subphase:
material:
D2O:
sld: 6.360e-6 1 / angstrom ** 2
isld: 0.000e-6 1 / angstrom ** 2
thickness: 0.000 angstrom
roughness: 3.000 angstrom
Setting varying parameters#
Now that the model is fully constructed, we can select the parameters in our model that should be varied. Below we set the thickness of the SiO2 and film layers to vary along with the real scattering length density of the film and all of the roughnesses.
[15]:
# Thicknesses
sio2_layer.thickness.bounds = (15, 50)
film_layer.thickness.bounds = (200, 300)
# Roughnesses
sio2_layer.roughness.bounds = (1, 15)
film_layer.roughness.bounds = (1, 15)
superphase.roughness.bounds = (1, 15)
# Scattering length density
film_layer.material.sld.bounds = (0.1, 3)
In addition to these variables of the structure, we will also vary the background level and scale factor.
[16]:
# Background
model.background.bounds = (1e-8, 1e-5)
# Scale
model.scale.bounds = (0.5, 1.5)
Choosing our calculation engine#
The EasyReflectometry
package enables the calculation of the reflectometry profile using either refnx or Refl1D. For this tutorial, we will stick to the current default, which is refnx. The calculator must be created and associated with the model that we are to fit.
[17]:
interface = Interface()
model.interface = interface
We can check the calculation engine currently in use as follows.
[18]:
print(interface.current_interface.name)
refnx
Performing an optimisation#
The optimisation of our model is achieved with a Fitter
, which takes our model and calculator.
[19]:
fitter = Fitter([model], [interface.fit_func])
To actually perform the optimisation, we must pass our data
object created from the experimental data. This will return a new sc.Dataset
with the result of out analysis, and the model will be updated in place.
[20]:
analysed = fitter.fit(data)
/opt/hostedtoolcache/Python/3.9.14/x64/lib/python3.9/site-packages/easyCore/Objects/Variable.py:213: UnitStrippedWarning: The unit of the quantity is stripped when downcasting to ndarray.
if value != self._value:
/opt/hostedtoolcache/Python/3.9.14/x64/lib/python3.9/site-packages/easyCore/Utils/UndoRedo.py:460: UnitStrippedWarning: The unit of the quantity is stripped when downcasting to ndarray.
if new_value == old_value:
[21]:
analysed
[21]:
- Qz_0: 408
- z_0: 500
- Qz_0(Qz_0)float641/Å0.008, 0.008, ..., 0.461, 0.466σ = 0.000, 0.000, ..., 0.009, 0.010
Values:
array([0.00806022, 0.00813662, 0.00826375, 0.00837067, 0.00845033, 0.00853083, 0.00861217, 0.00869437, 0.00877743, 0.00886136, 0.00894616, 0.00903185, 0.00911844, 0.00920593, 0.00929432, 0.00938364, 0.00947389, 0.00956508, 0.00965721, 0.0097503 , 0.00984436, 0.00993939, 0.0100354 , 0.0101324 , 0.0102304 , 0.0103294 , 0.0104868 , 0.0106327 , 0.0107359 , 0.0108401 , 0.0109454 , 0.0110518 , 0.0111593 , 0.0112679 , 0.0113776 , 0.0114884 , 0.0116004 , 0.0117135 , 0.0118278 , 0.0119433 , 0.0120599 , 0.0121777 , 0.0122968 , 0.012417 , 0.0125385 , 0.0126612 , 0.0127852 , 0.0129105 , 0.013037 , 0.0131648 , 0.0132939 , 0.0134243 , 0.0135561 , 0.0136892 , 0.0138237 , 0.0139595 , 0.0140967 , 0.0142353 , 0.0143753 , 0.0145168 , 0.0146597 , 0.014804 , 0.0149498 , 0.015097 , 0.0152458 , 0.0153961 , 0.0155479 , 0.0157012 , 0.0158561 , 0.0160126 , 0.0161707 , 0.0163303 , 0.0164916 , 0.0166545 , 0.016819 , 0.0169853 , 0.0171532 , 0.0173228 , 0.0175881 , 0.0178419 , 0.0180185 , 0.0181968 , 0.018377 , 0.0185589 , 0.0187427 , 0.0189284 , 0.0191159 , 0.0193054 , 0.0194967 , 0.01969 , 0.0198852 , 0.0200824 , 0.0202815 , 0.0204827 , 0.0206859 , 0.0208912 , 0.0210985 , 0.021308 , 0.0215195 , 0.0217331 , 0.021949 , 0.0221669 , 0.0223871 , 0.0226095 , 0.0228341 , 0.023061 , 0.0232902 , 0.0235217 , 0.0237555 , 0.0239917 , 0.0242302 , 0.0244712 , 0.0247145 , 0.0249603 , 0.0252086 , 0.0254594 , 0.0257127 , 0.0259685 , 0.0262269 , 0.026488 , 0.0267516 , 0.0270179 , 0.0272868 , 0.0275585 , 0.0278329 , 0.02811 , 0.02839 , 0.0286727 , 0.0289583 , 0.0292467 , 0.0295381 , 0.0298323 , 0.0301296 , 0.0304298 , 0.030733 , 0.0310392 , 0.0313486 , 0.031661 , 0.0319766 , 0.0322953 , 0.0326173 , 0.0329424 , 0.0332708 , 0.0336026 , 0.0339376 , 0.0342205 , 0.0346645 , 0.0350219 , 0.035385 , 0.0357162 , 0.0360773 , 0.0364677 , 0.0368263 , 0.0371616 , 0.0375421 , 0.0379404 , 0.0383128 , 0.038684 , 0.0390692 , 0.0394734 , 0.0398633 , 0.0402658 , 0.0406608 , 0.0410701 , 0.0414781 , 0.0418744 , 0.0423049 , 0.0427317 , 0.0431546 , 0.0435835 , 0.0440155 , 0.0444549 , 0.0448983 , 0.045347 , 0.0457947 , 0.0462512 , 0.0467124 , 0.0471783 , 0.0476469 , 0.0481208 , 0.0485994 , 0.0490828 , 0.049571 , 0.050064 , 0.0505619 , 0.0510655 , 0.0515734 , 0.0520864 , 0.0526045 , 0.0531279 , 0.0536565 , 0.0541905 , 0.0547298 , 0.0552745 , 0.0558247 , 0.0563804 , 0.0569417 , 0.0575087 , 0.0580813 , 0.0586597 , 0.0592439 , 0.059834 , 0.06043 , 0.0610319 , 0.06164 , 0.0622541 , 0.0628744 , 0.0635009 , 0.0641337 , 0.0647728 , 0.0654184 , 0.0660704 , 0.066729 , 0.0673942 , 0.068066 , 0.0687446 , 0.06943 , 0.0701223 , 0.0708215 , 0.0715278 , 0.0722411 , 0.0729338 , 0.0736683 , 0.0744015 , 0.0751405 , 0.0758721 , 0.0766402 , 0.0773964 , 0.0781061 , 0.0788682 , 0.0797953 , 0.0807289 , 0.0815334 , 0.0823318 , 0.0831605 , 0.0840252 , 0.0848648 , 0.0857342 , 0.0865553 , 0.0874372 , 0.0883163 , 0.0891108 , 0.0900416 , 0.0909546 , 0.0918504 , 0.0927435 , 0.0936289 , 0.0945527 , 0.0955178 , 0.0964771 , 0.0974189 , 0.0984259 , 0.0994201 , 0.100425 , 0.101434 , 0.102499 , 0.103498 , 0.104546 , 0.105608 , 0.106682 , 0.107758 , 0.108831 , 0.109916 , 0.11104 , 0.112117 , 0.113244 , 0.114319 , 0.115464 , 0.116645 , 0.117762 , 0.118925 , 0.120129 , 0.121346 , 0.122586 , 0.123823 , 0.125091 , 0.126361 , 0.127643 , 0.128932 , 0.13021 , 0.131547 , 0.132854 , 0.134162 , 0.135515 , 0.136824 , 0.138204 , 0.139589 , 0.140989 , 0.14243 , 0.143851 , 0.145263 , 0.14675 , 0.148225 , 0.14971 , 0.151225 , 0.152736 , 0.154261 , 0.155825 , 0.157366 , 0.158941 , 0.160511 , 0.162137 , 0.163755 , 0.165404 , 0.167035 , 0.168736 , 0.17041 , 0.172119 , 0.173839 , 0.175574 , 0.177336 , 0.179087 , 0.180907 , 0.182715 , 0.184535 , 0.186383 , 0.188247 , 0.190126 , 0.192038 , 0.193954 , 0.1959 , 0.19786 , 0.199845 , 0.201833 , 0.203863 , 0.205904 , 0.207959 , 0.210042 , 0.21214 , 0.214257 , 0.216399 , 0.21857 , 0.220781 , 0.222988 , 0.225216 , 0.227467 , 0.229741 , 0.232037 , 0.234356 , 0.236698 , 0.239064 , 0.241454 , 0.243867 , 0.246304 , 0.248766 , 0.251253 , 0.253764 , 0.256301 , 0.258863 , 0.26145 , 0.264064 , 0.266703 , 0.269369 , 0.272062 , 0.274782 , 0.277529 , 0.280303 , 0.283105 , 0.285935 , 0.288793 , 0.29168 , 0.294596 , 0.297541 , 0.300516 , 0.30352 , 0.306554 , 0.309619 , 0.312714 , 0.315841 , 0.318998 , 0.322187 , 0.325408 , 0.328662 , 0.331947 , 0.335266 , 0.338618 , 0.342003 , 0.345423 , 0.348876 , 0.352364 , 0.355887 , 0.359445 , 0.363039 , 0.366669 , 0.370335 , 0.374037 , 0.377777 , 0.381554 , 0.385369 , 0.389222 , 0.393113 , 0.397044 , 0.401014 , 0.405023 , 0.409073 , 0.413163 , 0.417294 , 0.421466 , 0.42568 , 0.429936 , 0.434235 , 0.438577 , 0.442962 , 0.447391 , 0.451865 , 0.456383 , 0.460946 , 0.465555 ])
Variances (σ²):
array([1.98083007e-08, 2.01922979e-08, 2.08394636e-08, 2.13914932e-08, 2.18073977e-08, 2.22317384e-08, 2.26645151e-08, 2.31061112e-08, 2.35565301e-08, 2.40160349e-08, 2.44847623e-08, 2.49628504e-08, 2.54507095e-08, 2.59482148e-08, 2.64557850e-08, 2.69737113e-08, 2.75018695e-08, 2.80406948e-08, 2.85904916e-08, 2.91511362e-08, 2.97232278e-08, 3.03067926e-08, 3.09020023e-08, 3.15093318e-08, 3.21288128e-08, 3.27606267e-08, 3.37769883e-08, 3.47338067e-08, 3.54180999e-08, 3.61161698e-08, 3.68282232e-08, 3.75547984e-08, 3.82957836e-08, 3.90517280e-08, 3.98230261e-08, 4.06097395e-08, 4.14120981e-08, 4.22308575e-08, 4.30659154e-08, 4.39178696e-08, 4.47869754e-08, 4.56734903e-08, 4.65778578e-08, 4.75003461e-08, 4.84416001e-08, 4.94015269e-08, 5.03809748e-08, 5.13800475e-08, 5.23992328e-08, 5.34388327e-08, 5.44993507e-08, 5.55813011e-08, 5.66850071e-08, 5.78107950e-08, 5.89594069e-08, 6.01309799e-08, 6.13260668e-08, 6.25454446e-08, 6.37890525e-08, 6.50578997e-08, 6.63521497e-08, 6.76726237e-08, 6.90194952e-08, 7.03933832e-08, 7.17951473e-08, 7.32249796e-08, 7.46835316e-08, 7.61714683e-08, 7.76892314e-08, 7.92377451e-08, 8.08172329e-08, 8.24286448e-08, 8.40724623e-08, 8.57494204e-08, 8.74600176e-08, 8.92050111e-08, 9.09851734e-08, 9.28010332e-08, 9.56783537e-08, 9.84710983e-08, 1.00437595e-07, 1.02443921e-07, 1.04490403e-07, 1.06578197e-07, 1.08707923e-07, 1.10880494e-07, 1.13096838e-07, 1.15357903e-07, 1.17664069e-07, 1.20017185e-07, 1.22417370e-07, 1.24865927e-07, 1.27363584e-07, 1.29911686e-07, 1.32511305e-07, 1.35162904e-07, 1.37868205e-07, 1.40627702e-07, 1.43442848e-07, 1.46314805e-07, 1.49244429e-07, 1.52232915e-07, 1.55281815e-07, 1.58392041e-07, 1.61564855e-07, 1.64801541e-07, 1.68103406e-07, 1.71472135e-07, 1.74908381e-07, 1.78413872e-07, 1.81988926e-07, 1.85637498e-07, 1.89359240e-07, 1.93155244e-07, 1.97030389e-07, 2.00982094e-07, 2.05011490e-07, 2.09123598e-07, 2.13315763e-07, 2.17597071e-07, 2.21960929e-07, 2.26416605e-07, 2.30957374e-07, 2.35592692e-07, 2.40324024e-07, 2.45144445e-07, 2.50067941e-07, 2.55087572e-07, 2.60209070e-07, 2.65429602e-07, 2.70759433e-07, 2.76200270e-07, 2.81744817e-07, 2.87403653e-07, 2.93178535e-07, 2.99066593e-07, 3.05074173e-07, 3.11203084e-07, 3.17455156e-07, 3.23832234e-07, 3.30341067e-07, 3.36978753e-07, 3.43752175e-07, 3.50663405e-07, 3.57714533e-07, 3.62341795e-07, 3.72530018e-07, 3.80084525e-07, 3.87799483e-07, 3.95453078e-07, 4.03424180e-07, 4.11692771e-07, 4.19924149e-07, 4.28186985e-07, 4.36839011e-07, 4.45719323e-07, 4.54637449e-07, 4.63719096e-07, 4.73024896e-07, 4.82576533e-07, 4.92247480e-07, 5.02140751e-07, 5.12199315e-07, 5.22486541e-07, 5.32969050e-07, 5.43637078e-07, 5.54575252e-07, 5.65711802e-07, 5.77068737e-07, 5.88649312e-07, 6.00469975e-07, 6.12527789e-07, 6.24819591e-07, 6.37369108e-07, 6.50173516e-07, 6.63229760e-07, 6.76555509e-07, 6.90140798e-07, 7.04017902e-07, 7.18155490e-07, 7.32593541e-07, 7.47322122e-07, 7.62345596e-07, 7.77683347e-07, 7.93325146e-07, 8.09275490e-07, 8.25562068e-07, 8.42174572e-07, 8.59125740e-07, 8.76420724e-07, 8.94064727e-07, 9.12071117e-07, 9.30437254e-07, 9.49185049e-07, 9.68312058e-07, 9.87824005e-07, 1.00772667e-06, 1.02804312e-06, 1.04877106e-06, 1.06991672e-06, 1.09150412e-06, 1.11352222e-06, 1.13598648e-06, 1.15890365e-06, 1.18229902e-06, 1.20616135e-06, 1.23051646e-06, 1.25537193e-06, 1.28072582e-06, 1.30659529e-06, 1.33299798e-06, 1.35994208e-06, 1.38742587e-06, 1.41547763e-06, 1.44410611e-06, 1.47330985e-06, 1.50311830e-06, 1.53353028e-06, 1.56456554e-06, 1.59623359e-06, 1.62855492e-06, 1.65912098e-06, 1.69336254e-06, 1.72754079e-06, 1.76227473e-06, 1.79638667e-06, 1.83383774e-06, 1.87028110e-06, 1.90254664e-06, 1.93959214e-06, 1.98568617e-06, 2.03210355e-06, 2.07334212e-06, 2.11530373e-06, 2.15832203e-06, 2.20242874e-06, 2.24717256e-06, 2.29300933e-06, 2.33936082e-06, 2.38705522e-06, 2.43565506e-06, 2.48455724e-06, 2.53543287e-06, 2.58715197e-06, 2.63973823e-06, 2.69334138e-06, 2.74793383e-06, 2.80388459e-06, 2.86120370e-06, 2.91962520e-06, 2.97904757e-06, 3.04010508e-06, 3.10226064e-06, 3.16572517e-06, 3.23045816e-06, 3.29684860e-06, 3.36408568e-06, 3.43300855e-06, 3.50339334e-06, 3.57524710e-06, 3.64852781e-06, 3.72325659e-06, 3.79955409e-06, 3.87762883e-06, 3.95695375e-06, 4.03820822e-06, 4.12073674e-06, 4.20540625e-06, 4.29202766e-06, 4.37994090e-06, 4.46996637e-06, 4.56205042e-06, 4.65609957e-06, 4.75220060e-06, 4.85023717e-06, 4.95046513e-06, 5.05272989e-06, 5.15715878e-06, 5.26378593e-06, 5.37246870e-06, 5.48381327e-06, 5.59720402e-06, 5.71295277e-06, 5.83136273e-06, 5.95194035e-06, 6.07544745e-06, 6.20155526e-06, 6.33036876e-06, 6.46210393e-06, 6.59646085e-06, 6.73356654e-06, 6.87397509e-06, 7.01724982e-06, 7.16359348e-06, 7.31319290e-06, 7.46586985e-06, 7.62188257e-06, 7.78140379e-06, 7.94415698e-06, 8.11055375e-06, 8.28043473e-06, 8.45429887e-06, 8.63176591e-06, 8.81324457e-06, 8.99844546e-06, 9.18806912e-06, 9.38156890e-06, 9.57942446e-06, 9.78160239e-06, 9.98825359e-06, 1.01995060e-05, 1.04152440e-05, 1.06361203e-05, 1.08616933e-05, 1.10922355e-05, 1.13279713e-05, 1.15689589e-05, 1.18153438e-05, 1.20673340e-05, 1.23248453e-05, 1.25882391e-05, 1.28574935e-05, 1.31329210e-05, 1.34144089e-05, 1.37024654e-05, 1.39969818e-05, 1.42981300e-05, 1.46062161e-05, 1.49212932e-05, 1.52435456e-05, 1.55732289e-05, 1.59105722e-05, 1.62558446e-05, 1.66088380e-05, 1.69699962e-05, 1.73395302e-05, 1.77176559e-05, 1.81044493e-05, 1.85004969e-05, 1.89056300e-05, 1.93203773e-05, 1.97449079e-05, 2.01793931e-05, 2.06243921e-05, 2.10797032e-05, 2.15455042e-05, 2.20227724e-05, 2.25113130e-05, 2.30117315e-05, 2.35238296e-05, 2.40486433e-05, 2.45859845e-05, 2.51360752e-05, 2.56995710e-05, 2.62767139e-05, 2.68681893e-05, 2.74742604e-05, 2.80947436e-05, 2.87308044e-05, 2.93822712e-05, 3.00498867e-05, 3.07344183e-05, 3.14357061e-05, 3.21540546e-05, 3.28912335e-05, 3.36461270e-05, 3.44205469e-05, 3.52143612e-05, 3.60279297e-05, 3.68626487e-05, 3.77184014e-05, 3.85961085e-05, 3.94961862e-05, 4.04195966e-05, 4.13667863e-05, 4.23387609e-05, 4.33354397e-05, 4.43584198e-05, 4.54082128e-05, 4.64853379e-05, 4.75903213e-05, 4.87254752e-05, 4.98896044e-05, 5.10856862e-05, 5.23131352e-05, 5.35731822e-05, 5.48670960e-05, 5.61961850e-05, 5.75611534e-05, 5.89627162e-05, 6.04029187e-05, 6.18818765e-05, 6.34017132e-05, 6.49632607e-05, 6.65680562e-05, 6.82169821e-05, 6.99116442e-05, 7.16536966e-05, 7.34441155e-05, 7.52853655e-05, 7.71777613e-05, 7.91238633e-05, 8.11247933e-05, 8.31832397e-05, 8.53004176e-05, 8.74775614e-05, 8.97175333e-05, 9.20224821e-05]) - z_0(z_0)float64Å-37.304, -36.595, ..., 315.573, 316.281
Values:
array([-3.73040374e+01, -3.65954492e+01, -3.58868611e+01, -3.51782729e+01, -3.44696848e+01, -3.37610966e+01, -3.30525085e+01, -3.23439203e+01, -3.16353322e+01, -3.09267441e+01, -3.02181559e+01, -2.95095678e+01, -2.88009796e+01, -2.80923915e+01, -2.73838033e+01, -2.66752152e+01, -2.59666270e+01, -2.52580389e+01, -2.45494507e+01, -2.38408626e+01, -2.31322744e+01, -2.24236863e+01, -2.17150981e+01, -2.10065100e+01, -2.02979218e+01, -1.95893337e+01, -1.88807456e+01, -1.81721574e+01, -1.74635693e+01, -1.67549811e+01, -1.60463930e+01, -1.53378048e+01, -1.46292167e+01, -1.39206285e+01, -1.32120404e+01, -1.25034522e+01, -1.17948641e+01, -1.10862759e+01, -1.03776878e+01, -9.66909965e+00, -8.96051150e+00, -8.25192336e+00, -7.54333521e+00, -6.83474706e+00, -6.12615892e+00, -5.41757077e+00, -4.70898262e+00, -4.00039448e+00, -3.29180633e+00, -2.58321818e+00, -1.87463003e+00, -1.16604189e+00, -4.57453741e-01, 2.51134405e-01, 9.59722552e-01, 1.66831070e+00, 2.37689885e+00, 3.08548699e+00, 3.79407514e+00, 4.50266329e+00, 5.21125143e+00, 5.91983958e+00, 6.62842773e+00, 7.33701587e+00, 8.04560402e+00, 8.75419217e+00, 9.46278031e+00, 1.01713685e+01, 1.08799566e+01, 1.15885448e+01, 1.22971329e+01, 1.30057210e+01, 1.37143092e+01, 1.44228973e+01, 1.51314855e+01, 1.58400736e+01, 1.65486618e+01, 1.72572499e+01, 1.79658381e+01, 1.86744262e+01, 1.93830144e+01, 2.00916025e+01, 2.08001907e+01, 2.15087788e+01, 2.22173670e+01, 2.29259551e+01, 2.36345432e+01, 2.43431314e+01, 2.50517195e+01, 2.57603077e+01, 2.64688958e+01, 2.71774840e+01, 2.78860721e+01, 2.85946603e+01, 2.93032484e+01, 3.00118366e+01, 3.07204247e+01, 3.14290129e+01, 3.21376010e+01, 3.28461892e+01, 3.35547773e+01, 3.42633654e+01, 3.49719536e+01, 3.56805417e+01, 3.63891299e+01, 3.70977180e+01, 3.78063062e+01, 3.85148943e+01, 3.92234825e+01, 3.99320706e+01, 4.06406588e+01, 4.13492469e+01, 4.20578351e+01, 4.27664232e+01, 4.34750114e+01, 4.41835995e+01, 4.48921876e+01, 4.56007758e+01, 4.63093639e+01, 4.70179521e+01, 4.77265402e+01, 4.84351284e+01, 4.91437165e+01, 4.98523047e+01, 5.05608928e+01, 5.12694810e+01, 5.19780691e+01, 5.26866573e+01, 5.33952454e+01, 5.41038336e+01, 5.48124217e+01, 5.55210098e+01, 5.62295980e+01, 5.69381861e+01, 5.76467743e+01, 5.83553624e+01, 5.90639506e+01, 5.97725387e+01, 6.04811269e+01, 6.11897150e+01, 6.18983032e+01, 6.26068913e+01, 6.33154795e+01, 6.40240676e+01, 6.47326558e+01, 6.54412439e+01, 6.61498321e+01, 6.68584202e+01, 6.75670083e+01, 6.82755965e+01, 6.89841846e+01, 6.96927728e+01, 7.04013609e+01, 7.11099491e+01, 7.18185372e+01, 7.25271254e+01, 7.32357135e+01, 7.39443017e+01, 7.46528898e+01, 7.53614780e+01, 7.60700661e+01, 7.67786543e+01, 7.74872424e+01, 7.81958305e+01, 7.89044187e+01, 7.96130068e+01, 8.03215950e+01, 8.10301831e+01, 8.17387713e+01, 8.24473594e+01, 8.31559476e+01, 8.38645357e+01, 8.45731239e+01, 8.52817120e+01, 8.59903002e+01, 8.66988883e+01, 8.74074765e+01, 8.81160646e+01, 8.88246527e+01, 8.95332409e+01, 9.02418290e+01, 9.09504172e+01, 9.16590053e+01, 9.23675935e+01, 9.30761816e+01, 9.37847698e+01, 9.44933579e+01, 9.52019461e+01, 9.59105342e+01, 9.66191224e+01, 9.73277105e+01, 9.80362987e+01, 9.87448868e+01, 9.94534749e+01, 1.00162063e+02, 1.00870651e+02, 1.01579239e+02, 1.02287828e+02, 1.02996416e+02, 1.03705004e+02, 1.04413592e+02, 1.05122180e+02, 1.05830768e+02, 1.06539356e+02, 1.07247945e+02, 1.07956533e+02, 1.08665121e+02, 1.09373709e+02, 1.10082297e+02, 1.10790885e+02, 1.11499473e+02, 1.12208062e+02, 1.12916650e+02, 1.13625238e+02, 1.14333826e+02, 1.15042414e+02, 1.15751002e+02, 1.16459590e+02, 1.17168179e+02, 1.17876767e+02, 1.18585355e+02, 1.19293943e+02, 1.20002531e+02, 1.20711119e+02, 1.21419707e+02, 1.22128296e+02, 1.22836884e+02, 1.23545472e+02, 1.24254060e+02, 1.24962648e+02, 1.25671236e+02, 1.26379825e+02, 1.27088413e+02, 1.27797001e+02, 1.28505589e+02, 1.29214177e+02, 1.29922765e+02, 1.30631353e+02, 1.31339942e+02, 1.32048530e+02, 1.32757118e+02, 1.33465706e+02, 1.34174294e+02, 1.34882882e+02, 1.35591470e+02, 1.36300059e+02, 1.37008647e+02, 1.37717235e+02, 1.38425823e+02, 1.39134411e+02, 1.39842999e+02, 1.40551587e+02, 1.41260176e+02, 1.41968764e+02, 1.42677352e+02, 1.43385940e+02, 1.44094528e+02, 1.44803116e+02, 1.45511704e+02, 1.46220293e+02, 1.46928881e+02, 1.47637469e+02, 1.48346057e+02, 1.49054645e+02, 1.49763233e+02, 1.50471822e+02, 1.51180410e+02, 1.51888998e+02, 1.52597586e+02, 1.53306174e+02, 1.54014762e+02, 1.54723350e+02, 1.55431939e+02, 1.56140527e+02, 1.56849115e+02, 1.57557703e+02, 1.58266291e+02, 1.58974879e+02, 1.59683467e+02, 1.60392056e+02, 1.61100644e+02, 1.61809232e+02, 1.62517820e+02, 1.63226408e+02, 1.63934996e+02, 1.64643584e+02, 1.65352173e+02, 1.66060761e+02, 1.66769349e+02, 1.67477937e+02, 1.68186525e+02, 1.68895113e+02, 1.69603701e+02, 1.70312290e+02, 1.71020878e+02, 1.71729466e+02, 1.72438054e+02, 1.73146642e+02, 1.73855230e+02, 1.74563818e+02, 1.75272407e+02, 1.75980995e+02, 1.76689583e+02, 1.77398171e+02, 1.78106759e+02, 1.78815347e+02, 1.79523936e+02, 1.80232524e+02, 1.80941112e+02, 1.81649700e+02, 1.82358288e+02, 1.83066876e+02, 1.83775464e+02, 1.84484053e+02, 1.85192641e+02, 1.85901229e+02, 1.86609817e+02, 1.87318405e+02, 1.88026993e+02, 1.88735581e+02, 1.89444170e+02, 1.90152758e+02, 1.90861346e+02, 1.91569934e+02, 1.92278522e+02, 1.92987110e+02, 1.93695698e+02, 1.94404287e+02, 1.95112875e+02, 1.95821463e+02, 1.96530051e+02, 1.97238639e+02, 1.97947227e+02, 1.98655815e+02, 1.99364404e+02, 2.00072992e+02, 2.00781580e+02, 2.01490168e+02, 2.02198756e+02, 2.02907344e+02, 2.03615933e+02, 2.04324521e+02, 2.05033109e+02, 2.05741697e+02, 2.06450285e+02, 2.07158873e+02, 2.07867461e+02, 2.08576050e+02, 2.09284638e+02, 2.09993226e+02, 2.10701814e+02, 2.11410402e+02, 2.12118990e+02, 2.12827578e+02, 2.13536167e+02, 2.14244755e+02, 2.14953343e+02, 2.15661931e+02, 2.16370519e+02, 2.17079107e+02, 2.17787695e+02, 2.18496284e+02, 2.19204872e+02, 2.19913460e+02, 2.20622048e+02, 2.21330636e+02, 2.22039224e+02, 2.22747812e+02, 2.23456401e+02, 2.24164989e+02, 2.24873577e+02, 2.25582165e+02, 2.26290753e+02, 2.26999341e+02, 2.27707930e+02, 2.28416518e+02, 2.29125106e+02, 2.29833694e+02, 2.30542282e+02, 2.31250870e+02, 2.31959458e+02, 2.32668047e+02, 2.33376635e+02, 2.34085223e+02, 2.34793811e+02, 2.35502399e+02, 2.36210987e+02, 2.36919575e+02, 2.37628164e+02, 2.38336752e+02, 2.39045340e+02, 2.39753928e+02, 2.40462516e+02, 2.41171104e+02, 2.41879692e+02, 2.42588281e+02, 2.43296869e+02, 2.44005457e+02, 2.44714045e+02, 2.45422633e+02, 2.46131221e+02, 2.46839809e+02, 2.47548398e+02, 2.48256986e+02, 2.48965574e+02, 2.49674162e+02, 2.50382750e+02, 2.51091338e+02, 2.51799926e+02, 2.52508515e+02, 2.53217103e+02, 2.53925691e+02, 2.54634279e+02, 2.55342867e+02, 2.56051455e+02, 2.56760044e+02, 2.57468632e+02, 2.58177220e+02, 2.58885808e+02, 2.59594396e+02, 2.60302984e+02, 2.61011572e+02, 2.61720161e+02, 2.62428749e+02, 2.63137337e+02, 2.63845925e+02, 2.64554513e+02, 2.65263101e+02, 2.65971689e+02, 2.66680278e+02, 2.67388866e+02, 2.68097454e+02, 2.68806042e+02, 2.69514630e+02, 2.70223218e+02, 2.70931806e+02, 2.71640395e+02, 2.72348983e+02, 2.73057571e+02, 2.73766159e+02, 2.74474747e+02, 2.75183335e+02, 2.75891923e+02, 2.76600512e+02, 2.77309100e+02, 2.78017688e+02, 2.78726276e+02, 2.79434864e+02, 2.80143452e+02, 2.80852041e+02, 2.81560629e+02, 2.82269217e+02, 2.82977805e+02, 2.83686393e+02, 2.84394981e+02, 2.85103569e+02, 2.85812158e+02, 2.86520746e+02, 2.87229334e+02, 2.87937922e+02, 2.88646510e+02, 2.89355098e+02, 2.90063686e+02, 2.90772275e+02, 2.91480863e+02, 2.92189451e+02, 2.92898039e+02, 2.93606627e+02, 2.94315215e+02, 2.95023803e+02, 2.95732392e+02, 2.96440980e+02, 2.97149568e+02, 2.97858156e+02, 2.98566744e+02, 2.99275332e+02, 2.99983920e+02, 3.00692509e+02, 3.01401097e+02, 3.02109685e+02, 3.02818273e+02, 3.03526861e+02, 3.04235449e+02, 3.04944037e+02, 3.05652626e+02, 3.06361214e+02, 3.07069802e+02, 3.07778390e+02, 3.08486978e+02, 3.09195566e+02, 3.09904155e+02, 3.10612743e+02, 3.11321331e+02, 3.12029919e+02, 3.12738507e+02, 3.13447095e+02, 3.14155683e+02, 3.14864272e+02, 3.15572860e+02, 3.16281448e+02])
- R_0(Qz_0)float64𝟙0.710, 0.862, ..., 3.856e-07, 3.834e-07σ = 0.085, 0.112, ..., 1.761e-07, 1.885e-07
- orso_header()PyObject{'data_source': {'owner': {'name': 'Andrew Nelson', 'affiliation': 'ANSTO', 'contact': 'Andrew.Nelson@ansto.gov.au'}, 'experiment': {'title': 'Example data file from refnx docs', 'instrument': 'platypus', 'start_date': '2021-05-12', 'probe': 'neutrons', 'facility': 'ANSTO'}, 'sample': {'name': 'Polymer Film', 'category': 'solid / liquid', 'composition': 'Si / SiO2 / Film / D2O'}, 'measurement': {'instrument_settings': {'incident_angle': {'magnitude': 3.0, 'unit': 'deg'}, 'wavelength': {'magnitude': 12.0, 'unit': 'angstrom'}, 'polarization': 'unpolarized'}, 'data_files': ['Unknown.nxs'], 'scheme': 'angle-dispersive'}}, 'reduction': {'software': 'ess', 'timestamp': datetime.datetime(2022, 1, 27, 15, 33, 59, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))), 'corrections': ['footprint', 'incident intensity', 'detector efficiency']}, 'columns': [{'name': 'Qz', 'unit': '1/angstrom', 'dimension': 'WW transfer'}, {'name': 'R', 'dimension': 'reflectivity'}, {'name': 'sR', 'dimension': 'error-reflectivity'}, {'name': 'sQz', 'unit': '1/angstrom', 'dimension': 'resolution-WW transfer'}]}
Values:
{'data_source': {'owner': {'name': 'Andrew Nelson', 'affiliation': 'ANSTO', 'contact': 'Andrew.Nelson@ansto.gov.au'}, 'experiment': {'title': 'Example data file from refnx docs', 'instrument': 'platypus', 'start_date': '2021-05-12', 'probe': 'neutrons', 'facility': 'ANSTO'}, 'sample': {'name': 'Polymer Film', 'category': 'solid / liquid', 'composition': 'Si / SiO2 / Film / D2O'}, 'measurement': {'instrument_settings': {'incident_angle': {'magnitude': 3.0, 'unit': 'deg'}, 'wavelength': {'magnitude': 12.0, 'unit': 'angstrom'}, 'polarization': 'unpolarized'}, 'data_files': ['Unknown.nxs'], 'scheme': 'angle-dispersive'}}, 'reduction': {'software': 'ess', 'timestamp': datetime.datetime(2022, 1, 27, 15, 33, 59, tzinfo=datetime.timezone(datetime.timedelta(seconds=3600))), 'corrections': ['footprint', 'incident intensity', 'detector efficiency']}, 'columns': [{'name': 'Qz', 'unit': '1/angstrom', 'dimension': 'WW transfer'}, {'name': 'R', 'dimension': 'reflectivity'}, {'name': 'sR', 'dimension': 'error-reflectivity'}, {'name': 'sQz', 'unit': '1/angstrom', 'dimension': 'resolution-WW transfer'}]}
Values:
array([7.09581e-01, 8.62281e-01, 9.08647e-01, 7.73292e-01, 1.05797e+00, 1.01566e+00, 7.34717e-01, 7.69216e-01, 1.11574e+00, 9.72303e-01, 7.51214e-01, 7.97649e-01, 9.22189e-01, 9.75755e-01, 8.19504e-01, 7.88320e-01, 7.94701e-01, 8.74400e-01, 8.39662e-01, 8.00872e-01, 1.11710e+00, 8.88411e-01, 7.79129e-01, 7.99968e-01, 8.43124e-01, 9.61332e-01, 8.80544e-01, 7.55735e-01, 9.71231e-01, 8.95549e-01, 8.62589e-01, 8.90992e-01, 9.00348e-01, 8.45927e-01, 9.43152e-01, 9.95631e-01, 9.69594e-01, 9.05181e-01, 8.93381e-01, 9.19602e-01, 9.18998e-01, 7.81056e-01, 8.64915e-01, 8.43516e-01, 9.98418e-01, 8.81260e-01, 8.83569e-01, 9.37670e-01, 1.01920e+00, 8.45526e-01, 8.73804e-01, 8.65953e-01, 8.77982e-01, 9.47545e-01, 8.88154e-01, 8.91362e-01, 8.88456e-01, 9.13717e-01, 8.10364e-01, 7.38548e-01, 6.86510e-01, 5.82240e-01, 4.46855e-01, 3.92461e-01, 3.20517e-01, 2.81006e-01, 2.40100e-01, 2.20881e-01, 1.92033e-01, 1.79849e-01, 1.60069e-01, 1.53129e-01, 1.34220e-01, 1.28330e-01, 1.24794e-01, 1.09127e-01, 1.04429e-01, 9.46830e-02, 8.96911e-02, 8.09144e-02, 7.46544e-02, 7.03661e-02, 6.90445e-02, 6.27055e-02, 5.93915e-02, 5.75477e-02, 5.13833e-02, 4.92267e-02, 4.52174e-02, 4.24556e-02, 4.12613e-02, 3.52333e-02, 3.35271e-02, 3.32684e-02, 3.16644e-02, 2.91600e-02, 2.65201e-02, 2.51829e-02, 2.38757e-02, 2.28929e-02, 2.08646e-02, 2.08771e-02, 1.82228e-02, 1.77346e-02, 1.58714e-02, 1.43255e-02, 1.42776e-02, 1.26624e-02, 1.22128e-02, 1.04608e-02, 1.06133e-02, 9.87903e-03, 8.37203e-03, 7.67048e-03, 7.34489e-03, 6.79865e-03, 5.91630e-03, 5.34498e-03, 5.12265e-03, 4.75031e-03, 4.30715e-03, 4.01817e-03, 3.53915e-03, 3.81819e-03, 2.86475e-03, 2.79580e-03, 2.62150e-03, 2.48477e-03, 2.42009e-03, 2.35926e-03, 1.97856e-03, 1.94720e-03, 1.73593e-03, 1.89459e-03, 1.69668e-03, 1.79369e-03, 1.78686e-03, 1.87201e-03, 1.68818e-03, 1.73237e-03, 1.53760e-03, 1.54134e-03, 1.70033e-03, 2.14224e-03, 1.94402e-03, 1.91400e-03, 1.98641e-03, 1.84974e-03, 1.93264e-03, 2.18899e-03, 2.31432e-03, 1.83177e-03, 1.79715e-03, 2.27874e-03, 2.18339e-03, 1.79900e-03, 1.82808e-03, 1.94985e-03, 2.04214e-03, 1.65946e-03, 1.62031e-03, 1.58862e-03, 1.58251e-03, 1.42990e-03, 1.33612e-03, 1.72190e-03, 1.40489e-03, 1.14648e-03, 1.03013e-03, 1.01864e-03, 1.06025e-03, 9.11561e-04, 7.79536e-04, 5.95757e-04, 6.47645e-04, 5.26839e-04, 4.36546e-04, 3.69605e-04, 3.31564e-04, 2.54584e-04, 2.09080e-04, 1.92937e-04, 1.30922e-04, 1.09823e-04, 9.56548e-05, 7.92572e-05, 7.95605e-05, 7.22495e-05, 7.82513e-05, 8.63712e-05, 1.33162e-04, 1.43632e-04, 1.58682e-04, 1.90007e-04, 2.35420e-04, 2.33932e-04, 2.43390e-04, 2.70858e-04, 3.10966e-04, 3.48327e-04, 3.32957e-04, 3.54659e-04, 3.54467e-04, 3.85515e-04, 3.32509e-04, 3.33087e-04, 3.30307e-04, 3.22469e-04, 2.74462e-04, 2.79243e-04, 2.38938e-04, 2.33028e-04, 1.86343e-04, 1.64949e-04, 1.33244e-04, 1.15376e-04, 8.25033e-05, 6.71923e-05, 5.03322e-05, 3.33612e-05, 2.29052e-05, 1.87944e-05, 1.55344e-05, 1.82452e-05, 2.23562e-05, 2.77362e-05, 3.93101e-05, 4.59669e-05, 5.54131e-05, 6.72605e-05, 7.65064e-05, 7.79472e-05, 8.50542e-05, 9.68569e-05, 9.46240e-05, 8.58564e-05, 8.10144e-05, 7.65592e-05, 7.38543e-05, 6.24971e-05, 5.49543e-05, 5.69454e-05, 4.22920e-05, 3.36754e-05, 2.54564e-05, 2.09221e-05, 1.53112e-05, 1.26565e-05, 9.33124e-06, 8.90152e-06, 1.07915e-05, 1.21368e-05, 1.54080e-05, 1.93803e-05, 2.09116e-05, 2.51925e-05, 2.81880e-05, 2.99810e-05, 3.05628e-05, 2.81903e-05, 2.69263e-05, 2.54192e-05, 2.28270e-05, 1.76917e-05, 1.54751e-05, 1.17258e-05, 1.05027e-05, 8.12153e-06, 4.98884e-06, 4.90999e-06, 5.30434e-06, 5.68905e-06, 6.44471e-06, 7.45619e-06, 8.24842e-06, 1.06749e-05, 1.13162e-05, 1.10440e-05, 1.06258e-05, 9.33766e-06, 8.92280e-06, 6.43611e-06, 6.18113e-06, 4.68568e-06, 4.66754e-06, 4.26250e-06, 3.88430e-06, 3.69948e-06, 3.65993e-06, 4.55939e-06, 4.58088e-06, 4.82929e-06, 4.93092e-06, 4.78100e-06, 4.64484e-06, 4.36508e-06, 3.80706e-06, 3.54415e-06, 2.63269e-06, 2.12968e-06, 2.50908e-06, 2.60626e-06, 2.46796e-06, 2.43769e-06, 2.81846e-06, 3.20191e-06, 3.02096e-06, 2.39855e-06, 2.45824e-06, 2.03366e-06, 1.68404e-06, 1.29383e-06, 1.43967e-06, 1.54020e-06, 1.33849e-06, 1.61599e-06, 1.49347e-06, 2.05968e-06, 1.69015e-06, 1.48837e-06, 1.40382e-06, 1.34689e-06, 9.47710e-07, 1.08955e-06, 1.24635e-06, 1.22737e-06, 1.16896e-06, 1.16172e-06, 1.21689e-06, 1.31757e-06, 1.03279e-06, 1.03066e-06, 5.94535e-07, 7.27996e-07, 7.80631e-07, 1.06339e-06, 6.52697e-07, 1.07438e-06, 8.68763e-07, 9.21868e-07, 6.47149e-07, 5.36393e-07, 6.33717e-07, 6.29270e-07, 6.33292e-07, 1.03705e-06, 8.25286e-07, 6.26825e-07, 5.25259e-07, 5.21832e-07, 3.91659e-07, 4.72439e-07, 5.59536e-07, 6.64070e-07, 4.59378e-07, 3.66961e-07, 5.31531e-07, 4.28914e-07, 5.52006e-07, 5.70264e-07, 5.04731e-07, 6.61923e-07, 7.60132e-07, 4.68527e-07, 4.42860e-07, 4.89979e-07, 3.60163e-07, 2.90563e-07, 5.19963e-07, 4.66665e-07, 3.88883e-07, 4.46778e-07, 3.23885e-07, 3.78736e-07, 3.88199e-07, 4.42877e-07, 2.47787e-07, 2.85769e-07, 4.75964e-07, 4.49639e-07, 2.47147e-07, 2.16764e-07, 5.20585e-07, 5.24697e-07, 3.64403e-07, 4.59752e-07, 5.35922e-07, 4.26807e-07, 4.03666e-07, 2.55454e-07, 9.26972e-08, 1.10672e-07, 4.52163e-07, 3.78066e-07, 3.09136e-07, 3.41774e-07, 3.44924e-07, 2.51840e-07, 4.01737e-07, 3.17279e-07, 5.50631e-07, 5.08510e-07, 6.02593e-07, 4.38454e-07, 3.38757e-07, 4.35846e-07, 3.85579e-07, 3.83415e-07])
Variances (σ²):
array([7.23649657e-03, 1.26270169e-02, 6.24174262e-03, 6.28417682e-03, 1.58656697e-02, 1.28357570e-02, 3.74012972e-03, 3.80760575e-03, 1.27080529e-02, 8.04896066e-03, 3.01832668e-03, 3.21627363e-03, 4.70377877e-03, 5.32017066e-03, 2.72084295e-03, 2.29894358e-03, 2.11806130e-03, 2.65393947e-03, 2.24946261e-03, 1.93563042e-03, 5.43655529e-03, 2.45431068e-03, 1.52000956e-03, 1.52079721e-03, 1.73039360e-03, 2.42591711e-03, 8.94506409e-04, 1.02945364e-03, 2.05648645e-03, 1.52523054e-03, 1.28215557e-03, 1.30506620e-03, 1.35368070e-03, 1.03607378e-03, 1.33614374e-03, 1.52190493e-03, 1.32221686e-03, 1.02662568e-03, 9.37088422e-04, 9.90216143e-04, 9.36953734e-04, 5.54800338e-04, 7.39976006e-04, 6.50326502e-04, 1.02222157e-03, 6.77420345e-04, 6.54653630e-04, 7.54331718e-04, 9.30902814e-04, 5.11976604e-04, 5.40413710e-04, 5.05827088e-04, 5.03962091e-04, 6.19935302e-04, 4.88242054e-04, 4.75885499e-04, 4.62645685e-04, 4.95445274e-04, 3.54527475e-04, 2.85025559e-04, 2.55175066e-04, 1.82306704e-04, 1.01255919e-04, 8.38229971e-05, 5.35763978e-05, 4.09483528e-05, 2.96196089e-05, 2.52442939e-05, 1.86141336e-05, 1.64153815e-05, 1.26879865e-05, 1.20254288e-05, 9.09625600e-06, 8.34360556e-06, 8.19001371e-06, 6.16578561e-06, 5.54093937e-06, 4.37487422e-06, 2.07181478e-06, 3.50730493e-06, 2.93855021e-06, 2.67070769e-06, 2.57698809e-06, 2.13586533e-06, 1.96019600e-06, 1.85218490e-06, 1.50474382e-06, 1.38824950e-06, 1.16557934e-06, 1.04499506e-06, 9.89589238e-07, 7.70515284e-07, 7.00145542e-07, 6.95487614e-07, 6.23919893e-07, 5.61919650e-07, 4.98976943e-07, 4.50763189e-07, 4.13054292e-07, 4.00775093e-07, 3.51800824e-07, 3.50475840e-07, 2.80057932e-07, 2.75784623e-07, 2.32205443e-07, 2.03959721e-07, 2.04529158e-07, 1.76269824e-07, 1.71218854e-07, 1.40274219e-07, 1.45200627e-07, 1.32589200e-07, 1.09821320e-07, 9.46823670e-08, 9.30115805e-08, 8.40234574e-08, 7.13840837e-08, 6.32703593e-08, 6.12126977e-08, 5.66216302e-08, 5.01088225e-08, 4.84224426e-08, 4.18828504e-08, 4.32407071e-08, 3.30952502e-08, 3.12197095e-08, 3.06257000e-08, 2.87153359e-08, 2.92153556e-08, 2.89204036e-08, 2.56067204e-08, 2.50531915e-08, 2.33267584e-08, 2.56976930e-08, 2.32788255e-08, 2.53589700e-08, 2.40876608e-08, 2.50889760e-08, 2.24952003e-08, 2.38162056e-08, 2.11399968e-08, 2.24268595e-08, 2.47143553e-08, 2.98899148e-08, 2.84559787e-08, 1.16023058e-08, 2.06864936e-08, 1.63773447e-08, 1.50572533e-08, 2.23795616e-08, 2.26036190e-08, 1.08490973e-08, 1.02600693e-08, 2.00882433e-08, 1.67598916e-08, 9.26402400e-09, 9.47632159e-09, 1.17202276e-08, 1.25989400e-08, 7.04850919e-09, 6.51794646e-09, 5.80292009e-09, 6.12951200e-09, 4.94834868e-09, 4.22346614e-09, 8.46411040e-09, 4.60792519e-09, 2.82508195e-09, 2.37441798e-09, 2.35383137e-09, 2.65109653e-09, 2.04093422e-09, 1.40382105e-09, 8.22416213e-10, 1.08023312e-09, 7.10867576e-10, 5.02185690e-10, 3.72354912e-10, 3.27085310e-10, 2.07538598e-10, 1.72247250e-10, 1.59160933e-10, 9.98444605e-11, 8.24556619e-11, 7.00584066e-11, 5.92766028e-11, 4.75901301e-11, 3.72433135e-11, 4.08494826e-11, 4.30580067e-11, 7.72612872e-11, 6.68934237e-11, 7.33650493e-11, 9.51647075e-11, 1.30352456e-10, 1.07023163e-10, 1.12264620e-10, 1.26591752e-10, 1.52164560e-10, 1.84378378e-10, 1.62712985e-10, 1.74863597e-10, 1.70722969e-10, 1.98508374e-10, 1.44422710e-10, 1.43316812e-10, 1.43335967e-10, 1.35235967e-10, 9.89784225e-11, 1.05138364e-10, 8.02968327e-11, 7.61544202e-11, 5.23617221e-11, 4.38177803e-11, 3.07089981e-11, 2.47170054e-11, 1.56115863e-11, 1.27461852e-11, 8.56282201e-12, 6.29859409e-12, 4.47906430e-12, 3.46157188e-12, 3.23355920e-12, 3.80967939e-12, 3.24360100e-12, 3.57262922e-12, 5.29437090e-12, 5.44008976e-12, 6.04795975e-12, 7.45055238e-12, 7.69002815e-12, 8.16479191e-12, 8.94249216e-12, 1.03857953e-11, 1.00248858e-11, 7.97757429e-12, 7.08911925e-12, 6.50137805e-12, 6.17940051e-12, 4.80013045e-12, 4.00508161e-12, 4.33297530e-12, 2.99189668e-12, 2.12841839e-12, 1.56157514e-12, 1.34504326e-12, 1.12389682e-12, 9.17290809e-13, 7.43283655e-13, 6.12927713e-13, 7.98962459e-13, 8.30482271e-13, 8.24059082e-13, 9.22085824e-13, 1.08345199e-12, 1.16288186e-12, 1.28180891e-12, 1.38893296e-12, 1.32362724e-12, 1.20795486e-12, 1.07619876e-12, 1.02527775e-12, 8.77425624e-13, 6.24811202e-13, 5.81467252e-13, 4.47300128e-13, 4.35342638e-13, 3.41877598e-13, 2.77432905e-13, 2.87398921e-13, 2.74664039e-13, 2.41310843e-13, 2.56144295e-13, 2.55836675e-13, 2.52566554e-13, 3.41685843e-13, 3.27444884e-13, 3.32069825e-13, 3.19828705e-13, 2.76120823e-13, 2.50068005e-13, 1.97747417e-13, 2.07594141e-13, 1.62794496e-13, 1.45106903e-13, 1.41602443e-13, 1.27561837e-13, 1.44143234e-13, 1.25555418e-13, 1.34372832e-13, 1.20452032e-13, 1.22774554e-13, 1.24842089e-13, 1.30505898e-13, 1.15403564e-13, 1.10528987e-13, 1.05870843e-13, 9.32618305e-14, 7.69257960e-14, 6.60803577e-14, 7.20476859e-14, 7.20138693e-14, 6.85449997e-14, 6.03724213e-14, 6.89771432e-14, 7.16750693e-14, 6.49566780e-14, 5.40395113e-14, 5.69041941e-14, 4.98164544e-14, 4.19545096e-14, 4.03065852e-14, 3.54218748e-14, 3.99992000e-14, 3.47755363e-14, 3.47334042e-14, 3.54892850e-14, 3.68908849e-14, 3.12476329e-14, 3.21391671e-14, 3.05298740e-14, 2.90937838e-14, 2.61724448e-14, 3.01029440e-14, 2.73789972e-14, 2.70569601e-14, 2.51083039e-14, 2.31642312e-14, 2.52345933e-14, 2.39033244e-14, 2.16949333e-14, 2.29440697e-14, 2.28529736e-14, 2.04284132e-14, 2.20596756e-14, 2.24790049e-14, 1.68137902e-14, 2.20382932e-14, 2.15684470e-14, 2.10487867e-14, 1.87167025e-14, 1.84112333e-14, 1.70049424e-14, 1.86478142e-14, 1.49947372e-14, 1.83355973e-14, 2.04950719e-14, 1.42222320e-14, 1.50653531e-14, 1.71395227e-14, 1.47306769e-14, 1.95924407e-14, 1.93630008e-14, 2.09864477e-14, 2.29419492e-14, 2.06054541e-14, 2.19952629e-14, 1.85354610e-14, 2.01591723e-14, 2.33784100e-14, 1.86128720e-14, 1.98226688e-14, 2.58312398e-14, 1.81945028e-14, 2.16484140e-14, 1.97205849e-14, 1.78831780e-14, 2.19223558e-14, 2.29710398e-14, 2.44159375e-14, 2.46524541e-14, 2.41839821e-14, 2.32824874e-14, 2.50209124e-14, 2.36885959e-14, 2.22302136e-14, 2.14098350e-14, 1.82614682e-14, 2.36126249e-14, 2.37024499e-14, 2.08288397e-14, 2.22549708e-14, 2.47650022e-14, 2.38829207e-14, 2.40324406e-14, 2.73267349e-14, 3.31396538e-14, 3.13300620e-14, 3.28008321e-14, 2.55133534e-14, 2.73578216e-14, 3.27204685e-14, 2.99951225e-14, 2.29816504e-14, 2.47102680e-14, 2.09722531e-14, 2.54660956e-14, 2.55222990e-14, 2.36587466e-14, 2.86049569e-14, 2.59667442e-14, 2.72217001e-14, 3.02186072e-14, 2.73406225e-14, 3.52083943e-14, 3.91351263e-14, 3.10263564e-14, 3.55149101e-14]) - R_0_model(Qz_0)float64𝟙0.874, 0.874, ..., 3.925e-07, 3.922e-07
- model()PyObject{'@module': 'EasyReflectometry.experiment.model', '@class': 'Model', '@version': '0.0.2', 'structure': {'@module': 'EasyReflectometry.sample.structure', '@class': 'Structure', '@version': '0.0.2', 'data': [{'@module': 'EasyReflectometry.sample.items.multilayer', '@class': 'MultiLayer', '@version': '0.0.2', 'layers': {'@module': 'EasyReflectometry.sample.layers', '@class': 'Layers', '@version': '0.0.2', 'data': [{'@module': 'EasyReflectometry.sample.layer', '@class': 'Layer', '@version': '0.0.2', 'material': {'@module': 'EasyReflectometry.sample.material', '@class': 'Material', '@version': '0.0.2', 'sld': {'@module': 'easyCore.Objects.Variable', '@class': 'Parameter', '@version': '0.2.2', 'name': 'sld', 'value': 2.07, 'error': 0.0, 'min': -inf, 'max': inf, 'fixed': True, 'description': 'The real scattering length density for a material in e-6 per squared angstrom.', 'url': 'https://www.ncnr.nist.gov/resources/activation/', 'units': '1 / angstrom ** 2', '@id': '190561089437197419504270722817141596501', 'enabled': True}, 'isld': {'@module': 'easyCore.Objects.Variable', '@class': 'Parameter', '@version': '0.2.2', 'name': 'isld', 'value': 0.0, 'error': 0.0, 'min': -inf, 'max': inf, 'fixed': True, 'description': 'The imaginary scattering length density for a material in e-6 per squared angstrom.', 'url': 'https://www.ncnr.nist.gov/resources/activation/', 'units': '1 / angstrom ** 2', '@id': '174424728722178457782874263105368120381', 'enabled': True}, 'name': 'Si', 'interface': <EasyReflectometry.interface.InterfaceFactory object at 0x7fd014fa4d00>, '@id': '160251433110484672041789791524020891172'}, 'thickness': {'@module': 'easyCore.Objects.Variable', '@class': 'Parameter', '@version': '0.2.2', 'name': 'thickness', 'value': 0.0, 'error': 0.0, 'min': 0.0, 'max': inf, 'fixed': True, 'description': 'The thickness of the layer in angstroms', 'url': 'https://github.com/reflectivity/edu_outreach/blob/master/refl_maths/paper.tex', 'units': 'angstrom', '@id': '117597572899098110904480985361741827581', 'enabled': True}, 'roughness': {'@module': 'easyCore.Objects.Variable', '@class': 'Parameter', '@version': '0.2.2', 'name': 'roughness', 'value': 0.0, 'error': 0.0, 'min': 0.0, 'max': inf, 'fixed': True, 'description': 'The interfacial roughness, Nevot-Croce, for the layer in angstroms.', 'url': 'https://doi.org/10.1051/rphysap:01980001503076100', 'units': 'angstrom', '@id': '210006428818521338483089348480023719705', 'enabled': True}, 'name': 'Si layer', 'interface': <EasyReflectometry.interface.InterfaceFactory object at 0x7fd014fa4d00>, '@id': '5998690471142068299907918202683790716'}, {'@module': 'EasyReflectometry.sample.layer', '@class': 'Layer', '@version': '0.0.2', 'material': {'@module': 'EasyReflectometry.sample.material', '@class': 'Material', '@version': '0.0.2', 'sld': {'@module': 'easyCore.Objects.Variable', '@class': 'Parameter', '@version': '0.2.2', 'name': 'sld', 'value': 3.47, 'error': 0.0, 'min': -inf, 'max': inf, 'fixed': True, 'description': 'The real scattering length density for a material in e-6 per squared angstrom.', 'url': 'https://www.ncnr.nist.gov/resources/activation/', 'units': '1 / angstrom ** 2', '@id': '315158638014102546771835808686912291696', 'enabled': True}, 'isld': {'@module': 'easyCore.Objects.Variable', '@class': 'Parameter', '@version': '0.2.2', 'name': 'isld', 'value': 0.0, 'error': 0.0, 'min': -inf, 'max': inf, 'fixed': True, 'description': 'The imaginary scattering length density for a material in e-6 per squared angstrom.', 'url': 'https://www.ncnr.nist.gov/resources/activation/', 'units': '1 / angstrom ** 2', '@id': '72249533312075840735576145952064573693', 'enabled': True}, 'name': 'SiO2', 'interface': <EasyReflectometry.interface.InterfaceFactory object at 0x7fd014fa4d00>, '@id': '227731291034989326284623154811844946059'}, 'thickness': {'@module': 'easyCore.Objects.Variable', '@class': 'Parameter', '@version': '0.2.2', 'name': 'thickness', 'value': 38.72740470085361, 'error': 0.6240689253929814, 'min': 15, 'max': 50, 'fixed': False, 'description': 'The thickness of the layer in angstroms', 'url': 'https://github.com/reflectivity/edu_outreach/blob/master/refl_maths/paper.tex', 'units': 'angstrom', '@id': '316718253824711640249098125890454608588', 'enabled': True}, 'roughness': {'@module': 'easyCore.Objects.Variable', '@class': 'Parameter', '@version': '0.2.2', 'name': 'roughness', 'value': 8.076009342776118, 'error': 0.3497065909966788, 'min': 1, 'max': 15, 'fixed': False, 'description': 'The interfacial roughness, Nevot-Croce, for the layer in angstroms.', 'url': 'https://doi.org/10.1051/rphysap:01980001503076100', 'units': 'angstrom', '@id': '71502250695342141668688787582255621896', 'enabled': True}, 'name': 'SiO2 layer', 'interface': <EasyReflectometry.interface.InterfaceFactory object at 0x7fd014fa4d00>, '@id': '327478575606510442659594251092320328356'}], '@id': '243854731210046600696966349749766476788'}, 'name': 'Si/SiO2 Superphase', 'interface': <EasyReflectometry.interface.InterfaceFactory object at 0x7fd014fa4d00>, '@id': '156294560414246080442417169211926874513'}, {'@module': 'EasyReflectometry.sample.items.multilayer', '@class': 'MultiLayer', '@version': '0.0.2', 'layers': {'@module': 'EasyReflectometry.sample.layers', '@class': 'Layers', '@version': '0.0.2', 'data': [{'@module': 'EasyReflectometry.sample.layer', '@class': 'Layer', '@version': '0.0.2', 'material': {'@module': 'EasyReflectometry.sample.material', '@class': 'Material', '@version': '0.0.2', 'sld': {'@module': 'easyCore.Objects.Variable', '@class': 'Parameter', '@version': '0.2.2', 'name': 'sld', 'value': 2.359868838434405, 'error': 0.022047896478956577, 'min': 0.1, 'max': 3, 'fixed': False, 'description': 'The real scattering length density for a material in e-6 per squared angstrom.', 'url': 'https://www.ncnr.nist.gov/resources/activation/', 'units': '1 / angstrom ** 2', '@id': '51833671695143473363996908933830826853', 'enabled': True}, 'isld': {'@module': 'easyCore.Objects.Variable', '@class': 'Parameter', '@version': '0.2.2', 'name': 'isld', 'value': 0.0, 'error': 0.0, 'min': -inf, 'max': inf, 'fixed': True, 'description': 'The imaginary scattering length density for a material in e-6 per squared angstrom.', 'url': 'https://www.ncnr.nist.gov/resources/activation/', 'units': '1 / angstrom ** 2', '@id': '42089865916666821601809582272293816923', 'enabled': True}, 'name': 'Film', 'interface': <EasyReflectometry.interface.InterfaceFactory object at 0x7fd014fa4d00>, '@id': '90815194221184135206294628934485154405'}, 'thickness': {'@module': 'easyCore.Objects.Variable', '@class': 'Parameter', '@version': '0.2.2', 'name': 'thickness', 'value': 258.5104025751312, 'error': 0.4151605395231719, 'min': 200, 'max': 300, 'fixed': False, 'description': 'The thickness of the layer in angstroms', 'url': 'https://github.com/reflectivity/edu_outreach/blob/master/refl_maths/paper.tex', 'units': 'angstrom', '@id': '133467911525515581821020445146523674481', 'enabled': True}, 'roughness': {'@module': 'easyCore.Objects.Variable', '@class': 'Parameter', '@version': '0.2.2', 'name': 'roughness', 'value': 10.343298381019961, 'error': 0.530766254657769, 'min': 1, 'max': 15, 'fixed': False, 'description': 'The interfacial roughness, Nevot-Croce, for the layer in angstroms.', 'url': 'https://doi.org/10.1051/rphysap:01980001503076100', 'units': 'angstrom', '@id': '310219972411886119345432685368742841176', 'enabled': True}, 'name': 'Film Layer', 'interface': <EasyReflectometry.interface.InterfaceFactory object at 0x7fd014fa4d00>, '@id': '307765757781407364525541175814793538093'}], '@id': '244991417637374747960796056367855532821'}, 'name': 'Film Layer', 'interface': <EasyReflectometry.interface.InterfaceFactory object at 0x7fd014fa4d00>, '@id': '148865394297304430462909243992642521271'}, {'@module': 'EasyReflectometry.sample.items.multilayer', '@class': 'MultiLayer', '@version': '0.0.2', 'layers': {'@module': 'EasyReflectometry.sample.layers', '@class': 'Layers', '@version': '0.0.2', 'data': [{'@module': 'EasyReflectometry.sample.layer', '@class': 'Layer', '@version': '0.0.2', 'material': {'@module': 'EasyReflectometry.sample.material', '@class': 'Material', '@version': '0.0.2', 'sld': {'@module': 'easyCore.Objects.Variable', '@class': 'Parameter', '@version': '0.2.2', 'name': 'sld', 'value': 6.36, 'error': 0.0, 'min': -inf, 'max': inf, 'fixed': True, 'description': 'The real scattering length density for a material in e-6 per squared angstrom.', 'url': 'https://www.ncnr.nist.gov/resources/activation/', 'units': '1 / angstrom ** 2', '@id': '81614645124675746108570630476521910029', 'enabled': True}, 'isld': {'@module': 'easyCore.Objects.Variable', '@class': 'Parameter', '@version': '0.2.2', 'name': 'isld', 'value': 0.0, 'error': 0.0, 'min': -inf, 'max': inf, 'fixed': True, 'description': 'The imaginary scattering length density for a material in e-6 per squared angstrom.', 'url': 'https://www.ncnr.nist.gov/resources/activation/', 'units': '1 / angstrom ** 2', '@id': '18538941491153757691525199804921014453', 'enabled': True}, 'name': 'D2O', 'interface': <EasyReflectometry.interface.InterfaceFactory object at 0x7fd014fa4d00>, '@id': '163814763008230645840957620109103400802'}, 'thickness': {'@module': 'easyCore.Objects.Variable', '@class': 'Parameter', '@version': '0.2.2', 'name': 'thickness', 'value': 0.0, 'error': 0.0, 'min': 0.0, 'max': inf, 'fixed': True, 'description': 'The thickness of the layer in angstroms', 'url': 'https://github.com/reflectivity/edu_outreach/blob/master/refl_maths/paper.tex', 'units': 'angstrom', '@id': '268359750464875359623905587910185336760', 'enabled': True}, 'roughness': {'@module': 'easyCore.Objects.Variable', '@class': 'Parameter', '@version': '0.2.2', 'name': 'roughness', 'value': 3.5109101420510993, 'error': 0.18584922355290473, 'min': 1, 'max': 15, 'fixed': False, 'description': 'The interfacial roughness, Nevot-Croce, for the layer in angstroms.', 'url': 'https://doi.org/10.1051/rphysap:01980001503076100', 'units': 'angstrom', '@id': '296529271992167264584030656656238083157', 'enabled': True}, 'name': 'D2O Subphase', 'interface': <EasyReflectometry.interface.InterfaceFactory object at 0x7fd014fa4d00>, '@id': '115859585084978664359561238017115199802'}], '@id': '336574886622116632471668369685582982522'}, 'name': 'D2O Subphase', 'interface': <EasyReflectometry.interface.InterfaceFactory object at 0x7fd014fa4d00>, '@id': '97654894178173027461945807137563268341'}], '@id': '152993803595369439595313262931361541173'}, 'scale': {'@module': 'easyCore.Objects.Variable', '@class': 'Parameter', '@version': '0.2.2', 'name': 'scale', 'value': 0.8739516983234926, 'error': 0.005321753664794606, 'min': 0.5, 'max': 1.5, 'fixed': False, 'description': 'Scaling of the reflectomety profile', 'url': 'https://github.com/reflectivity/edu_outreach/blob/master/refl_maths/paper.tex', 'units': 'dimensionless', '@id': '55742414439971409095849027024782705168', 'enabled': True}, 'background': {'@module': 'easyCore.Objects.Variable', '@class': 'Parameter', '@version': '0.2.2', 'name': 'background', 'value': 3.8894921855381854e-07, 'error': 3.4511896235291093e-08, 'min': 1e-08, 'max': 1e-05, 'fixed': False, 'description': 'Linear background to include in reflectometry data', 'url': 'https://github.com/reflectivity/edu_outreach/blob/master/refl_maths/paper.tex', 'units': 'dimensionless', '@id': '131269020529426851876347356709047720149', 'enabled': True}, 'resolution': {'@module': 'easyCore.Objects.Variable', '@class': 'Parameter', '@version': '0.2.2', 'name': 'resolution', 'value': 0.02, 'error': 0.0, 'min': 0.0, 'max': 100.0, 'fixed': True, 'description': 'Percentage constant dQ/Q resolution smearing.', 'url': 'https://github.com/reflectivity/edu_outreach/blob/master/refl_maths/paper.tex', 'units': 'dimensionless', '@id': '30356371725608575112305060261795040279', 'enabled': True}, 'name': 'Film Model', 'interface': <EasyReflectometry.interface.InterfaceFactory object at 0x7fd014fa4d00>, '@id': '266537242643513247067765489148059275284'}
Values:
{'@module': 'EasyReflectometry.experiment.model', '@class': 'Model', '@version': '0.0.2', 'structure': {'@module': 'EasyReflectometry.sample.structure', '@class': 'Structure', '@version': '0.0.2', 'data': [{'@module': 'EasyReflectometry.sample.items.multilayer', '@class': 'MultiLayer', '@version': '0.0.2', 'layers': {'@module': 'EasyReflectometry.sample.layers', '@class': 'Layers', '@version': '0.0.2', 'data': [{'@module': 'EasyReflectometry.sample.layer', '@class': 'Layer', '@version': '0.0.2', 'material': {'@module': 'EasyReflectometry.sample.material', '@class': 'Material', '@version': '0.0.2', 'sld': {'@module': 'easyCore.Objects.Variable', '@class': 'Parameter', '@version': '0.2.2', 'name': 'sld', 'value': 2.07, 'error': 0.0, 'min': -inf, 'max': inf, 'fixed': True, 'description': 'The real scattering length density for a material in e-6 per squared angstrom.', 'url': 'https://www.ncnr.nist.gov/resources/activation/', 'units': '1 / angstrom ** 2', '@id': '190561089437197419504270722817141596501', 'enabled': True}, 'isld': {'@module': 'easyCore.Objects.Variable', '@class': 'Parameter', '@version': '0.2.2', 'name': 'isld', 'value': 0.0, 'error': 0.0, 'min': -inf, 'max': inf, 'fixed': True, 'description': 'The imaginary scattering length density for a material in e-6 per squared angstrom.', 'url': 'https://www.ncnr.nist.gov/resources/activation/', 'units': '1 / angstrom ** 2', '@id': '174424728722178457782874263105368120381', 'enabled': True}, 'name': 'Si', 'interface': <EasyReflectometry.interface.InterfaceFactory object at 0x7fd014fa4d00>, '@id': '160251433110484672041789791524020891172'}, 'thickness': {'@module': 'easyCore.Objects.Variable', '@class': 'Parameter', '@version': '0.2.2', 'name': 'thickness', 'value': 0.0, 'error': 0.0, 'min': 0.0, 'max': inf, 'fixed': True, 'description': 'The thickness of the layer in angstroms', 'url': 'https://github.com/reflectivity/edu_outreach/blob/master/refl_maths/paper.tex', 'units': 'angstrom', '@id': '117597572899098110904480985361741827581', 'enabled': True}, 'roughness': {'@module': 'easyCore.Objects.Variable', '@class': 'Parameter', '@version': '0.2.2', 'name': 'roughness', 'value': 0.0, 'error': 0.0, 'min': 0.0, 'max': inf, 'fixed': True, 'description': 'The interfacial roughness, Nevot-Croce, for the layer in angstroms.', 'url': 'https://doi.org/10.1051/rphysap:01980001503076100', 'units': 'angstrom', '@id': '210006428818521338483089348480023719705', 'enabled': True}, 'name': 'Si layer', 'interface': <EasyReflectometry.interface.InterfaceFactory object at 0x7fd014fa4d00>, '@id': '5998690471142068299907918202683790716'}, {'@module': 'EasyReflectometry.sample.layer', '@class': 'Layer', '@version': '0.0.2', 'material': {'@module': 'EasyReflectometry.sample.material', '@class': 'Material', '@version': '0.0.2', 'sld': {'@module': 'easyCore.Objects.Variable', '@class': 'Parameter', '@version': '0.2.2', 'name': 'sld', 'value': 3.47, 'error': 0.0, 'min': -inf, 'max': inf, 'fixed': True, 'description': 'The real scattering length density for a material in e-6 per squared angstrom.', 'url': 'https://www.ncnr.nist.gov/resources/activation/', 'units': '1 / angstrom ** 2', '@id': '315158638014102546771835808686912291696', 'enabled': True}, 'isld': {'@module': 'easyCore.Objects.Variable', '@class': 'Parameter', '@version': '0.2.2', 'name': 'isld', 'value': 0.0, 'error': 0.0, 'min': -inf, 'max': inf, 'fixed': True, 'description': 'The imaginary scattering length density for a material in e-6 per squared angstrom.', 'url': 'https://www.ncnr.nist.gov/resources/activation/', 'units': '1 / angstrom ** 2', '@id': '72249533312075840735576145952064573693', 'enabled': True}, 'name': 'SiO2', 'interface': <EasyReflectometry.interface.InterfaceFactory object at 0x7fd014fa4d00>, '@id': '227731291034989326284623154811844946059'}, 'thickness': {'@module': 'easyCore.Objects.Variable', '@class': 'Parameter', '@version': '0.2.2', 'name': 'thickness', 'value': 38.72740470085361, 'error': 0.6240689253929814, 'min': 15, 'max': 50, 'fixed': False, 'description': 'The thickness of the layer in angstroms', 'url': 'https://github.com/reflectivity/edu_outreach/blob/master/refl_maths/paper.tex', 'units': 'angstrom', '@id': '316718253824711640249098125890454608588', 'enabled': True}, 'roughness': {'@module': 'easyCore.Objects.Variable', '@class': 'Parameter', '@version': '0.2.2', 'name': 'roughness', 'value': 8.076009342776118, 'error': 0.3497065909966788, 'min': 1, 'max': 15, 'fixed': False, 'description': 'The interfacial roughness, Nevot-Croce, for the layer in angstroms.', 'url': 'https://doi.org/10.1051/rphysap:01980001503076100', 'units': 'angstrom', '@id': '71502250695342141668688787582255621896', 'enabled': True}, 'name': 'SiO2 layer', 'interface': <EasyReflectometry.interface.InterfaceFactory object at 0x7fd014fa4d00>, '@id': '327478575606510442659594251092320328356'}], '@id': '243854731210046600696966349749766476788'}, 'name': 'Si/SiO2 Superphase', 'interface': <EasyReflectometry.interface.InterfaceFactory object at 0x7fd014fa4d00>, '@id': '156294560414246080442417169211926874513'}, {'@module': 'EasyReflectometry.sample.items.multilayer', '@class': 'MultiLayer', '@version': '0.0.2', 'layers': {'@module': 'EasyReflectometry.sample.layers', '@class': 'Layers', '@version': '0.0.2', 'data': [{'@module': 'EasyReflectometry.sample.layer', '@class': 'Layer', '@version': '0.0.2', 'material': {'@module': 'EasyReflectometry.sample.material', '@class': 'Material', '@version': '0.0.2', 'sld': {'@module': 'easyCore.Objects.Variable', '@class': 'Parameter', '@version': '0.2.2', 'name': 'sld', 'value': 2.359868838434405, 'error': 0.022047896478956577, 'min': 0.1, 'max': 3, 'fixed': False, 'description': 'The real scattering length density for a material in e-6 per squared angstrom.', 'url': 'https://www.ncnr.nist.gov/resources/activation/', 'units': '1 / angstrom ** 2', '@id': '51833671695143473363996908933830826853', 'enabled': True}, 'isld': {'@module': 'easyCore.Objects.Variable', '@class': 'Parameter', '@version': '0.2.2', 'name': 'isld', 'value': 0.0, 'error': 0.0, 'min': -inf, 'max': inf, 'fixed': True, 'description': 'The imaginary scattering length density for a material in e-6 per squared angstrom.', 'url': 'https://www.ncnr.nist.gov/resources/activation/', 'units': '1 / angstrom ** 2', '@id': '42089865916666821601809582272293816923', 'enabled': True}, 'name': 'Film', 'interface': <EasyReflectometry.interface.InterfaceFactory object at 0x7fd014fa4d00>, '@id': '90815194221184135206294628934485154405'}, 'thickness': {'@module': 'easyCore.Objects.Variable', '@class': 'Parameter', '@version': '0.2.2', 'name': 'thickness', 'value': 258.5104025751312, 'error': 0.4151605395231719, 'min': 200, 'max': 300, 'fixed': False, 'description': 'The thickness of the layer in angstroms', 'url': 'https://github.com/reflectivity/edu_outreach/blob/master/refl_maths/paper.tex', 'units': 'angstrom', '@id': '133467911525515581821020445146523674481', 'enabled': True}, 'roughness': {'@module': 'easyCore.Objects.Variable', '@class': 'Parameter', '@version': '0.2.2', 'name': 'roughness', 'value': 10.343298381019961, 'error': 0.530766254657769, 'min': 1, 'max': 15, 'fixed': False, 'description': 'The interfacial roughness, Nevot-Croce, for the layer in angstroms.', 'url': 'https://doi.org/10.1051/rphysap:01980001503076100', 'units': 'angstrom', '@id': '310219972411886119345432685368742841176', 'enabled': True}, 'name': 'Film Layer', 'interface': <EasyReflectometry.interface.InterfaceFactory object at 0x7fd014fa4d00>, '@id': '307765757781407364525541175814793538093'}], '@id': '244991417637374747960796056367855532821'}, 'name': 'Film Layer', 'interface': <EasyReflectometry.interface.InterfaceFactory object at 0x7fd014fa4d00>, '@id': '148865394297304430462909243992642521271'}, {'@module': 'EasyReflectometry.sample.items.multilayer', '@class': 'MultiLayer', '@version': '0.0.2', 'layers': {'@module': 'EasyReflectometry.sample.layers', '@class': 'Layers', '@version': '0.0.2', 'data': [{'@module': 'EasyReflectometry.sample.layer', '@class': 'Layer', '@version': '0.0.2', 'material': {'@module': 'EasyReflectometry.sample.material', '@class': 'Material', '@version': '0.0.2', 'sld': {'@module': 'easyCore.Objects.Variable', '@class': 'Parameter', '@version': '0.2.2', 'name': 'sld', 'value': 6.36, 'error': 0.0, 'min': -inf, 'max': inf, 'fixed': True, 'description': 'The real scattering length density for a material in e-6 per squared angstrom.', 'url': 'https://www.ncnr.nist.gov/resources/activation/', 'units': '1 / angstrom ** 2', '@id': '81614645124675746108570630476521910029', 'enabled': True}, 'isld': {'@module': 'easyCore.Objects.Variable', '@class': 'Parameter', '@version': '0.2.2', 'name': 'isld', 'value': 0.0, 'error': 0.0, 'min': -inf, 'max': inf, 'fixed': True, 'description': 'The imaginary scattering length density for a material in e-6 per squared angstrom.', 'url': 'https://www.ncnr.nist.gov/resources/activation/', 'units': '1 / angstrom ** 2', '@id': '18538941491153757691525199804921014453', 'enabled': True}, 'name': 'D2O', 'interface': <EasyReflectometry.interface.InterfaceFactory object at 0x7fd014fa4d00>, '@id': '163814763008230645840957620109103400802'}, 'thickness': {'@module': 'easyCore.Objects.Variable', '@class': 'Parameter', '@version': '0.2.2', 'name': 'thickness', 'value': 0.0, 'error': 0.0, 'min': 0.0, 'max': inf, 'fixed': True, 'description': 'The thickness of the layer in angstroms', 'url': 'https://github.com/reflectivity/edu_outreach/blob/master/refl_maths/paper.tex', 'units': 'angstrom', '@id': '268359750464875359623905587910185336760', 'enabled': True}, 'roughness': {'@module': 'easyCore.Objects.Variable', '@class': 'Parameter', '@version': '0.2.2', 'name': 'roughness', 'value': 3.5109101420510993, 'error': 0.18584922355290473, 'min': 1, 'max': 15, 'fixed': False, 'description': 'The interfacial roughness, Nevot-Croce, for the layer in angstroms.', 'url': 'https://doi.org/10.1051/rphysap:01980001503076100', 'units': 'angstrom', '@id': '296529271992167264584030656656238083157', 'enabled': True}, 'name': 'D2O Subphase', 'interface': <EasyReflectometry.interface.InterfaceFactory object at 0x7fd014fa4d00>, '@id': '115859585084978664359561238017115199802'}], '@id': '336574886622116632471668369685582982522'}, 'name': 'D2O Subphase', 'interface': <EasyReflectometry.interface.InterfaceFactory object at 0x7fd014fa4d00>, '@id': '97654894178173027461945807137563268341'}], '@id': '152993803595369439595313262931361541173'}, 'scale': {'@module': 'easyCore.Objects.Variable', '@class': 'Parameter', '@version': '0.2.2', 'name': 'scale', 'value': 0.8739516983234926, 'error': 0.005321753664794606, 'min': 0.5, 'max': 1.5, 'fixed': False, 'description': 'Scaling of the reflectomety profile', 'url': 'https://github.com/reflectivity/edu_outreach/blob/master/refl_maths/paper.tex', 'units': 'dimensionless', '@id': '55742414439971409095849027024782705168', 'enabled': True}, 'background': {'@module': 'easyCore.Objects.Variable', '@class': 'Parameter', '@version': '0.2.2', 'name': 'background', 'value': 3.8894921855381854e-07, 'error': 3.4511896235291093e-08, 'min': 1e-08, 'max': 1e-05, 'fixed': False, 'description': 'Linear background to include in reflectometry data', 'url': 'https://github.com/reflectivity/edu_outreach/blob/master/refl_maths/paper.tex', 'units': 'dimensionless', '@id': '131269020529426851876347356709047720149', 'enabled': True}, 'resolution': {'@module': 'easyCore.Objects.Variable', '@class': 'Parameter', '@version': '0.2.2', 'name': 'resolution', 'value': 0.02, 'error': 0.0, 'min': 0.0, 'max': 100.0, 'fixed': True, 'description': 'Percentage constant dQ/Q resolution smearing.', 'url': 'https://github.com/reflectivity/edu_outreach/blob/master/refl_maths/paper.tex', 'units': 'dimensionless', '@id': '30356371725608575112305060261795040279', 'enabled': True}, 'name': 'Film Model', 'interface': <EasyReflectometry.interface.InterfaceFactory object at 0x7fd014fa4d00>, '@id': '266537242643513247067765489148059275284'}
Values:
array([8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 8.73952087e-01, 5.25953045e-01, 4.11477483e-01, 3.43123890e-01, 2.95139382e-01, 2.58854879e-01, 2.30149606e-01, 2.06731771e-01, 1.87180275e-01, 1.70571646e-01, 1.56265405e-01, 1.43807260e-01, 1.32838916e-01, 1.23107712e-01, 1.14410852e-01, 1.06579179e-01, 9.94949115e-02, 9.30497372e-02, 8.41581413e-02, 7.67664417e-02, 7.21545481e-02, 6.78765866e-02, 6.38922838e-02, 6.01756365e-02, 5.66962953e-02, 5.34319327e-02, 5.03646941e-02, 4.74743455e-02, 4.47490926e-02, 4.21730338e-02, 3.97361413e-02, 3.74271265e-02, 3.52382758e-02, 3.31596013e-02, 3.11853043e-02, 2.93083170e-02, 2.75241079e-02, 2.58261488e-02, 2.42117464e-02, 2.26761817e-02, 2.12146315e-02, 1.98259997e-02, 1.85055233e-02, 1.72513042e-02, 1.60609940e-02, 1.49319396e-02, 1.38622121e-02, 1.28500032e-02, 1.18936052e-02, 1.09910238e-02, 1.01411200e-02, 9.34174446e-03, 8.59215848e-03, 7.89036415e-03, 7.23505731e-03, 6.62493157e-03, 6.05867105e-03, 5.53494429e-03, 5.05222094e-03, 4.60901231e-03, 4.20429686e-03, 3.83637000e-03, 3.50395845e-03, 3.20538375e-03, 2.93930324e-03, 2.70420321e-03, 2.49839542e-03, 2.32046912e-03, 2.16870285e-03, 2.04153587e-03, 1.93724769e-03, 1.85425175e-03, 1.79079344e-03, 1.74523953e-03, 1.71587847e-03, 1.70101941e-03, 1.69897779e-03, 1.70808921e-03, 1.72670978e-03, 1.75321365e-03, 1.78603246e-03, 1.82360164e-03, 1.86444854e-03, 1.90714986e-03, 1.95030733e-03, 1.98583953e-03, 2.03819983e-03, 2.07597729e-03, 2.10924578e-03, 2.13436796e-03, 2.15543670e-03, 2.17020193e-03, 2.17602844e-03, 2.17456145e-03, 2.16468999e-03, 2.14502581e-03, 2.11815187e-03, 2.08345350e-03, 2.03946528e-03, 1.98508766e-03, 1.92526020e-03, 1.85661266e-03, 1.78320007e-03, 1.70166910e-03, 1.61577337e-03, 1.52881046e-03, 1.43141948e-03, 1.33291714e-03, 1.23443982e-03, 1.13469395e-03, 1.03534916e-03, 9.36426999e-04, 8.39700081e-04, 7.45848675e-04, 6.57021884e-04, 5.72094069e-04, 4.92676138e-04, 4.19453094e-04, 3.53274707e-04, 2.94209812e-04, 2.42698728e-04, 1.98958705e-04, 1.63090822e-04, 1.35064711e-04, 1.14715840e-04, 1.01744925e-04, 9.57845033e-05, 9.62941696e-05, 1.02654968e-04, 1.14161073e-04, 1.30025389e-04, 1.49408298e-04, 1.71418004e-04, 1.95146240e-04, 2.19681963e-04, 2.44126430e-04, 2.67622116e-04, 2.89367349e-04, 3.08628092e-04, 3.24773087e-04, 3.37270737e-04, 3.45711136e-04, 3.49811390e-04, 3.49425094e-04, 3.44541377e-04, 3.35287930e-04, 3.21920605e-04, 3.04819914e-04, 2.84473646e-04, 2.61466002e-04, 2.36447982e-04, 2.10134271e-04, 1.83256565e-04, 1.56558401e-04, 1.30761657e-04, 1.06534323e-04, 8.44825982e-05, 6.51185386e-05, 4.88483581e-05, 3.59512636e-05, 2.65804124e-05, 2.09073620e-05, 1.83563022e-05, 1.90181109e-05, 2.24730108e-05, 2.81294763e-05, 3.58481730e-05, 4.45908621e-05, 5.32670438e-05, 6.25228896e-05, 7.29322400e-05, 8.16950967e-05, 8.73775127e-05, 9.10278910e-05, 9.25829191e-05, 9.17755310e-05, 8.87497181e-05, 8.35546649e-05, 7.70574074e-05, 6.87971614e-05, 5.97369233e-05, 5.12668058e-05, 4.15069344e-05, 3.25849621e-05, 2.48584314e-05, 1.84611049e-05, 1.35891788e-05, 1.01500693e-05, 8.32131820e-06, 8.14405398e-06, 9.32481191e-06, 1.17322426e-05, 1.48748100e-05, 1.84042174e-05, 2.19009173e-05, 2.51481697e-05, 2.74919519e-05, 2.90149614e-05, 2.94777933e-05, 2.88446043e-05, 2.72084002e-05, 2.47696984e-05, 2.17367387e-05, 1.82950440e-05, 1.49973150e-05, 1.18188793e-05, 9.25145579e-06, 7.16801608e-06, 5.80162704e-06, 5.23333762e-06, 5.30632402e-06, 5.94259893e-06, 6.96017548e-06, 8.15242847e-06, 9.27752512e-06, 1.01743776e-05, 1.06805577e-05, 1.07316236e-05, 1.03279539e-05, 9.55024826e-06, 8.46119105e-06, 7.27395250e-06, 6.11290527e-06, 5.07360141e-06, 4.31469499e-06, 3.82325210e-06, 3.64179673e-06, 3.72037318e-06, 3.98148817e-06, 4.30795605e-06, 4.59743096e-06, 4.77808073e-06, 4.78117198e-06, 4.59952344e-06, 4.25652983e-06, 3.81901016e-06, 3.35828739e-06, 2.94233679e-06, 2.64404233e-06, 2.47965341e-06, 2.44961859e-06, 2.52103382e-06, 2.63806395e-06, 2.74133533e-06, 2.77703697e-06, 2.71459180e-06, 2.55433453e-06, 2.31798461e-06, 2.05319380e-06, 1.81150182e-06, 1.63622710e-06, 1.55457831e-06, 1.56345732e-06, 1.63761900e-06, 1.73301698e-06, 1.80347168e-06, 1.81132924e-06, 1.74072414e-06, 1.59937629e-06, 1.42009383e-06, 1.24291461e-06, 1.10931318e-06, 1.04367572e-06, 1.04858749e-06, 1.10422969e-06, 1.17506665e-06, 1.22358199e-06, 1.22302245e-06, 1.16565167e-06, 1.06495143e-06, 9.48943797e-07, 8.49758288e-07, 7.91677623e-07, 7.82661988e-07, 8.10150516e-07, 8.49963773e-07, 8.75756924e-07, 8.69775080e-07, 8.29441944e-07, 7.67116069e-07, 7.03512782e-07, 6.58041370e-07, 6.40352221e-07, 6.46920926e-07, 6.64029167e-07, 6.75149751e-07, 6.69061981e-07, 6.44651630e-07, 6.10290904e-07, 5.78494295e-07, 5.58988840e-07, 5.54029015e-07, 5.58099341e-07, 5.61934563e-07, 5.58115400e-07, 5.44990067e-07, 5.26803459e-07, 5.10341993e-07, 5.00500162e-07, 4.97550910e-07, 4.97655390e-07, 4.95915608e-07, 4.89703844e-07, 4.80039716e-07, 4.70329144e-07, 4.63622274e-07, 4.60522016e-07, 4.59129985e-07, 4.56817719e-07, 4.52294297e-07, 4.46355172e-07, 4.40926493e-07, 4.37359332e-07, 4.35438702e-07, 4.33802683e-07, 4.31252463e-07, 4.27720723e-07, 4.24128726e-07, 4.21417441e-07, 4.19705380e-07, 4.18324742e-07, 4.16558334e-07, 4.14300631e-07, 4.12036938e-07, 4.10266170e-07, 4.09013488e-07, 4.07893452e-07, 4.06569136e-07, 4.05073790e-07, 4.03694574e-07, 4.02616098e-07, 4.01744287e-07, 4.00865134e-07, 3.99898521e-07, 3.98950289e-07, 3.98146493e-07, 3.97481329e-07, 3.96853023e-07, 3.96202694e-07, 3.95569545e-07, 3.95014484e-07, 3.94536912e-07, 3.94088833e-07, 3.93645059e-07, 3.93225982e-07, 3.92855535e-07, 3.92525875e-07, 3.92214578e-07]) - SLD_0(z_0)float641/Å^22.070e-06, 2.070e-06, ..., 6.360e-06, 6.360e-06
Values:
array([2.07000270e-06, 2.07000410e-06, 2.07000619e-06, 2.07000928e-06, 2.07001380e-06, 2.07002037e-06, 2.07002985e-06, 2.07004342e-06, 2.07006271e-06, 2.07008990e-06, 2.07012794e-06, 2.07018075e-06, 2.07025350e-06, 2.07035296e-06, 2.07048790e-06, 2.07066955e-06, 2.07091222e-06, 2.07123393e-06, 2.07165715e-06, 2.07220963e-06, 2.07292534e-06, 2.07384539e-06, 2.07501905e-06, 2.07650477e-06, 2.07837109e-06, 2.08069756e-06, 2.08357540e-06, 2.08710799e-06, 2.09141108e-06, 2.09661253e-06, 2.10285174e-06, 2.11027837e-06, 2.11905066e-06, 2.12933304e-06, 2.14129307e-06, 2.15509786e-06, 2.17090983e-06, 2.18888202e-06, 2.20915298e-06, 2.23184150e-06, 2.25704126e-06, 2.28481567e-06, 2.31519314e-06, 2.34816293e-06, 2.38367193e-06, 2.42162247e-06, 2.46187142e-06, 2.50423058e-06, 2.54846862e-06, 2.59431436e-06, 2.64146152e-06, 2.68957466e-06, 2.73829626e-06, 2.78725449e-06, 2.83607167e-06, 2.88437276e-06, 2.93179385e-06, 2.97799014e-06, 3.02264317e-06, 3.06546703e-06, 3.10621336e-06, 3.14467498e-06, 3.18068800e-06, 3.21413257e-06, 3.24493210e-06, 3.27305126e-06, 3.29849280e-06, 3.32129345e-06, 3.34151912e-06, 3.35925957e-06, 3.37462290e-06, 3.38773006e-06, 3.39870944e-06, 3.40769197e-06, 3.41480657e-06, 3.42017641e-06, 3.42391561e-06, 3.42612687e-06, 3.42689969e-06, 3.42630929e-06, 3.42441624e-06, 3.42126659e-06, 3.41689258e-06, 3.41131377e-06, 3.40453849e-06, 3.39656568e-06, 3.38738676e-06, 3.37698785e-06, 3.36535187e-06, 3.35246078e-06, 3.33829772e-06, 3.32284912e-06, 3.30610657e-06, 3.28806869e-06, 3.26874261e-06, 3.24814541e-06, 3.22630513e-06, 3.20326166e-06, 3.17906722e-06, 3.15378658e-06, 3.12749704e-06, 3.10028800e-06, 3.07226030e-06, 3.04352526e-06, 3.01420350e-06, 2.98442348e-06, 2.95431986e-06, 2.92403173e-06, 2.89370072e-06, 2.86346901e-06, 2.83347735e-06, 2.80386314e-06, 2.77475851e-06, 2.74628858e-06, 2.71856987e-06, 2.69170887e-06, 2.66580087e-06, 2.64092902e-06, 2.61716364e-06, 2.59456178e-06, 2.57316710e-06, 2.55300990e-06, 2.53410749e-06, 2.51646472e-06, 2.50007473e-06, 2.48491982e-06, 2.47097250e-06, 2.45819664e-06, 2.44654861e-06, 2.43597855e-06, 2.42643159e-06, 2.41784907e-06, 2.41016967e-06, 2.40333051e-06, 2.39726817e-06, 2.39191957e-06, 2.38722275e-06, 2.38311761e-06, 2.37954639e-06, 2.37645419e-06, 2.37378929e-06, 2.37150340e-06, 2.36955179e-06, 2.36789337e-06, 2.36649069e-06, 2.36530987e-06, 2.36432047e-06, 2.36349533e-06, 2.36281042e-06, 2.36224455e-06, 2.36177923e-06, 2.36139838e-06, 2.36108813e-06, 2.36083657e-06, 2.36063355e-06, 2.36047048e-06, 2.36034010e-06, 2.36023636e-06, 2.36015419e-06, 2.36008941e-06, 2.36003859e-06, 2.35999889e-06, 2.35996804e-06, 2.35994417e-06, 2.35992579e-06, 2.35991170e-06, 2.35990096e-06, 2.35989280e-06, 2.35988663e-06, 2.35988199e-06, 2.35987852e-06, 2.35987593e-06, 2.35987401e-06, 2.35987259e-06, 2.35987155e-06, 2.35987079e-06, 2.35987024e-06, 2.35986984e-06, 2.35986955e-06, 2.35986934e-06, 2.35986919e-06, 2.35986908e-06, 2.35986901e-06, 2.35986896e-06, 2.35986892e-06, 2.35986890e-06, 2.35986888e-06, 2.35986886e-06, 2.35986886e-06, 2.35986885e-06, 2.35986885e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986884e-06, 2.35986885e-06, 2.35986887e-06, 2.35986893e-06, 2.35986911e-06, 2.35986963e-06, 2.35987108e-06, 2.35987495e-06, 2.35988483e-06, 2.35990910e-06, 2.35996631e-06, 2.36009580e-06, 2.36037728e-06, 2.36096477e-06, 2.36214214e-06, 2.36440783e-06, 2.36859436e-06, 2.37602245e-06, 2.38867767e-06, 2.40938056e-06, 2.44190135e-06, 2.49095379e-06, 2.56199812e-06, 2.66080054e-06, 2.79274017e-06, 2.96192151e-06, 3.17022633e-06, 3.41649878e-06, 3.69607616e-06, 4.00083616e-06, 4.31983100e-06, 4.64044253e-06, 4.94985967e-06, 5.23659378e-06, 5.49173703e-06, 5.70973806e-06, 5.88859371e-06, 6.02949548e-06, 6.13608137e-06, 6.21350126e-06, 6.26749891e-06, 6.30366207e-06, 6.32691765e-06, 6.34127774e-06, 6.34979218e-06, 6.35463975e-06, 6.35728984e-06, 6.35868096e-06, 6.35938216e-06, 6.35972153e-06, 6.35987926e-06, 6.35994964e-06, 6.35997980e-06, 6.35999221e-06, 6.35999711e-06, 6.35999897e-06, 6.35999965e-06, 6.35999988e-06])
The same plot
function that was used on the raw data can be used for this analysed
object and will show the best fit simulated data and the associated scattering length density profile.
[22]:
plot(analysed)
[22]:
Finally, from the string representation of the parameters we can obtain information about the optimised values.
[23]:
model
[23]:
Film Model:
scale: 0.8739516983234926
background: 3.8894921855381854e-07
resolution: 0.02 %
structure:
Film Structure:
- Si/SiO2 Superphase:
Si layer/SiO2 layer:
- Si layer:
material:
Si:
sld: 2.070e-6 1 / angstrom ** 2
isld: 0.000e-6 1 / angstrom ** 2
thickness: 0.000 angstrom
roughness: 0.000 angstrom
- SiO2 layer:
material:
SiO2:
sld: 3.470e-6 1 / angstrom ** 2
isld: 0.000e-6 1 / angstrom ** 2
thickness: 38.727 angstrom
roughness: 8.076 angstrom
- Film Layer:
material:
Film:
sld: 2.360e-6 1 / angstrom ** 2
isld: 0.000e-6 1 / angstrom ** 2
thickness: 258.510 angstrom
roughness: 10.343 angstrom
- D2O Subphase:
material:
D2O:
sld: 6.360e-6 1 / angstrom ** 2
isld: 0.000e-6 1 / angstrom ** 2
thickness: 0.000 angstrom
roughness: 3.511 angstrom
We note here that the results obtained are very similar to those from the refnx tutorial, which is hardly surprising given that we have used the refnx engine in this example.