@@ -238,16 +238,26 @@ def Delta_Psi_TMM(AOI, layers, wavelength, delta_offset, reflect_delta=False):
238238 Wavelength of light. Units = nm
239239 layers: np.ndarray
240240 coefficients required for the calculation, has shape (2 + N, 4),
241- where N is the number of layers
242- layers[0, 1] - refractive index of fronting
243- layers[0, 2] - extinction coefficent of fronting
244- layers[N, 0] - thickness of layer N
245- layers[N, 1] - refractive index of layer N
246- layers[N, 2] - extinction coefficent of layer N
247- layers[N, 3] - roughness between layer N-1/N (IGNORED!)
248- layers[-1, 1] - refractive index of backing
249- layers[-1, 2] - extinction coefficent of backing
250- layers[-1, 3] - roughness between backing and last layer (IGNORED!)
241+ where N is the number of layers.
242+
243+ - layers[0, 1]
244+ refractive index of fronting
245+ - layers[0, 2]
246+ extinction coefficent of fronting
247+ - layers[N, 0]
248+ thickness of layer N
249+ - layers[N, 1]
250+ refractive index of layer N
251+ - layers[N, 2]
252+ extinction coefficent of layer N
253+ - layers[N, 3]
254+ roughness between layer N-1/N (IGNORED!)
255+ - layers[-1, 1]
256+ refractive index of backing
257+ - layers[-1, 2]
258+ extinction coefficent of backing
259+ - layers[-1, 3]
260+ roughness between backing and last layer (IGNORED!)
251261
252262 Returns
253263 -------
@@ -288,7 +298,7 @@ class ReflectModelSE:
288298 r"""
289299 Parameters
290300 ----------
291- structure : refnx.reflect.Structure
301+ structure : refellips.StructureSE
292302 The interfacial structure.
293303 name : str, optional
294304 Name of the Model
0 commit comments