Table Of Contents

As a PDF

Main Siren webpage

Preferences

Note

Preference parameters can be set via the interface menu Edit ‣ Preferences.

An XML preferences file stores all non-default parameters.

Mining parameters

Mining parameters are specified here and can be set through the interface.

PrefsBasic.png

Interface parameters

Interface parameters are specified here and can be set through the interface.

PrefsInterface.png PrefsMaps.png

For instance, this allows to modify the appearance of the maps.

MapAlt0.png MapAlt1.png

Preferences file

The ouline of a preferences file for Siren and ReReMi is as follows:

<root>
  <!--- start parameter -->
  <parameter>
    <!--- parameter name -->
    <name>max_red</name>
    <!--- parameter value -->
    <value>100</value>
  </parameter>
  <!--- end parameter -->
  <!--- start another parameter -->
  <parameter>
    <name>neg_query</name>
    <!--- multiple choices parameters might have several values -->	
    <value>Positive</value>
    <value>Negative</value>
  </parameter>
  <!--- end another parameter -->
  <!--- etc. --->
</root>