Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Note that you will need pyFAI calibration files (``.poni`` files) which are
generated via ``pyFAI-calib``.
For most usages the pyFAI calibration is
``pyFAI-calib -D Perkin -w <wavelength> -c Ni <calibration_img>``.
Please see `pyFAI's documentation <https://pyfai.readthedocs.io/en/latest/man/pyFAI-calib.html>`_ and see our `docs for how to use pyFAI <https://xpdacq.github.io/xpdAcq/features.html?highlight=calibration#automated-calibration-capture>`_.
Please see `pyFAI's documentation <https://pyfai.readthedocs.io/en/latest/man/pyFAI-calib2.html>`_ and see our `docs for how to use pyFAI <https://xpdacq.github.io/xpdAcq/features.html?highlight=calibration#automated-calibration-capture>`_.


.. toctree::
Expand Down
2 changes: 1 addition & 1 deletion xpdtools/cli/process_tiff.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def main(
flip_input_mask=True,
bg_scale=1,
):
"""Run the data processing protocol taking raw images to background
"""update Run the data processing protocol taking raw images to background
subtracted I(Q) files.

The data processing steps included in this protocol are:
Expand Down