1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
RAW API
============
.. _api:
The RAW API allows you to install BioXTAS RAW as a python package without the
GUI. This lets you import RAW directly into your python scripts and use the
API to call any of the functions in RAW. This is great for creating custom
processing scripts, either for unusual datasets that aren't handled in the
GUI, or to ensure reproducibility in your analysis. It can also be used as
the basis for an open-source automated SAXS data processing pipeline at a
beamline or homesource.
.. toctree::
:maxdepth: 2
:includehidden:
api/installation
api/getting_started
api/examples
api/the_api
|