Reading and handling data from two-dimensional X-ray detectors.
FabIO is a Python module written for easy and transparent reading of raw two-dimensional data from various X-ray detectors. The module provides a function for reading any image and returning a fabioimage object which contains both metadata (header information) and the raw data. All fabioimage object offer additional methods to extract information about the image and to open other detector images from the same data series.
FabIO is a Python module written for easy and transparent reading of raw two-dimensional data from various X-ray detectors. The module provides a function for reading any image and returning a fabioimage object which contains both metadata (header information) and the raw data. All fabioimage object offer additional methods to extract information about the image and to open other detector images from the same data series.
To install py39-fabio, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py39-fabio
To see what files were installed by py39-fabio, run:
port contents py39-fabio
To later upgrade py39-fabio, run:
sudo port selfupdate && sudo port upgrade py39-fabio
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.