RADIS app is a web app for high-resolution infrared molecular spectra using RADIS. The goal of this project is to provide an easy-to-use UI instead of writing code. Currently, the RADIS app has a simple interface with basic functionalities that helps create a nice spectral graph using certain parameters but there is a lot of scope for improvements.
The goal of this project is to create a more responsive app while improving and implementing new features and fixing various issues.
Engage with the community on 💬 RADIS Slack
Training on emission & absorption spectroscopy
Have set up a development environment for both RADIS app and RADIS, be familiar with open-source tools (GitHub / Git / Tests)
Get familiar with RADIS architecture and RADIS app Architecture
Add an option to change the units of spectral range on the go, and generate an output similar to Link
Add an advance tab option to add more parameters like medium
, wstep
, optimization
, truncation
, broadening_method
, etc to add more command to the users and make the calculations more transparent by displaying important parameters using hover tooltips
Migrate from native React to react-hook-form or any other library to simplify the codebase
Cache Hitran dataset to remove download time to generate spectrum of any new molecule and possibly add Hitemp dataset also (molecules can be hardcoded). Data may be to attach to a persistent network file system like Amazon EFS or on a more available database like DynamoDB
Add ability to download .spec
file for the spectrum generated and add an option to upload .spec
file to the load spectrum
Create a detailed documentation of architecture and workflow of RADIS app
Have all code, tests and documentation in GitHub
Upload your experimental spectrum and be able to fit it (to infer temperature or species)
Add a counter to track the use of app (for eg- how many spectrums are generated over time)