File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,20 @@ building the binary file from the database folder and avoids possible machine de
32
32
The database URLs can be found in the `releases page <https://github.com/SModelS/smodels-database-release/releases >`_.
33
33
For more information check the `SModelS online manual `_.
34
34
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
+
35
49
36
50
Adding FastLim data
37
51
^^^^^^^^^^^^^^^^^^^
@@ -75,4 +89,3 @@ For citing the experimental analyses in the database, you can use
75
89
76
90
.. _SModelS online manual : https://smodels.readthedocs.io/
77
91
.. _SModelS : https://github.com/SModelS/smodels
78
-
You can’t perform that action at this time.
0 commit comments