Skip to content

Some functions to fetch and parse data from the NIST Atomic Spectra Database

Notifications You must be signed in to change notification settings

timrichardt/fetch-nist-asd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fetch-nist-asd

This is a collection of Clojure functions to access the line data of the Atomic Spectra Database Version 5 of the NIST.

An index of all accessible data is available under

http://physics.nist.gov/cgi-bin/ASD/lines_pt.pl

and the line data itself are accessed through

http://physics.nist.gov/cgi-bin/ASD/lines1.pl

via a GET request.

The query parameters are documented in the fetch namespace.

The line data is returned in form of a ASCII table. Functions to parse some of the data from the table can be found in the namespace parse.

License

MIT

About

Some functions to fetch and parse data from the NIST Atomic Spectra Database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published