arunavabasucom / radis-app

A web app for high-resolution infrared molecular spectra using RADIS
https://radis.app
GNU Lesser General Public License v3.0
11 stars 16 forks source link

Download & set-up HITEMP files on server #625

Closed erwanp closed 2 years ago

erwanp commented 2 years ago

Related to #85 , I think Radis-App can handle HITEMP. This would be a first, as currently Spectraplot has this functionality but the algorithm there is not able to cope with many lines, hence it is very limited.

If @suzil you confirm to me that the server is never restarted, then it's easy and it's a one shot action :

Then we would only need to have a frontend/backend change similar to the #570 #562 improvement.

suzil commented 2 years ago

If @suzil you confirm to me that the server is never restarted, then it's easy and it's a one shot action :

You are correct: server has a persistent file store that never gets reset.

suzil commented 2 years ago

Whomever takes this ticket, please create a PR to add the required scripts and after they're merged, I'll run them on the server.

erwanp commented 2 years ago

Done !