File: README.md

package info (click to toggle)
xraydb 4.5.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 50,668 kB
  • sloc: python: 3,317; makefile: 75; sh: 18
file content (40 lines) | stat: -rw-r--r-- 1,405 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40

[![DOI](https://zenodo.org/badge/205441660.svg)](https://zenodo.org/badge/latestdoi/205441660)


## XrayDB

X-ray Reference Data in SQLite library, including a Python interface.

The repository contains useful data about the intereactions of X-rays with
matter.  It packages these different data sources into a single sqlite3
database which can, in principle, be used by a very large number of
computer programming languages and environments.

The data and code here are placed in the Public Domain.

## Web interface 

A web interface using XrayDB to display X-ray properties of the elements can be found at 
https://millenia.cars.aps.anl.gov/xraydb/ and https://xraydb.xrayabsorption.org/

The code for this web interface is at https://github.com/xraypy/xrayweb 

## About X-ray DB

The X-ray Scattering data from the Elam Tables was modified from code
originally written by Darren S. Dale.

Refined values for anomalous scattering factors have been provided directly
by Christopher T. Chantler.

The project has mostly been supported and maintained by Matt Newville.
Suggestions and conributions are most welcome.

Some history:
-------------

This project has moved around a bit.  Originally part of Larch
(https://xraypy.github.io/xraylarch/), and then
part of Scikit-Beam (https://github.com/scikit-beam/scikit-beam), the
XrayDB now has a permanent home here at (https://github.com/xraypy/XrayDB).