@moustakas and @imcgreer, Doing a simple grep '3e5' -r * --include \*.py, I see the following in this repository and its fork https://github.com/moustakas/simqso:
imcgreer/simqso/simqso/sqgrids.py: c_kms = 3e5
moustakas/simqso/simqso/sqgrids.py: c_kms = 3e5
Would it be possible to change to the more universal from scipy.constants import speed_of_light or c = 299792458. m/s?
Maybe other grep would show other definition of the speed of light, could you check for that also?
@moustakas and @imcgreer, Doing a simple
grep '3e5' -r * --include \*.py, I see the following in this repository and its fork https://github.com/moustakas/simqso:Would it be possible to change to the more universal
from scipy.constants import speed_of_lightorc = 299792458. m/s?Maybe other grep would show other definition of the speed of light, could you check for that also?