Skip to content
#

spectroscopy

Here are 352 public repositories matching this topic...

radis
roentgenium
roentgenium commented Apr 22, 2018

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!

jackiryan
jackiryan commented Mar 18, 2019

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.

ssomnath
ssomnath commented Oct 26, 2020

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

Improve this page

Add a description, image, and links to the spectroscopy topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the spectroscopy topic, visit your repo's landing page and select "manage topics."

Learn more