Erwan Pannier
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.  The following quantity in (Eq.14) :  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...