Erwan Pannier

Results 237 comments of Erwan Pannier

Btw,let's update/fix exisitng GAllery examples from previous PR #520 - `fit_spectrum()` link doesn't work here https://radis.readthedocs.io/en/latest/auto_examples/plot_newfitting_Tgas.html#sphx-glr-auto-examples-plot-newfitting-tgas-py - `fit_spectrum` https://radis.readthedocs.io/en/latest/source/radis.tools.new_fitting.html#radis.tools.new_fitting.fit_spectrum function docstring should include Mini Gallery examples. SEe how it's included...

autoclosing (old), reopen if needed

Reactivated (good for first contributors)

Old, auto-closing.

(btw, to update to the latest branch, you shouldn't Merge but Rebase - when possible - (see it as a "Merge without adding a commit number"; i.e. use it to...

Hello @sagarchotalia, I'll release 0.14 this week and I'd like to include your changes. Is all the above ready ?

No problem. We'll just delay to post 0.14 . Good luck with your exams!

RADIS already computes the spectral absorption coefficients Kappa. ![image](https://user-images.githubusercontent.com/16088743/191047071-6c179d6f-1b14-46ac-8209-b3bdecf22308.png) The following quantity in (Eq.14) : ![image](https://user-images.githubusercontent.com/16088743/191049273-66a0c29c-f1f9-4bde-88f0-8e6201d76d93.png) is known as `radiance_noslit` in RADIS. Therefore you could compute the total intensity of...

Memory problem. You're computing extreme amount of lines, which is what you want to do anyway, as I assume you want to compute a reference emissivity database for use in...

#489 was also implemented by @sagarchotalia to help. It cuts the lines in chunks (instead of cutting the wavenumber range), so you don't have to worry about recombining the ranges...