Leandro Acquaroli

Results 10 issues of Leandro Acquaroli

Hi there, just noticed that in a fresh installation of Julia, that adding the `ChemometricsTools` lowers the `DataFrames` package to 0.22.7, due to inconsistency in `CSV` versions: ```Julia (@v1.6) pkg>...

Hi there, Please see [here](https://gist.github.com/lnacquaroli/c97fbc9a15488607e236b3472bcdf097#gistcomment-3093665). Apparently the implementation of the SG filter from Qlab is not fully correct. I check with yours here and I got the following: ```julia julia>...

It could be a good idea to split the packages somewhat back to what they were before. I haven't analyzed this in-depth but could help in the maintenance and development...

https://github.com/lnacquaroli/ThinFilmsTools.jl/blob/5e60110d6b05b89841982b76e2110f9e675306be/src/TransferMatrixMethod.jl#L128

Consider adding a keyword accepting the type of layer depending on the index variation: constant (default) as usual, graded exponential (see issue 29), and maybe others. Depending on the type...

Add examples with refractive index profiles

It would be nice to have interface roughness layers at the top and bottom of a certain layer. It is generally accepted to fit the roughness of a thin film...

enhancement

Should check the stability of the `RI.codelorentz` model when ran several times.

We should add a module to fit the parameters for the three omega method to retrieve the thermal properties of a frequency spectrum.

enhancement

Hi there, I was wondering if there is any tool to make live manipulation or animations such as `binder` in `Pluto.jl` or `Interact.jl` in `Jupyter` notebooks. I tried both but...