![]() |
SLD Database1.0.0 |
|
|
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: https://slddb.reflectometry.org/api?formula=XXX&density=YYY&sldcalc=true https://slddb.reflectometry.org/api?protein=XXX&sldcalc=true https://slddb.reflectometry.org/api?dna=XXX&sldcalc=true Retrieve a list of fields that can be used for database queries. https://slddb.reflectometry.org/api?get_fields=True Search database for material using arbitrary fields. https://slddb.reflectometry.org/api?field1=XXX&field2=YYY Calculation of SLD form database material. https://slddb.reflectometry.org/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). |
