Skip to content

Commit 01e4c62

Browse files
committed
Modified README
1 parent 2b523d6 commit 01e4c62

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.rst

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,20 @@ building the binary file from the database folder and avoids possible machine de
3232
The database URLs can be found in the `releases page <https://github.com/SModelS/smodels-database-release/releases>`_.
3333
For more information check the `SModelS online manual`_.
3434

35+
Adding Non-Aggregated Results
36+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
37+
38+
For some efficiency map results with a large number of signal regions, the official SModelS database
39+
is shipped with a reduced number of (aggregated) signal regions. However, the non-aggregated versions of the results
40+
are stored as a tarball on the top level of the database folder; for v2.2.0 this is *nonaggregated220.tar.gz*.
41+
To use them, simply expand this tarball in the directory::
42+
43+
cd <smodels-database folder>
44+
tar -xzvf nonaggregated220.tar.gz
45+
46+
The database will then be re-built accordingly upon first usage and include the non-aggregated results.
47+
The user has to be aware, however, that both the aggregated and non-aggregated results will be displayed in the output.
48+
3549

3650
Adding FastLim data
3751
^^^^^^^^^^^^^^^^^^^
@@ -75,4 +89,3 @@ For citing the experimental analyses in the database, you can use
7589

7690
.. _SModelS online manual: https://smodels.readthedocs.io/
7791
.. _SModelS: https://github.com/SModelS/smodels
78-

0 commit comments

Comments
 (0)