Skip to content

Commit

Permalink
Specify off-axis holography
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Lähnemann <[email protected]>
  • Loading branch information
ericpre and jlaehne authored Aug 30, 2023
1 parent 0d4b4b8 commit 5d04ee4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

HoloSpy is a Python package extending the functionality for multi-dimensional
data analysis provided by the [HyperSpy](https://hyperspy.org) library. It is
aimed at helping with the analysis of electron holography data.
aimed at helping with the analysis of (off-axis) electron holography data.

Go to the documentation for instructions on how to install HoloSpy and start an
analysis: [Read the docs](https://holospy.readthedocs.io).
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Welcome to HoloSpy's documentation!
***********************************
**HoloSpy** is a Python package extending the functionality for multi-dimensional
data analysis provided by the `HyperSpy <https://hyperspy.org/>`_ library. It is
aimed at helping with the analysis of electron holography data.
aimed at helping with the analysis of (off-axis) electron holography data.

Check out the :ref:`installation` section for further information, including
how to start using this project.
Expand Down
2 changes: 1 addition & 1 deletion doc/user_guide/electron_holography.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Electron Holography
*******************

HoloSpy provides the user with a signal class which can be used to process
electron holography data:
(off-axis) electron holography data:

* :py:class:`~.signals.hologram_image.HologramImage`

Expand Down
2 changes: 1 addition & 1 deletion doc/user_guide/metadata_structure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Besides directly accessing the metadata tree structure, e.g.
can be used to add to, search for and read from items in the metadata tree,
respectively.

The holography specific metadata structure is represented in the following
The holography-specific metadata structure is represented in the following
tree diagram. The default units are given in parentheses. Details about the
leaves can be found in the following sections of this chapter. Note that not
all types of leaves will apply to every type of measurement.
Expand Down

0 comments on commit 5d04ee4

Please sign in to comment.