[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

@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "SCOLV" "1" "Sep 22, 2025" "6.9.0" "SeisComP"
.TH "SCOLV" "1" "Oct 29, 2025" "7.0.0" "SeisComP"
.SH NAME
scolv \- SeisComP Documentation
.sp
@ -2728,10 +2728,13 @@ list of the \(dqCommit with additional options\(dq dialog.
.B olv.defaultMagnitudeAggregation
Type: \fIstring\fP
.sp
Sets the default magnitude aggregation method. It can be either \(dqmean\(dq,
\(dqtrimmed mean\(dq or \(dqmedian\(dq. If not set, the default
behavior is used which computes the mean if less than 4 stations are available,
trimmed mean otherwise.
Values: \fBmean,trimmedMean,median,medianTrimmedMean\fP
.sp
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.
.UNINDENT
.INDENT 0.0
.TP
@ -2820,6 +2823,16 @@ The default value for adding unassociated stations in the picker.
.UNINDENT
.INDENT 0.0
.TP
.B olv.loadAdditionalStations
Default: \fBfalse\fP
.sp
Type: \fIboolean\fP
.sp
If enabled then all station within the configured distance will
be loaded if a new origin is loaded.
.UNINDENT
.INDENT 0.0
.TP
.B olv.hideStationsWithoutData
Default: \fBfalse\fP
.sp
@ -2869,6 +2882,14 @@ when a new event was received.
.UNINDENT
.INDENT 0.0
.TP
.B olv.originAgencyIDs
Type: \fIlist:string\fP
.sp
Define a list of agencyIDs which can be used as override
for the origin agencyID when committing with options.
.UNINDENT
.INDENT 0.0
.TP
.B olv.originComments
Type: \fIlist:string\fP
.sp
@ -2967,6 +2988,65 @@ Whether to preset the locator settings when an origin
is being loaded. It tries to figure the locator type
from Origin.methodID and the profile from Origin.earthModelID.
.UNINDENT
.sp
\fBNOTE:\fP
.INDENT 0.0
.INDENT 3.5
\fBolv.import.*\fP
\fISet default options for the \(dqImport picks\(dq dialog.\fP
.UNINDENT
.UNINDENT
.INDENT 0.0
.TP
.B olv.import.mode
Default: \fBlatest\fP
.sp
Type: \fIstring\fP
.sp
Values: \fBlatest,latest\-automatic,phases,all\fP
.sp
Defines the default mode of import picks. For more information
see the \(dqImport picks\(dq dialog.
.UNINDENT
.INDENT 0.0
.TP
.B olv.import.acceptedPhases
Type: \fIlist:string\fP
.sp
Defines a list of accepted or denied phases when importing picks.
This list will be used to populate the corresponding input
field in the \(dqImport picks\(dq dialog.
.sp
A phase which is prepended with a minus, e.g. \(dq\-P\(dq,
will be denied.
.UNINDENT
.INDENT 0.0
.TP
.B olv.import.options.allAgencies
Default: \fBfalse\fP
.sp
Type: \fIboolean\fP
.sp
Configures the default for \(dqImport picks from all agencies ...\(dq.
.UNINDENT
.INDENT 0.0
.TP
.B olv.import.options.allPhases
Default: \fBtrue\fP
.sp
Type: \fIboolean\fP
.sp
Configures the default for \(dqImport all phases ...\(dq.
.UNINDENT
.INDENT 0.0
.TP
.B olv.import.options.preferTargetPhases
Default: \fBtrue\fP
.sp
Type: \fIboolean\fP
.sp
Configures the default for \(dqPrefer phases of target ...\(dq.
.UNINDENT
.INDENT 0.0
.TP
.B olv.commit.forceEventAssociation
@ -3234,6 +3314,106 @@ Add a summary of the actions to the button\(aqs tooltip.
\fBNOTE:\fP
.INDENT 0.0
.INDENT 3.5
\fBolv.commandMenuAction.*\fP
\fIConfiguration of custom commands shown in a menu when pressing\fP
\fIthe Run button next to the custom script buttons. Actions\fP
\fIdefined here will appear in order of listing. A dash may be\fP
\fIuse to insert a separator.\fP
.UNINDENT
.UNINDENT
.sp
\fBNOTE:\fP
.INDENT 0.0
.INDENT 3.5
\fBolv.commandMenuAction.$name.*\fP
\fIDefinition of a command menu action.\fP
$name is a placeholder for the name to be used.
.UNINDENT
.UNINDENT
.INDENT 0.0
.TP
.B olv.commandMenuAction.$name.enable
Default: \fBtrue\fP
.sp
Type: \fIboolean\fP
.sp
Controls whether this action will be available.
.UNINDENT
.INDENT 0.0
.TP
.B olv.commandMenuAction.$name.command
Type: \fIfile\fP
.sp
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.
.UNINDENT
.INDENT 0.0
.TP
.B olv.commandMenuAction.$name.exporter
Type: \fIstring\fP
.sp
Values: \fBscml,json,csv,binary\fP
.sp
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 \(aqsccnv \-\-list\-formats\(aq for a
list of available options.
.sp
Note: Some of the exporters are implemented
as plugins which need to be loaded before they
can be used.
.UNINDENT
.INDENT 0.0
.TP
.B olv.commandMenuAction.$name.showProcess
Default: \fBfalse\fP
.sp
Type: \fIboolean\fP
.sp
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.
.UNINDENT
.INDENT 0.0
.TP
.B olv.commandMenuAction.$name.text
Type: \fIstring\fP
.sp
Name of the action. Use in the launch menu and in
the process manager.
.UNINDENT
.INDENT 0.0
.TP
.B olv.commandMenuAction.$name.icon
Type: \fIfile\fP
.sp
Path to an icon to show for this action.
.UNINDENT
.INDENT 0.0
.TP
.B olv.commandMenuAction.$name.keySequence
Type: \fIfile\fP
.sp
Keyboard shortcut to run this action without
the need to open the menu. E.g., \(aqCtrl+Alt+A\(aq
.UNINDENT
.INDENT 0.0
.TP
.B olv.commandMenuAction.$name.toolTip
Type: \fIfile\fP
.sp
Tool tip for this action.
.UNINDENT
.sp
\fBNOTE:\fP
.INDENT 0.0
.INDENT 3.5
\fBolv.magnitudeComments.*\fP
\fIThe container for all magnitude comment profiles.\fP
.UNINDENT
@ -3347,7 +3527,7 @@ Default: \fB10\fP
.sp
Type: \fIint\fP
.sp
Limit the data acquisituion to the given number of
Limit the data acquisition to the given number of
the nearest stations. Requires to activate
\(dqpicker.limitStationAcquisition\(dq.
.UNINDENT
@ -3474,6 +3654,28 @@ side of the trace window.
.UNINDENT
.INDENT 0.0
.TP
.B picker.rotation
Default: \fB123\fP
.sp
Type: \fIstring\fP
.sp
Values: \fB123,ZNE,ZRT,LQT,ZH(L2)\fP
.sp
The initially applied rotation component waveform rotation.
.UNINDENT
.INDENT 0.0
.TP
.B picker.unit
Default: \fBSensor\fP
.sp
Type: \fIstring\fP
.sp
Values: \fBSensor,Acceleration,Velocity,Displacement\fP
.sp
The unit the waveform data is converted to initially.
.UNINDENT
.INDENT 0.0
.TP
.B picker.repickerStart
Type: \fIdouble\fP
.sp
@ -3500,6 +3702,19 @@ List of filters available in the picker. Format:
.UNINDENT
.INDENT 0.0
.TP
.B picker.limitFilterToZoomTrace
Default: \fBfalse\fP
.sp
Type: \fIboolean\fP
.sp
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.
.UNINDENT
.INDENT 0.0
.TP
.B picker.velocityChannelCodes
Type: \fIlist:string\fP
.sp
@ -3563,6 +3778,20 @@ zoom trace (old behaviour). If disabled (default) then only
the component of the zoom trace will change but the overall
component will stay the same. It must be changed explicitely.
.UNINDENT
.INDENT 0.0
.TP
.B picker.showAmpLevel
Default: \fBfalse\fP
.sp
Type: \fIboolean\fP
.sp
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.
.UNINDENT
.sp
\fBNOTE:\fP
.INDENT 0.0
@ -3582,6 +3811,9 @@ Type: \fIlist:string\fP
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.
.sp
This is an obsolete and deprecated setting. Please use
profiles.
.UNINDENT
.INDENT 0.0
.TP
@ -3596,6 +3828,9 @@ The minimum distance in degrees from origin to load an
unassociated auxiliary channel. Loading a
channel / station explicitely (F3) will not respect
this setting.
.sp
This is an obsolete and deprecated setting. Please use
profiles.
.UNINDENT
.INDENT 0.0
.TP
@ -3610,6 +3845,76 @@ The maximum distance in degrees from origin to load an
unassociated auxiliary channel. Loading a
channel / station explicitely (F3) will not respect
this setting.
.sp
This is an obsolete and deprecated setting. Please use
profiles.
.UNINDENT
.INDENT 0.0
.TP
.B picker.auxiliary.profiles
Type: \fIlist:string\fP
.sp
A list of auxiliary channel profiles which are enabled.
.UNINDENT
.sp
\fBNOTE:\fP
.INDENT 0.0
.INDENT 3.5
\fBpicker.auxiliary.profiles.$name.*\fP
$name is a placeholder for the name to be used and needs to be added to \fI\%picker.auxiliary.profiles\fP to become active.
.INDENT 0.0
.INDENT 3.5
.sp
.nf
.ft C
picker.auxiliary.profiles = a,b
picker.auxiliary.profiles.a.value1 = ...
picker.auxiliary.profiles.b.value1 = ...
# c is not active because it has not been added
# to the list of picker.auxiliary.profiles
picker.auxiliary.profiles.c.value1 = ...
.ft P
.fi
.UNINDENT
.UNINDENT
.UNINDENT
.UNINDENT
.INDENT 0.0
.TP
.B picker.auxiliary.profiles.$name.channels
Type: \fIlist:string\fP
.sp
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.
.UNINDENT
.INDENT 0.0
.TP
.B picker.auxiliary.profiles.$name.minimumDistance
Default: \fB0\fP
.sp
Type: \fIdouble\fP
.sp
Unit: \fIdeg\fP
.sp
The minimum distance in degrees from origin to load an
unassociated auxiliary channel. Loading a
channel / station explicitely (F3) will not respect
this setting.
.UNINDENT
.INDENT 0.0
.TP
.B picker.auxiliary.profiles.$name.maximumDistance
Default: \fB1000\fP
.sp
Type: \fIdouble\fP
.sp
Unit: \fIdeg\fP
.sp
The maximum distance in degrees from origin to load an
unassociated auxiliary channel. Loading a
channel / station explicitely (F3) will not respect
this setting.
.UNINDENT
.sp
\fBNOTE:\fP
@ -3798,6 +4103,58 @@ amplitude time window.
.UNINDENT
.INDENT 0.0
.TP
.B amplitudePicker.defaultNoiseBegin
Default: \fB\-30\fP
.sp
Type: \fIdouble\fP
.sp
Unit: \fIs\fP
.sp
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.
.UNINDENT
.INDENT 0.0
.TP
.B amplitudePicker.defaultNoiseEnd
Default: \fB0\fP
.sp
Type: \fIdouble\fP
.sp
Unit: \fIs\fP
.sp
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.
.UNINDENT
.INDENT 0.0
.TP
.B amplitudePicker.defaultSignalBegin
Default: \fB0\fP
.sp
Type: \fIdouble\fP
.sp
Unit: \fIs\fP
.sp
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.
.UNINDENT
.INDENT 0.0
.TP
.B amplitudePicker.defaultSignalEnd
Default: \fB30\fP
.sp
Type: \fIdouble\fP
.sp
Unit: \fIs\fP
.sp
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.
.UNINDENT
.INDENT 0.0
.TP
.B amplitudePicker.filters
Type: \fIlist:string\fP
.sp
@ -4032,10 +4389,14 @@ This option can be given more than once.
.TP
.B \-\-content\-type arg
Overrides configuration parameter \fI\%connection.contentType\fP\&.
.sp
Default: \fBbinary\fP
.UNINDENT
.INDENT 0.0
.TP
.B \-\-start\-stop\-msg arg
Default: \fB0\fP
.sp
Set sending of a start and a stop message.
.UNINDENT
.SS Database
@ -4077,12 +4438,12 @@ List all supported record stream drivers.
.INDENT 0.0
.TP
.B \-I, \-\-record\-url arg
The recordstream source URL, format:
The RecordStream source URL. Format:
[\fI\%service://\fP]location[#type].
\(dqservice\(dq is the name of the recordstream driver
\(dqservice\(dq is the name of the RecordStream driver
which can be queried with \(dq\-\-record\-driver\-list\(dq.
If \(dqservice\(dq is not given, \(dq\fI\%file://\fP\(dq is
used.
used and simply the name of a miniSEED file can be given.
.UNINDENT
.INDENT 0.0
.TP
@ -4098,6 +4459,10 @@ Specify a type for the records being read.
.INDENT 0.0
.TP
.B \-\-city\-xml arg
Type: \fIfile\fP
.sp
Values: \fB*.xml\fP
.sp
The path to the cities XML file. This overrides the default
paths. Compare with the global parameter \(dqcitiesXML\(dq.
.UNINDENT