This package consists of many small tools for interacting between much larger packages in the field of crystallography, aimed at getting labs up and running at beamtimes much faster through a single import, rather than building out an entire new conda environment each time you travel. There are some dependencies of system packages, which would have to be installed via an administrator or depend on user modification of underlying code.
You can install the base package from pypi with
pip install TRSFXWhile many of the functions can also be accessed through the python API, the majortiy of users might benefit from interacting with the CLI counterparts. Most of the functions are 'bundled' into submodules as to not overwhelm the user immediately. The current bundles are:
sfx.compare- Tools to form comparisons between HKL and MTZ filessfx.manip- Tools to manipulate different crystallographic filessfx.explore- Select tools to preform exploratory data analysissfx.index- Indexing pipeline as a thin wrapper of Crystfel
Calling any of these in the command line will bring up the helpfile and showcase functions available within them.
More complete documentation (and examples) are available through our readthedocs website. We invite you to take a look at our vignettes.