pySCATMECH
pySCATMECH copied to clipboard
pySCATMECH is a Python interface to SCATMECH: Polarized Light Scattering C++ Class Library
Could you please add release and version tag to code?  Like below one. 
From the website's example, the grating parameters can set by: gratingParameters = { None : 'Single_Line_Grating', 'period' : 10, 'medium_i' : 1, 'medium_t' : 'silicon', 'material' : 'silicon', 'space' :...
In the documentation for the RCW_Model (https://pages.nist.gov/pySCATMECH/rcw.html) and CrossRCW_Model (https://pages.nist.gov/pySCATMECH/crossrcw.html), there is a method for calculating the Jones matrix for a given diffraction order. However, when I try to get...
Hi, I am pretty new to Python and my computer is an M1 Mac. Could anybody help me run pySCATMECH in Python still? There error I get is; "Collecting pyscatmech...
First of all, thank Germer @thomas-germer lot for this useful open source code project, which helped me in my work. During my using local BRDF model, I found below issue....
When triggering the build process via pip by e.g. ``` pip install git+https://github.com/usnistgov/pySCATMECH ``` it fails complaining that `scatmech/gaussianbeam.cpp` and `scatmech/gaussianbeam.h` are missing. The files are referenced in `setup.py` [here](https://github.com/usnistgov/pySCATMECH/blob/1d939f87ce3f00b062148e70678b8d7732b8a0e1/setup.py#L102C21-L102C46)...