Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added extra fullstop #14

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/source/algorithms/Abins2D-v1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Description

Abins2D is a plugin for Mantid which allows scientists to generate theoretical inelastic neutron scattering spectra (INS) in 2-D :math:`(|\mathbf{q}|,\omega)` space, accounting for the limitations of real-world measurements.

Add another test line here.
thomashampson marked this conversation as resolved.
Show resolved Hide resolved

The intensity is calculated in the "almost-isotropic" incoherent powder-averaging approximation, as used in the 1-D :ref:`Abins <algm-Abins>` algorithm.
Different 2-D INS instruments may be selected, along with instrument parameters (incident energy, chopper settings) that determine the accessible :math:`(|\mathbf{q}|,\omega)` region and energy resolution.
More information about the implemented working equations can be found :ref:`here <DynamicalStructureFactorFromAbInitio>`.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/concepts/DiffractionCalibrationWorkspace.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The order of the rows and columns will not matter to algorithms that
use the workspace. Algorithms that create the :ref:`TableWorkspace
<Table Workspaces>` will use this column order with the rows sorted by
``detid`` (smallest first). Any missing column, other than ``detid``,
will be assumed to be all zeros.
will be assumed to be all zeros..

Diffraction Calibration File
============================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/concepts/MatrixWorkspace.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Matrix Workspace
A Matrix Workspace is a generic name for a family which contains measured (or derived) data (Y) with associated errors (E) and an axis (X) giving information about where the measurement was made. The Matrix Workspace forms a 2D structure, more details on this will be provided below. This is the most common structure for storing data in Mantid. This covers several more detailed workspace types including:

- :ref:`Workspace2D <Workspace2D>` - A workspace for holding 2D, accumulated data in memory, this is the most commonly used to store histograms.
- :ref:`EventWorkspace <EventWorkspace>` - A workspace that retains the individual neutron event data.
- :ref:`EventWorkspace <EventWorkspace>` - A workspace that retains the individual neutron event data..

What information is in a Matrix Workspace
------------------------------------------
Expand Down