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 branches found
No related tags found
No related merge requests found
...@@ -13,13 +13,12 @@ This algorithm loads a :ref:`MDEventWorkspace <MDWorkspace>` that was ...@@ -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 previously saved using the :ref:`algm-SaveMD` algorithm to a .nxs file
format. format.
If the workspace is too large to fit into memory, You can load the If the workspace is too large to fit into memory, You can load the workspace
workspace as a :ref:`file-backed as a :ref:`file-backed MDWorkspace <MDWorkspace File Backed>` by checking the
MDWorkspace :ref:<MDWorkspace File Backed>` by checking the FileBackEnd option. This will load the box structure (allowing for some
FileBackEnd option. This will load the box structure (allowing for some visualization with no speed penalty) but leave the events on disk until
visualization with no speed penalty) but leave the events on disk until requested. Processing file-backed MDWorkspaces is significantly slower than
requested. Processing file-backed MDWorkspaces is significantly slower in-memory workspaces due to frequent file access!
than in-memory workspaces due to frequent file access!
For file-backed workspaces, the Memory option allows you to specify a 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. 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