[installation] Change to nightly

This commit is contained in:
2025-10-30 12:04:59 +01:00
parent 2ff097f9d1
commit a31bc45cce
1441 changed files with 60368 additions and 56360 deletions

View File

@ -89,12 +89,13 @@
list of the "Commit with additional options" dialog.
</description>
</parameter>
<parameter name="defaultMagnitudeAggregation" type="string">
<parameter name="defaultMagnitudeAggregation" type="string" default="" values="mean,trimmedMean,median,medianTrimmedMean">
<description>
Sets the default magnitude aggregation method. It can be either &quot;mean&quot;,
&quot;trimmed mean&quot; or &quot;median&quot;. If not set, the default
behavior is used which computes the mean if less than 4 stations are available,
trimmed mean otherwise.
Sets the default magnitude aggregation method.
If not set, the default behavior is used which computes the
mean if less than 4 stations are available, trimmed mean otherwise.
Neither of the above values can take an additional parameter.
The default parameter values (if supported) will be used.
</description>
</parameter>
<parameter name="computeMagnitudesAfterRelocate" type="boolean" default="false">
@ -146,6 +147,12 @@
The default value for adding unassociated stations in the picker.
</description>
</parameter>
<parameter name="loadAdditionalStations" type="boolean" default="false">
<description>
If enabled then all station within the configured distance will
be loaded if a new origin is loaded.
</description>
</parameter>
<parameter name="hideStationsWithoutData" type="boolean" default="false">
<description>
If enabled, all traces without data and arrivals are
@ -237,6 +244,44 @@
</description>
</parameter>
</group>
<group name="import">
<description>
Set default options for the &quot;Import picks&quot; dialog.
</description>
<parameter name="mode" type="string" default="latest" values="latest,latest-automatic,phases,all">
<description>
Defines the default mode of import picks. For more information
see the &quot;Import picks&quot; dialog.
</description>
</parameter>
<parameter name="acceptedPhases" type="list:string">
<description>
Defines a list of accepted or denied phases when importing picks.
This list will be used to populate the corresponding input
field in the &quot;Import picks&quot; dialog.
A phase which is prepended with a minus, e.g. &quot;-P&quot;,
will be denied.
</description>
</parameter>
<group name="options">
<parameter name="allAgencies" type="boolean" default="false">
<description>
Configures the default for &quot;Import picks from all agencies ...&quot;.
</description>
</parameter>
<parameter name="allPhases" type="boolean" default="true">
<description>
Configures the default for &quot;Import all phases ...&quot;.
</description>
</parameter>
<parameter name="preferTargetPhases" type="boolean" default="true">
<description>
Configures the default for &quot;Prefer phases of target ...&quot;.
</description>
</parameter>
</group>
</group>
<group name="commit">
<parameter name="forceEventAssociation" type="boolean" default="false">
<description>
@ -266,6 +311,12 @@
</description>
</parameter>
</group>
<parameter name="originAgencyIDs" type="list:string">
<description>
Define a list of agencyIDs which can be used as override
for the origin agencyID when committing with options.
</description>
</parameter>
<parameter name="originComments" type="list:string">
<description>
A list of origin comment profiles. These profiles will be
@ -407,6 +458,71 @@
</parameter>
</struct>
</group>
<group name="commandMenuAction">
<description>
Configuration of custom commands shown in a menu when pressing
the Run button next to the custom script buttons. Actions
defined here will appear in order of listing. A dash may be
use to insert a separator.
</description>
<struct type="commandMenuAction profile">
<description>Definition of a command menu action.</description>
<parameter name="enable" type="boolean" default="true">
<description>
Controls whether this action will be available.
</description>
</parameter>
<parameter name="command" type="file" options="read,exec">
<description>
Command to be executed. Similar to the custom script
buttons the command is launched with the current
origin ID as first argument and the eventID as
second argument if available. Optionally the entire
origin may be written to stdin if an exporter is
defined.
</description>
</parameter>
<parameter name="exporter" type="string" values="scml,json,csv,binary">
<description>
Name of the SeisComP exporter used to serialize
the current origin when writing it to stdin of
the specified command. If empty no data will be
send to stdin. See 'sccnv --list-formats' for a
list of available options.
Note: Some of the exporters are implemented
as plugins which need to be loaded before they
can be used.
</description>
</parameter>
<parameter name="showProcess" type="boolean" default="false">
<description>
Automatically open process manager for progress
monitoring. The process manager may also be started
manually via the View menu bar entry or via an icon
at the right of the status bar.
</description>
</parameter>
<parameter name="text" type="string">
<description>
Name of the action. Use in the launch menu and in
the process manager.
</description>
</parameter>
<parameter name="icon" type="file" options="read">
<description>Path to an icon to show for this action.</description>
</parameter>
<parameter name="keySequence" type="file">
<description>
Keyboard shortcut to run this action without
the need to open the menu. E.g., 'Ctrl+Alt+A'
</description>
</parameter>
<parameter name="toolTip" type="file" options="read,exec">
<description>Tool tip for this action.</description>
</parameter>
</struct>
</group>
<parameter name="magnitudeComments" type="list:string">
<description>
A list of magnitude comment profiles. These profiles will be
@ -470,7 +586,7 @@
</parameter>
<parameter name="limitStationAcquisitionCount" type="int" default="10">
<description>
Limit the data acquisituion to the given number of
Limit the data acquisition to the given number of
the nearest stations. Requires to activate
&quot;picker.limitStationAcquisition&quot;.
</description>
@ -542,6 +658,16 @@
side of the trace window.
</description>
</parameter>
<parameter name="rotation" type="string" default="123" values="123,ZNE,ZRT,LQT,ZH(L2)">
<description>
The initially applied rotation component waveform rotation.
</description>
</parameter>
<parameter name="unit" type="string" default="Sensor" values="Sensor,Acceleration,Velocity,Displacement">
<description>
The unit the waveform data is converted to initially.
</description>
</parameter>
<parameter name="repickerStart" type="double" unit="s">
<description>
Start of the re-picker time window relative the cursor position on the trace.
@ -558,6 +684,15 @@
"name1;filter-definition1", "name2;filter-definition2"
</description>
</parameter>
<parameter name="limitFilterToZoomTrace" type="boolean" default="false">
<description>
Whether to apply the current filter only to the zoom trace or
all traces. If enabled then the current filter will only be
applied to another trace if it becomes the current trace. This
is mainly for performance reasons as filtering hundreds or
thousands of channels can take much time.
</description>
</parameter>
<parameter name="velocityChannelCodes" type="list:string">
<description>
A list of channel codes to be used when searching for
@ -605,6 +740,16 @@
component will stay the same. It must be changed explicitely.
</description>
</parameter>
<parameter name="showAmpLevel" type="boolean" default="false">
<description>
If enabled then the picker will show in the upper right corner of
the zoomtrace an amplitude measure ranging from 0 to 100 and mapping
the current amplitude at the cursor to this range where 0 is the bottom
of the widget and 100 the top of the widget. Screen readers should
fetch this value change and read them. This is especially important
to support visually impaired users.
</description>
</parameter>
<group name="auxiliary">
<description>
Define the notion and behaviour of auxiliary channels.
@ -617,6 +762,9 @@
A list of wildcard patterns to identify auxiliary
channels. A pattern is simply checked against a stream
ID, the concatenation of NSLC separated by a period.
This is an obsolete and deprecated setting. Please use
profiles.
</description>
</parameter>
<parameter name="minimumDistance" type="double" unit="deg" default="0">
@ -625,6 +773,9 @@
unassociated auxiliary channel. Loading a
channel / station explicitely (F3) will not respect
this setting.
This is an obsolete and deprecated setting. Please use
profiles.
</description>
</parameter>
<parameter name="maximumDistance" type="double" unit="deg" default="1000">
@ -633,8 +784,43 @@
unassociated auxiliary channel. Loading a
channel / station explicitely (F3) will not respect
this setting.
This is an obsolete and deprecated setting. Please use
profiles.
</description>
</parameter>
<parameter name="profiles" type="list:string">
<description>
A list of auxiliary channel profiles which are enabled.
</description>
</parameter>
<group name="profiles">
<struct name="AuxiliaryChannelProfile" link="picker.auxiliary.profiles">
<parameter name="channels" type="list:string">
<description>
A list of wildcard patterns to identify auxiliary
channels. A pattern is simply checked against a stream
ID, the concatenation of NSLC separated by a period.
</description>
</parameter>
<parameter name="minimumDistance" type="double" unit="deg" default="0">
<description>
The minimum distance in degrees from origin to load an
unassociated auxiliary channel. Loading a
channel / station explicitely (F3) will not respect
this setting.
</description>
</parameter>
<parameter name="maximumDistance" type="double" unit="deg" default="1000">
<description>
The maximum distance in degrees from origin to load an
unassociated auxiliary channel. Loading a
channel / station explicitely (F3) will not respect
this setting.
</description>
</parameter>
</struct>
</group>
</group>
<group name="phases">
<description>
@ -731,6 +917,34 @@
amplitude time window.
</description>
</parameter>
<parameter name="defaultNoiseBegin" type="double" unit="s" default="-30">
<description>
In case the amplitude time window cannot be computed due
to errors, e.g. computing travel times, this default noise
window start time will be used instead.
</description>
</parameter>
<parameter name="defaultNoiseEnd" type="double" unit="s" default="0">
<description>
In case the amplitude time window cannot be computed due
to errors, e.g. computing travel times, this default noise
window end time will be used instead.
</description>
</parameter>
<parameter name="defaultSignalBegin" type="double" unit="s" default="0">
<description>
In case the amplitude time window cannot be computed due
to errors, e.g. computing travel times, this default signal
window start time will be used instead.
</description>
</parameter>
<parameter name="defaultSignalEnd" type="double" unit="s" default="30">
<description>
In case the amplitude time window cannot be computed due
to errors, e.g. computing travel times, this default signal
window end time will be used instead.
</description>
</parameter>
<parameter name="filters" type="list:string">
<description>
A list of filters used for the amplitude picker. Format: