You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NIST has a web application that lets you generate a thorium line list given a few parameters. the site can accessed at https://physics.nist.gov/cgi-bin/TH/site.cgi. pretty straightforward api for making the requests, e.g.:
@simontorres and I have bee working on something like that. From my experience, the strong lines approach may not be a good option because different elements have pages with different numbers of tables (compare Na with Th for example).
I found the NIST Form for looking up wavelength tables and did a quick-and-dirty method that retrieves the data using the CGI. I just did a pull request on that (#30).
NIST has a web application that lets you generate a thorium line list given a few parameters. the site can accessed at https://physics.nist.gov/cgi-bin/TH/site.cgi. pretty straightforward api for making the requests, e.g.:
https://physics.nist.gov/cgi-bin/TH/site.cgi?atlaschoice=Thorium&xscale=Wavelength&medium=vacuum&units=nm&low=350&high=360¤t=20&convolve=gaussian&widthnum=0.01&userfile=&state=init
The text was updated successfully, but these errors were encountered: