Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NIST Quert wavelength limits not implemented property #2889

Open
arikaegan opened this issue Dec 5, 2023 · 2 comments
Open

NIST Quert wavelength limits not implemented property #2889

arikaegan opened this issue Dec 5, 2023 · 2 comments

Comments

@arikaegan
Copy link

The upper and lower wavelength limits are not being set correctly.

in core.py, _args_to_payload, lines 94 and 95, the min and max wavelengths are set incorrectly. The dictionary key is currently set as

request_payload["low_wl"] = min_wav 
request_payload["upp_wl"] = max_wav

They keys should instead be "low_w" and "upp_w":

request_payload["low_w"] = min_wav
request_payload["upp_w"] = max_wav
@arikaegan
Copy link
Author

Yes I can do that later this week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants