x4i3 - The EXFOR Interface [for Python 3]
This package x4i3 is a fork of the original x4i developed by David A. Brown (LLNL, Livermore CA, 94550). This pure python software acts as an interface to Experimental Nuclear Reaction Data (EXFOR) that the International Atomic Energy Agency (IAEA) actively maintains.
The database resembles a collection of experimental and evaluated nuclear data files in the EXFOR format (*.x4), a structured markup language. The mark-up language is quite complex and the data has legacy issues, such as data sets entered by hand or issues with the strict alignment criteria of FORTRAN-era punch cards. The documentation by David A. Brown describes a few basics of the format. Please use this documentation, the references therein and the other files in the doc folder. Please also cite the papers about the database if you use these data in your research.
The main purpose of this fork is to ensure that such a valuable and complex tool does stays available. Also, the original link for this code is dead and Python 2 is deprecated. As a standalone pure Python package on pip, it may cure derived works from a potential GPL infection.
Latest release 1.2.0
Update to EXFOR database version dated 2021/03/08.
History
This fork emerged originally in 2016 when we tried to benchmark current photo-nuclear interaction codes against experimental data in a project related to Ultra-High Energy Cosmic Rays. One paper that came out has a quite useful plot (Figure 1). Actually, this figure is an interactive matplotlib application that used the original x4i as a backend. When a box is clicked x4i gathers experimental data from EXFOR, applies some filtering and visualizes the data against pre-computed model predictions.
Examples
Nothing very useful yet. To check out if the installation is successful, try:
python examples/get-entry.py --data -s 10504002
It should print some fission cross section to stdout.
Contributions
..are welcome. Also feel free to say hi since I don't know if there is a community who may find this interface useful.
Currently there is no development goals beyond basic maintenance.
Requirements
- ~1 GB of hard drive space
Installation
pip install x4i3
Note that on first import ~600MB will be downloaded and 22k files will be decompressed to the data directory.
Support tools
To reduce the weight of this package, the database management tools have been moved to a different project x4i3_tools since these are for advanced users anyways.
Documentation
There is currently no separate documentation for x4i3. Please use the original documentation. The installation instruction are not valid anymore. There is a detailed but auto-generated API-doc documentation. Untar and enjoy the index.html if you need this.
Authors
David A. Brown (LLNL) (x4i)
Anatoli Fedynitch (x4i3)
Copyright and license
This code is distributed under the GNU General Public License (GPLv2) (see LICENSE) without any warranty or guaranty. The full disclaimer and license information is located in the LICENSE. Very unfortunately, the original code is GPLv2 infecting in a nontransparent way all derived works such as this. Be warned!
Release files for x4i3 1.2.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| x4i3-1.2.4.tar.gz | 245.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| x4i3-1.2.4-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size:515.9 kB
Release files / x4i3-1.2.4.tar.gz
| Download URL | x4i3-1.2.4.tar.gz |
|---|---|
| Size | 245.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3ec5dca1d1c810b06a3ec53dcaf68ffcdd7498d903fa7a53cb09c30749357a33
|
|
BLAKE2b-256 checksum How to use checksums |
0498290f423615798f1f25ce73928f1d3070f2bd589280689d6b5ba0ade4d2fe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.6
|
Release files / x4i3-1.2.4-py2.py3-none-any.whl
| Download URL | x4i3-1.2.4-py2.py3-none-any.whl |
|---|---|
| Size | 270.1 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
c61fea07a9922acd4950f6a330622cd1766e493fa34567ce60876d652447e31d
|
|
BLAKE2b-256 checksum How to use checksums |
5841c6de129a91ad682028aa541f5b4bd0c5c2ce1d6f1d6e6332b236ac5f9172
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.6
|