-
Updated
Jun 14, 2021 - C++
spectroscopy
Here are 352 public repositories matching this topic...
-
Updated
Jul 10, 2021 - C++
-
Updated
Sep 15, 2021 - Python
🎯 Describe what you'd like
Fetch_hitemp currently takes ~ 1 hr to parse HITEMP H2O lines into HDF5 format. Can be made 4-5 times faster by CPU parallelization (easy given that H2O database is in multiple files).
Will prevent timeouts when setting up https://github.com/radis/radis-lab
💡 Possible implementations
-
Updated
Sep 15, 2021 - Python
To easily install pyMCR into non-ascii environment (e.g. Windows 10 in Japanese), it would be nice to replace the non-breaking hyphen (U+2011) in line 168 of README.rst into more common hyphen-minus (U+002D) to avoid UnicodeDecordError.
On Demo.ipynb, I guess several mcrals._c_mrd should be mcrals._c_mrd[-1] .
Anyway, this code is what I look for. Thank you so much to share your code!
-
Updated
Sep 8, 2021 - Python
-
Updated
Jul 21, 2021 - Python
-
Updated
Dec 18, 2019 - Python
-
Updated
Jan 19, 2021 - C++
-
Updated
Sep 8, 2021 - R
There some equations for approximating atomic energy level shifts due to continuum lowering - we should add these. I believe David Salzmann's Atomic Physics in Hot Plasmas has some simple equations which we could start with.
Such functions would be handy especially for dense plasmas.
-
Updated
Jul 1, 2021
-
Updated
Jun 5, 2021 - Python
This is an embarrassing one, but yes, the source is criminally under-documented. Additionally, this would be a great time to add in a flow chart or cartoon illustrating the way the different components of LiveView work together. I am a visual person, and I find it helps to use drawings to visually the many parallel components of the software.
This issue will be sticking around for a while.
-
Updated
Jan 19, 2021 - Jupyter Notebook
-
Updated
Jul 26, 2021 - Python
-
Updated
Aug 31, 2021 - Python
-
Updated
Jul 7, 2021 - Lua
-
Updated
Aug 9, 2021 - Python
-
Updated
Apr 12, 2021 - Python
-
Updated
Sep 4, 2021 - Python
-
Updated
Dec 6, 2017 - Python
Lower the requirements for Dimension objects to have names, units, etc. Allow these to be keyword arguments?
Lower required arguments in write_main_dataset() to just:
- h5_parent_group,
- main_data - 2D dataset
- pos_dims
- spec_dims
The same checks should be reflected in check_if_main and other validation functions in hdf_utils
Unit tests should be changed accord
-
Updated
Apr 23, 2021 - Jupyter Notebook
-
Updated
Sep 3, 2021 - MATLAB
-
Updated
Aug 27, 2021 - C++
-
Updated
May 20, 2018 - Python
Improve this page
Add a description, image, and links to the spectroscopy topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the spectroscopy topic, visit your repo's landing page and select "manage topics."
Per SVK's suggestion, it is worth exploring if one can use an autoencoder (regular or variational) instead of PCA for the sliding-window-based image denoising originally written by @ramav87 .
@saimani5 @markpoxley will you be interested in exploring it?