Note
Preference parameters can be set via the interface menu Edit ‣ Preferences.
An XML preferences file stores all non-default parameters.
Interface parameters are specified here and can be set through the interface.
For instance, this allows to modify the appearance of the maps.
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>