You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/tutorial/introduction.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ In our example, the layers can be either deuterated or hydrogenated, and the bul
92
92
Lipid Monolayer alongside with slab model parameters used in reflectivity calculations. Air/substrate case.
93
93
94
94
We are going to analyse our monolayer data using a standard `slab model <https://www.reflectometry.org/learn/3_reflectometry_slab_models/the_slab_model.html>`_.
95
-
In this model, we approximate our experimental model as a series of layers with a known thickness, roughnessand hydration which affects SLD.
95
+
In this model, we approximate our experimental model as a series of layers with a known thickness, roughness, SLD and hydration which modifies SLD.
96
96
The way that this is represented in the RAT model definition is by a list of **Parameter** objects which represent a given quantity (such as a thickness or hydration or SLD directly),
97
97
and then a list of **Layer** objects which group together these parameters to describe each layer. (See :numref:`LipidMonolayerWithPar` above) Layers are then grouped together in a **Contrast** object which
98
98
describes the slab model and matches it up to the experimental data to which the model will be compared. In this project we have two contrasts representing
0 commit comments