Skip to content

Commit 6c5267f

Browse files
committed
Additional fixes
1 parent b7bc9e1 commit 6c5267f

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

paper/paper.bib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,8 @@ @book{tompkins2005
380380
address={Norwich}
381381
}
382382

383-
@book{WVASEguide,
383+
@manual{WVASEguide,
384384
title={Guide to Using WVASE},
385-
publisher={J. A. Woollam Co., Inc.},
385+
organization={J. A. Woollam Co., Inc.},
386386
address={Lincoln, NE}
387387
}

paper/paper.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,9 @@ Furthermore, data interchange is cumbersome, and results may be hard to reproduc
4040
Finally, limitations of the bundled software may stimulate scientists to use third-party software.
4141
For example, bundled software packages may not support specific kinds of analyses, such as including the response of optically anisotropic materials or simultaneous fitting of external experimental parameters.
4242

43-
PyElli offers an open-source alternative extending the capabilities of existing solutions, while aiming to remain as compatible as possible:
44-
By providing importers for various manufacturers (Woollam VWASE, Woollam CompleteEASE, Sentech, Accurion), and having dispersion models
45-
46-
Typical examples are implementations of custom experimental geometries not covered by other software [@eberheim2022] or as a full FAIR data [@Wilkinson2016] automated analysis pipeline for SE measurements.
47-
The code is designed with extensibility and adaptability in mind, enabling scientists to easily develop custom analysis pipelines.
43+
PyElli offers an open-source alternative extending the capabilities of existing solutions, while aiming to remain as compatible as possible, by providing data imports from various manufacturers (Woollam VWASE, Woollam CompleteEASE, Sentech, Accurion).
44+
The code is designed with extensibility and adaptability in mind, enabling scientists to implement their own models and evaluate them with custom tooling.
45+
Typical examples for advanced use-cases are implementations of custom experimental geometries not covered by other software [@eberheim2022], imaging ellipsommetry, or as a full FAIR data [@Wilkinson2016] automated analysis pipeline for SE measurements.
4846
PyElli also supports recent advances in the standardization of ellipsometry data and models, addressing the need for FAIR data.
4947

5048
PyElli aims to provide straight-forward availability of a database of predefined dispersion models for analyzing materials.
@@ -175,7 +173,7 @@ result = structure.evaluate(wavelengths, 70)
175173
The calculation is stored in the `result` variable, which is a [`Result` object](https://pyelli.readthedocs.io/en/stable/result.html).
176174
This object can hold all input parameters and the calculation results. You can call methods like `psi`, `delta`, `R`, etc., to get your desired output.
177175
We can also use the `@fit` decorator in `elli.fitting` to automatically show a widget-based fitting GUI for Jupyter notebooks.
178-
Figure \autoref{fig:fit_dec_example} shows the output when used with this example model and some experimental data.
176+
\autoref{fig:fit_dec_example} shows the output when used with this example model and some experimental data.
179177

180178
![The ipywidgets based fitting GUI.\label{fig:fit_dec_example}](fit_decorator_example.png)
181179

0 commit comments

Comments
 (0)