SLD Database1.0 beta9 |
||
This is a database for materials for scattering length density (SLD)
calculations for neutron and x-ray reflectometry and small angle scattering.
In addition to the manual search on this website we provide a simple API that can be called by other software and provides data as JSON text. Application Programmers Interface (API) Usage:Manual calculation of SLD from formula and density values: http://slddb.esss.dk/slddb/api?formula=XXX&density=YYY&sldcalc=true http://slddb.esss.dk/slddb/api?protein=XXX&sldcalc=true http://slddb.esss.dk/slddb/api?dna=XXX&sldcalc=true Retrieve a list of fields that can be used for database queries. http://slddb.esss.dk/slddb/api?get_fields=True Search database for material using arbitrary fields. http://slddb.esss.dk/slddb/api?field1=XXX&field2=YYY Calculation of SLD form database material. http://slddb.esss.dk/slddb/api?ID=XXX&xray_unit=edens Units for x-ray results are:
The resulting data is a dictionary with the SLD information and some further materials parameters. Units for the given values are provided unter the "units" keyword. Download Python library that implements the API. | ||
Open Reflectometry Standards Organization scattering length density database. Written by Artur Glavic from Paul Scherrer Institut (PSI). |