Skip to content

definition of speed of light #30

@londumas

Description

@londumas

@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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions