File: api.rst

package info (click to toggle)
bioxtasraw 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 275,072 kB
  • sloc: python: 74,496; makefile: 29; sh: 21
file content (23 lines) | stat: -rw-r--r-- 641 bytes parent folder | download | duplicates (2)
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