Skip to content

Commit

Permalink
Reword data cache explanation + fix bullet spacing
Browse files Browse the repository at this point in the history
Reworded description of data cache to include information that only data from the past 3 years is included.
Fix spacing of bullet points by de-identing the figures
  • Loading branch information
GuiMacielPereira committed Jun 5, 2024
1 parent 02faa16 commit 93dbd84
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/source/release/v6.10.0/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@ New features
############
- Algorithm :ref:`algm-LoadEventAsWorkspace2D` accepts new boolean parameter ``LoadNexusInstrumentXML``. Default is *true*.
- File search/loading will now look in instrument data cache **on IDAaaS**.
The instrument data cache is the directory ``/data/instrument/`` present on IDAaaS, and contains a local copy of the data archive.
This new feature will speed up file loading times for external users that do not have access to the data archive.
The instrument data cache is the directory ``/data/instrument/`` present on IDAaaS, and contains the same raw data as the data archive from the past 3 years.
This new feature will speed up file loading times for external users on **on IDAaaS** that do not have access to the data archive.
Please note that if you are **not** on IDAaaS, avoid creating the directory ``/data/instrument/`` as this will trigger a search for files inside that directory.
Here is a demonstration on IDAaaS showing that an instrument file can now be loaded even when the archive is turned off:

.. figure:: ../../images/6_10_release/data-cache.gif
:align: center
:width: 950px
.. figure:: ../../images/6_10_release/data-cache.gif
:align: center
:width: 950px


Bugfixes
Expand Down Expand Up @@ -124,8 +124,8 @@ Bugfixes

- The two sliders of the interface are now prevented from crossing each other and are automatically updated from the user input, no longer requiring a `Set` button:

.. figure:: ../../images/6_10_release/filter-events-gui.png
:width: 600px
.. figure:: ../../images/6_10_release/filter-events-gui.png
:width: 600px


Dependencies
Expand Down

0 comments on commit 93dbd84

Please sign in to comment.