pyElli icon indicating copy to clipboard operation
pyElli copied to clipboard

An open source ellipsometry analysis tool for reproducible and comprehensible building of optical models.

Results 21 pyElli issues
Sort by recently updated
recently updated
newest added

Somehow related to #94, I was wondering if you think it could be possible to implement the error propagation (on fitting parameters, experimental uncertainties if present/enabled) to the calculated quantities...

Hey @MarJMue, I started to write some text for the paper. I'll just create this as a PR to enable easier commenting and reviewing of changes. However, I think we're...

Followup to #113 I think we should make the distinction between index and dielectric dispersions clearer. Two problems: - the sidebar does not show the deeper hierarchy - maybe we...

This PR adds error propagation into the optical constants from the measurement uncertainties. For discussion see #150. Fixes #150

This is an example for using the rust-based formula dispersion. The idea was that it would be faster but currently it is beaten by the python code with caching. Remaining...

This is more of a discussion thread to follow on our discussion in the meeting. We agreed that we eventually would like to have a gui for pyElli. A first...

gui

Current status: If a nexus dispersion file is loaded it is directly converted to a material, but the internal parameters are not directly accessible to be re-used in a fitting...

enhancement

For easier unit conversion and loading we want to use [pint](https://pint.readthedocs.io/en/stable/). There are a few considerations - As it integrates nicely with numpy arrays, we should make sure that it...

enhancement

Have at least all models from Fujiwara implemented.

enhancement

Problem: There are no tests for the adding function of dispersions and there are a few errors Solution: Write tests for different cases. Edge cases: - Tabular dispersion + Dispersion...