X-ray reference data in a SQLite library, including a Python interface.
X-ray reference data in a SQLite library, including a Python interface. The repository contains useful data about the interactions 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.
X-ray reference data in a SQLite library, including a Python interface. The repository contains useful data about the interactions 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.
To install py310-xraydb, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py310-xraydb
To see what files were installed by py310-xraydb, run:
port contents py310-xraydb
To later upgrade py310-xraydb, run:
sudo port selfupdate && sudo port upgrade py310-xraydb
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.