These examples show simple calculations and tasks that can be performed with the RADIS package. Run them locally or in 🔬 Radis-Lab.
Database handling¶Download databases and plot spectroscopic constants with RADIS.
Calculate and handle spectra¶Computation of spectra, with redundancy of some modules in the examples. Benchmark of the RADIS code can also be found in \radis\test\benchmark
.
Useful functions to upload experimental data and fit them with simple models.
Fitting experimental spectra (advanced)¶A wrapper is implemented in RADIS to fit experimental spectra with simulated spectra. We recommend starting with examples #1, #2, and #3. A legacy method is also available.
GPU calculations¶Unleash the power of your GPU to speed up your calculations.
MatLab interface¶RADIS can be accessed from Matlab by setting up Python environment in Matlab
s = py.radis.calc_spectrum(1900,2300,molecule='CO',isotope='1,2,3',pressure=1.01325,Tgas=700,mole_fraction=0.1,path_length=1,databank='hitran'); s.apply_slit(0.5,'nm'); s.plot(show=true);Miscellaneous¶
Various other things that don’t fit into the other categories.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4