Florian Dobener

Results 17 issues of Florian Dobener

I was wondering whether this app is portable to Chrome and Safari (and Edge? 😅). For that matter, is it written in the WebExtensions API or is it using some...

help wanted
question

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...

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...

Problem: Currently tabulated dispersions are allowed to be added together. However, they still keep their interpolated data range so requesting a dielectric function across the two dispersions raises an error....