Skip to content

Commit

Permalink
Modified README
Browse files Browse the repository at this point in the history
  • Loading branch information
andlessa committed Mar 31, 2022
1 parent 2b523d6 commit 01e4c62
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,20 @@ building the binary file from the database folder and avoids possible machine de
The database URLs can be found in the `releases page <https://github.com/SModelS/smodels-database-release/releases>`_.
For more information check the `SModelS online manual`_.

Adding Non-Aggregated Results
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

For some efficiency map results with a large number of signal regions, the official SModelS database
is shipped with a reduced number of (aggregated) signal regions. However, the non-aggregated versions of the results
are stored as a tarball on the top level of the database folder; for v2.2.0 this is *nonaggregated220.tar.gz*.
To use them, simply expand this tarball in the directory::

cd <smodels-database folder>
tar -xzvf nonaggregated220.tar.gz

The database will then be re-built accordingly upon first usage and include the non-aggregated results.
The user has to be aware, however, that both the aggregated and non-aggregated results will be displayed in the output.


Adding FastLim data
^^^^^^^^^^^^^^^^^^^
Expand Down Expand Up @@ -75,4 +89,3 @@ For citing the experimental analyses in the database, you can use

.. _SModelS online manual: https://smodels.readthedocs.io/
.. _SModelS: https://github.com/SModelS/smodels

0 comments on commit 01e4c62

Please sign in to comment.