Corentin
Corentin
I'd be happy to help with this issue. It looks like a great opportunity to start contributing to the project. From what I can see in the code, most of...
Hi @HarrisonKramer, Thanks, for the quick answer ! I started with two files : `spot_diagram.py` and `ray_fan.py`, by removing the `plt.plot()` and returning the `fig, ax` objects. In interactive python/Jupyter,...
Hi @HarrisonKramer, I think I've done most of the groundwork by adjusting the logic in the `view()` methods. I also tried to integrate the GUI logic based on the existing...
Hi @manuelFragata, To address this issue, I slightly modified the display behavior of `IncoherentIrradiance.view()`. Instead of generating a separate figure for each wavelength and field, I now create a grid...
Hi @HarrisonKramer, Thanks for your detailed feedback, it's very helpful! - I plan to convert the core logic to NumPy/Numba, and possibly look into Torch compatibility later on. I'm not...
_**(This message is meant to illustrate the current progress of the project; it will be updated as things evolve)**_ Hello, I’ve started implementing the matrix method for thin-film calculations, based...
Hi @HarrisonKramer I was able to run tests comparing with TMM and TFCalc, and the results are shown in the previous comment (https://github.com/HarrisonKramer/optiland/issues/246#issuecomment-3218302573). They demonstrate very good agreement between the...
Hello, Just a quick message to say that I’m still working on the feature. I’ve been a bit short on time lately because of my PhD, but I think I’m...