Skip to content
Snippets Groups Projects
Commit f8011e75 authored by Antti Soininen's avatar Antti Soininen
Browse files

Fix malformed sphinx reference in the docs. Re #23609

parent 732f5bff
No related merge requests found
......@@ -13,13 +13,12 @@ This algorithm loads a :ref:`MDEventWorkspace <MDWorkspace>` that was
previously saved using the :ref:`algm-SaveMD` algorithm to a .nxs file
format.
If the workspace is too large to fit into memory, You can load the
workspace as a :ref:`file-backed
MDWorkspace :ref:<MDWorkspace File Backed>` by checking the
FileBackEnd option. This will load the box structure (allowing for some
visualization with no speed penalty) but leave the events on disk until
requested. Processing file-backed MDWorkspaces is significantly slower
than in-memory workspaces due to frequent file access!
If the workspace is too large to fit into memory, You can load the workspace
as a :ref:`file-backed MDWorkspace <MDWorkspace File Backed>` by checking the
FileBackEnd option. This will load the box structure (allowing for some
visualization with no speed penalty) but leave the events on disk until
requested. Processing file-backed MDWorkspaces is significantly slower than
in-memory workspaces due to frequent file access!
For file-backed workspaces, the Memory option allows you to specify a
cache size, in MB, to keep events in memory before caching to disk.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment