[installation] Change to nightly
This commit is contained in:
@ -916,11 +916,14 @@ Module Configuration
|
||||
|
||||
.. confval:: map.format
|
||||
|
||||
Default: ``Rectangular``
|
||||
Default: ``rectangular``
|
||||
|
||||
Type: *string*
|
||||
|
||||
Projection of the map tiles configured in 'map.location'.
|
||||
Values: ``rectangular,mercator``
|
||||
|
||||
Projection of the map tiles configured in \"map.location\".
|
||||
|
||||
Note: Additional projections may be available by plugins.
|
||||
|
||||
|
||||
@ -971,6 +974,23 @@ Module Configuration
|
||||
layer is \"cities\".
|
||||
|
||||
|
||||
.. note::
|
||||
**map.mercator.\***
|
||||
*Parameters specifically related to maps loaded with*
|
||||
*mercator projection.*
|
||||
|
||||
|
||||
|
||||
.. confval:: map.mercator.discrete
|
||||
|
||||
Default: ``false``
|
||||
|
||||
Type: *boolean*
|
||||
|
||||
Only support discrete zoom levels. The parameter impacts
|
||||
the effect of \"map.zoom.sensitivity\".
|
||||
|
||||
|
||||
.. note::
|
||||
**map.layers.events.\***
|
||||
*Configuration options for the events layer that*
|
||||
@ -992,7 +1012,7 @@ Module Configuration
|
||||
.. note::
|
||||
**map.layers.fep.\***
|
||||
*Configuration for the fep layer showing the polygons*
|
||||
*of FEP (FLinn-Engdahl-Polygon) files on maps if they*
|
||||
*of FEP (Flinn-Engdahl-Polygon) files on maps if they*
|
||||
*exist in @DATADIR@/fep or @CONFIGDIR@/fep.*
|
||||
|
||||
|
||||
@ -1013,9 +1033,9 @@ Module Configuration
|
||||
Type: *int*
|
||||
|
||||
Maximum number of cities to be rendered. If
|
||||
cityPopulationWeight is less or equal than 0 then
|
||||
all cities are rendered ordered by population count,
|
||||
highest first.
|
||||
\"scheme.map.cityPopulationWeight\" is less
|
||||
or equal than 0 then all cities are rendered ordered
|
||||
by population count, highest first.
|
||||
To show the N most populated places in the visible
|
||||
map region, set
|
||||
\"scheme.map.cityPopulationWeight\" to 0
|
||||
@ -1033,16 +1053,17 @@ Module Configuration
|
||||
|
||||
.. note::
|
||||
**scheme.\***
|
||||
*This group defines various options for color, pen, brush, font, etc. for SeisComP*
|
||||
*graphical user interfaces. There are various conventions to*
|
||||
*define colors, fonts and gradients.*
|
||||
*This group defines various options controlling the look and feel*
|
||||
*of graphical modules. The options include symbols, units,*
|
||||
*precision, color, pen, brush, font, etc. There are various*
|
||||
*conventions to define colors, fonts and gradients.*
|
||||
**
|
||||
*Colors are defined in HTML*
|
||||
*convention, e.g. as rgb values, hexadecimal numbers or color*
|
||||
*keyword names defined by W3C. If rgb or rgba is used, it must*
|
||||
*be quoted because the comma is handled as list separator by*
|
||||
*the configuration.*
|
||||
*Examples: "rgb(255,0,0)", FF00FF40, green.*
|
||||
*Examples: "rgb(0,128,0)", 00800040, green.*
|
||||
**
|
||||
*Gradients are configured as lists of tuples where each tuple*
|
||||
*is colon separated in the form value:color. Value is either*
|
||||
@ -1073,10 +1094,22 @@ Module Configuration
|
||||
|
||||
Type: *string*
|
||||
|
||||
Set position if tab bar. An unset value lets the application
|
||||
decide where to place the tab bar. This option might not be
|
||||
supported by all applications. Valid positions are: off, north,
|
||||
south, east, west
|
||||
Values: ``off,north,south,east,west``
|
||||
|
||||
The position of tab bar of GUI applications like scolv.
|
||||
An unset value lets the application decide where to place
|
||||
the tab bar. This option might not be supported by all
|
||||
applications. Valid positions are: off, north, south,
|
||||
east, west.
|
||||
|
||||
|
||||
.. confval:: scheme.distanceHypocentral
|
||||
|
||||
Default: ``false``
|
||||
|
||||
Type: *boolean*
|
||||
|
||||
Show hypocentral instead of epicentral distances.
|
||||
|
||||
|
||||
.. confval:: scheme.map.stationSize
|
||||
@ -1087,7 +1120,7 @@ Module Configuration
|
||||
|
||||
Unit: *px*
|
||||
|
||||
The station symbol size \(e.g. in scmv\).
|
||||
The station symbol size, e.g., in scmv.
|
||||
|
||||
|
||||
.. confval:: scheme.map.originSymbolMinSize
|
||||
@ -1098,8 +1131,43 @@ Module Configuration
|
||||
|
||||
Unit: *px*
|
||||
|
||||
The origin symbol minimum size. The formula to compute the
|
||||
size of the origin symbol is: 4.9\*\(M\-1.2\).
|
||||
The minimum symbol size of origins. The size is scaled
|
||||
with magnitude according to
|
||||
\"scheme.mag.originSymbolScaleMag\".
|
||||
|
||||
|
||||
.. confval:: scheme.map.originSymbolMinMag
|
||||
|
||||
Default: ``1.2``
|
||||
|
||||
Type: *double*
|
||||
|
||||
The minimum magnitude to be represented by an origin
|
||||
symbol. The symbol size of origins with this or lower
|
||||
magnitude is configured by
|
||||
\"scheme.mag.originSymbolMinSize\". For origins
|
||||
with larger magnitudes the symbol sizes are scaled according
|
||||
to \"scheme.mag.originSymbolScaleMag\".
|
||||
|
||||
Starting from the minimum magnitude legends explaining
|
||||
magnitudes will show eight symbols in steps of one
|
||||
magnitude.
|
||||
|
||||
|
||||
.. confval:: scheme.map.originSymbolScaleMag
|
||||
|
||||
Default: ``4.9``
|
||||
|
||||
Type: *double*
|
||||
|
||||
Unit: *px/magnitude*
|
||||
|
||||
The factor for scaling the symbol size of origins with
|
||||
some magnitude as:
|
||||
\"scheme.mag.originSymbolScaleMag\" \* \(magnitude \- \"scheme.mag.originSymbolMinMag\"\).
|
||||
|
||||
The color of origins symbols is controlled by the parameters
|
||||
\"scheme.colors.originSymbol.\*\".
|
||||
|
||||
|
||||
.. confval:: scheme.map.vectorLayerAntiAlias
|
||||
@ -1179,8 +1247,14 @@ Module Configuration
|
||||
|
||||
Type: *string*
|
||||
|
||||
SeisComP ships with the rectangular projection built\-in.
|
||||
Values: ``Rectangular,Mercator``
|
||||
|
||||
The projection for showing maps. SeisComP ships with
|
||||
Rectangular and Mercator.
|
||||
Other projections may be provided through plugins.
|
||||
|
||||
The visible latitude range of maps shown with Mercator
|
||||
is limited to \-85 \- +85 deg.
|
||||
|
||||
|
||||
.. confval:: scheme.map.toBGR
|
||||
@ -1203,6 +1277,25 @@ Module Configuration
|
||||
Minimum screen distance to plot a polygon or polyline line segment.
|
||||
|
||||
|
||||
.. confval:: scheme.map.maxZoom
|
||||
|
||||
Default: ``24``
|
||||
|
||||
Type: *float*
|
||||
|
||||
Range: ``1:24``
|
||||
|
||||
Maximum allowed zoom level.
|
||||
|
||||
|
||||
.. note::
|
||||
**scheme.colors.\***
|
||||
*Colors can be configured as rgb, rgba. hexadecimal numbers or color keyword names*
|
||||
*defined by W3C. If a color is unset, SeisComP applications*
|
||||
*attempt to read it from your Desktop theme.*
|
||||
|
||||
|
||||
|
||||
.. confval:: scheme.colors.background
|
||||
|
||||
Type: *color*
|
||||
@ -1304,7 +1397,10 @@ Module Configuration
|
||||
|
||||
Type: *string*
|
||||
|
||||
The style of the pen. Supported values are: NoPen, SolidLine, DashLine, DotLine, DashDotLine, DashDotDotLine.
|
||||
Values: ``NoPen, SolidLine,DashLine,DotLine,DashDotLine,DashDotDotLine``
|
||||
|
||||
The style of the pen. Supported values are:
|
||||
NoPen, SolidLine, DashLine, DotLine, DashDotLine, DashDotDotLine.
|
||||
|
||||
|
||||
.. confval:: scheme.colors.map.directivity.width
|
||||
@ -1339,7 +1435,11 @@ Module Configuration
|
||||
|
||||
Type: *string*
|
||||
|
||||
The style of the pen. Supported values are: NoPen, SolidLine, DashLine, DotLine, DashDotLine, DashDotDotLine.
|
||||
Values: ``NoPen,SolidLine,DashLine,DotLine,DashDotLine,DashDotDotLine``
|
||||
|
||||
The style of the pen. Supported values are:
|
||||
NoPen, SolidLine, DashLine, DotLine, DashDotLine,
|
||||
DashDotDotLine.
|
||||
|
||||
|
||||
.. confval:: scheme.colors.map.grid.width
|
||||
@ -1393,6 +1493,8 @@ Module Configuration
|
||||
|
||||
Type: *string*
|
||||
|
||||
Values: ``NoPen,SolidLine,DashLine,DotLine,DashDotLine,DashDotDotLine``
|
||||
|
||||
The style of the pen. Supported values are:
|
||||
NoPen, SolidLine, DashLine, DotLine, DashDotLine, DashDotDotLine.
|
||||
|
||||
@ -1429,6 +1531,8 @@ Module Configuration
|
||||
|
||||
Type: *string*
|
||||
|
||||
Values: ``NoPen,SolidLine,DashLine,DotLine,DashDotLine,DashDotDotLine``
|
||||
|
||||
The style of the pen. Supported values are:
|
||||
NoPen, SolidLine, DashLine, DotLine, DashDotLine, DashDotDotLine.
|
||||
|
||||
@ -1465,6 +1569,8 @@ Module Configuration
|
||||
|
||||
Type: *string*
|
||||
|
||||
Values: ``solid,dense1,dense2,dense3,dense4,dense5,dense6,dense7,nobrush,horizontal,vertical,cross,bdiag,fdiag,diagcross``
|
||||
|
||||
The style of the brush. Supported values are, e.g.:
|
||||
solid, dense1, dense7, horizontal, vertical,
|
||||
cross, bdiag, fdiag, diagcross.
|
||||
@ -1491,6 +1597,8 @@ Module Configuration
|
||||
|
||||
Type: *string*
|
||||
|
||||
Values: ``NoPen,SolidLine,DashLine,DotLine,DashDotLine,DashDotDotLine``
|
||||
|
||||
The style of the pen. Supported values are:
|
||||
NoPen, SolidLine, DashLine, DotLine, DashDotLine, DashDotDotLine.
|
||||
|
||||
@ -1527,6 +1635,8 @@ Module Configuration
|
||||
|
||||
Type: *string*
|
||||
|
||||
Values: ``NoPen,SolidLine,DashLine,DotLine,DashDotLine,DashDotDotLine``
|
||||
|
||||
The style of the pen. Supported values are:
|
||||
NoPen, SolidLine, DashLine, DotLine, DashDotLine, DashDotDotLine.
|
||||
|
||||
@ -1563,6 +1673,8 @@ Module Configuration
|
||||
|
||||
Type: *string*
|
||||
|
||||
Values: ``solid,dense1,dense2,dense3,dense4,dense5,dense6,dense7,nobrush,horizontal,vertical,cross,bdiag,fdiag,diagcross``
|
||||
|
||||
The style of the brush. Supported values are, e.g.:
|
||||
solid, dense1, dense7, horizontal, vertical,
|
||||
cross, bdiag, fdiag, diagcross.
|
||||
@ -1583,7 +1695,7 @@ Module Configuration
|
||||
|
||||
Type: *color*
|
||||
|
||||
A general trace color of the alternate trace \(eg scheli\).
|
||||
A general trace color of the alternate trace, e.g., scheli.
|
||||
|
||||
|
||||
.. confval:: scheme.colors.records.background
|
||||
@ -1665,6 +1777,8 @@ Module Configuration
|
||||
|
||||
Type: *string*
|
||||
|
||||
Values: ``NoPen,SolidLine,DashLine,DotLine,DashDotLine,DashDotDotLine``
|
||||
|
||||
The style of the pen. Supported values are:
|
||||
NoPen, SolidLine, DashLine, DotLine, DashDotLine, DashDotDotLine.
|
||||
|
||||
@ -1680,7 +1794,7 @@ Module Configuration
|
||||
|
||||
.. note::
|
||||
**scheme.colors.records.borders.standard.brush.\***
|
||||
*Defines the brush of the enlcosed area.*
|
||||
*Defines the brush of the enclosed area.*
|
||||
|
||||
|
||||
|
||||
@ -1695,6 +1809,8 @@ Module Configuration
|
||||
|
||||
Type: *string*
|
||||
|
||||
Values: ``solid,dense1,dense2,dense3,dense4,dense5,dense6,dense7,nobrush,horizontal,vertical,cross,bdiag,fdiag,diagcross``
|
||||
|
||||
The style of the brush. Supported values are, e.g.:
|
||||
solid, dense1, dense7, horizontal, vertical,
|
||||
cross, bdiag, fdiag, diagcross.
|
||||
@ -1723,6 +1839,8 @@ Module Configuration
|
||||
|
||||
Type: *string*
|
||||
|
||||
Values: ``NoPen,SolidLine,DashLine,DotLine,DashDotLine,DashDotDotLine``
|
||||
|
||||
The style of the pen. Supported values are:
|
||||
NoPen, SolidLine, DashLine, DotLine, DashDotLine, DashDotDotLine.
|
||||
|
||||
@ -1753,6 +1871,8 @@ Module Configuration
|
||||
|
||||
Type: *string*
|
||||
|
||||
Values: ``solid,dense1,dense2,dense3,dense4,dense5,dense6,dense7,nobrush,horizontal,vertical,cross,bdiag,fdiag,diagcross``
|
||||
|
||||
The style of the pen. Supported values are, e.g.:
|
||||
solid, dense1, dense7, horizontal, vertical,
|
||||
cross, bdiag, fdiag, diagcross.
|
||||
@ -1781,6 +1901,8 @@ Module Configuration
|
||||
|
||||
Type: *string*
|
||||
|
||||
Values: ``NoPen,SolidLine,DashLine,DotLine,DashDotLine,DashDotDotLine``
|
||||
|
||||
The style of the pen. Supported values are:
|
||||
NoPen, SolidLine, DashLine, DotLine, DashDotLine, DashDotDotLine.
|
||||
|
||||
@ -1811,6 +1933,8 @@ Module Configuration
|
||||
|
||||
Type: *string*
|
||||
|
||||
Values: ``solid,dense1,dense2,dense3,dense4,dense5,dense6,dense7,nobrush,horizontal,vertical,cross,bdiag,fdiag,diagcross``
|
||||
|
||||
The style of the pen. Supported values are, e.g.:
|
||||
solid, dense1, dense7, horizontal, vertical,
|
||||
cross, bdiag, fdiag, diagcross.
|
||||
@ -1837,6 +1961,8 @@ Module Configuration
|
||||
|
||||
Type: *string*
|
||||
|
||||
Values: ``NoPen,SolidLine,DashLine,DotLine,DashDotLine,DashDotDotLine``
|
||||
|
||||
The style of the pen. Supported values are: NoPen, SolidLine, DashLine, DotLine, DashDotLine, DashDotDotLine.
|
||||
|
||||
|
||||
@ -1872,6 +1998,8 @@ Module Configuration
|
||||
|
||||
Type: *string*
|
||||
|
||||
Values: ``NoPen,SolidLine,DashLine,DotLine,DashDotLine,DashDotDotLine``
|
||||
|
||||
The style of the pen. Supported values are: NoPen, SolidLine, DashLine, DotLine, DashDotLine, DashDotDotLine.
|
||||
|
||||
|
||||
@ -1907,6 +2035,8 @@ Module Configuration
|
||||
|
||||
Type: *string*
|
||||
|
||||
Values: ``NoPen,SolidLine,DashLine,DotLine,DashDotLine,DashDotDotLine``
|
||||
|
||||
The style of the pen. Supported values are: NoPen, SolidLine, DashLine, DotLine, DashDotLine, DashDotDotLine.
|
||||
|
||||
|
||||
@ -2052,7 +2182,7 @@ Module Configuration
|
||||
The gradient of arrivals residuals. A gradient is defined as
|
||||
a list of tuples separated by colon where the first item is
|
||||
the value and the second is the color. Colors can be given in
|
||||
rgb notation or hexadecimal. When rgb is used double quotes are needed to
|
||||
rgb notation or hexadecimal. When rgb is used, double quotes are needed to
|
||||
protect the comma inside the rgb definition, e.g.
|
||||
\-8:\"rgb\(0,0,100\)\", \-4:\"rgb\(0,0,255\)\", \-3:\"rgb\(100,100,255\)\", ...
|
||||
|
||||
@ -2106,7 +2236,7 @@ Module Configuration
|
||||
|
||||
Type: *color*
|
||||
|
||||
The color of associated stations \(e.g. in scmv\).
|
||||
The color of associated stations, e.g., in scmv.
|
||||
|
||||
|
||||
.. confval:: scheme.colors.stations.triggering
|
||||
@ -2328,7 +2458,7 @@ Module Configuration
|
||||
|
||||
Type: *color*
|
||||
|
||||
The color of the selected zoom area \(e.g. manual picker\).
|
||||
The color of the selected zoom area, e.g., in scolv picker.
|
||||
|
||||
|
||||
.. confval:: scheme.colors.legend.background
|
||||
@ -2359,6 +2489,14 @@ Module Configuration
|
||||
The map legend header color.
|
||||
|
||||
|
||||
.. note::
|
||||
**scheme.colors.originSymbol.\***
|
||||
*Parameters controlling the color of origin symbols. The*
|
||||
*size is controlled by the parameters*
|
||||
*"scheme.mag.originSymbol*".*
|
||||
|
||||
|
||||
|
||||
.. confval:: scheme.colors.originSymbol.classic
|
||||
|
||||
Default: ``false``
|
||||
@ -2388,7 +2526,7 @@ Module Configuration
|
||||
|
||||
.. note::
|
||||
**scheme.colors.originStatus.\***
|
||||
*The origin status colors (e.g. in event list).*
|
||||
*The origin status colors, e.g., in event lists.*
|
||||
|
||||
|
||||
|
||||
@ -2434,7 +2572,7 @@ Module Configuration
|
||||
|
||||
Unit: *px*
|
||||
|
||||
The line width of the marker \(e.g. picks of manual picker\).
|
||||
The line width of the marker, e.g., picks of scolv picker\).
|
||||
|
||||
|
||||
.. confval:: scheme.records.lineWidth
|
||||
@ -2445,7 +2583,7 @@ Module Configuration
|
||||
|
||||
Unit: *px*
|
||||
|
||||
The line width of the records \/ traces.
|
||||
The line width of the records\/traces.
|
||||
|
||||
|
||||
.. confval:: scheme.records.antiAliasing
|
||||
@ -2454,7 +2592,7 @@ Module Configuration
|
||||
|
||||
Type: *boolean*
|
||||
|
||||
Configures antialiasing of records \/ traces. Antialiasing
|
||||
Configures antialiasing of records\/traces. Antialiasing
|
||||
needs more two times to storage space as non antialiasing
|
||||
but it improves visual quality.
|
||||
|
||||
@ -2465,9 +2603,30 @@ Module Configuration
|
||||
|
||||
Type: *boolean*
|
||||
|
||||
Configures optimization of trace polylines. If activated
|
||||
then lines on the same pixel line or same pixel row
|
||||
collapse into single lines.
|
||||
Configures optimization of trace polylines. If activated,
|
||||
lines on the same pixel line or same pixel row collapse
|
||||
into single lines.
|
||||
|
||||
|
||||
.. confval:: scheme.records.showEngineeringValues
|
||||
|
||||
Default: ``true``
|
||||
|
||||
Type: *boolean*
|
||||
|
||||
Shows numerical values in the vertical axis and the min\/mean
|
||||
values between 0 and 1000 with a unit prefix such as
|
||||
m \(milli\) or M \(mega\).
|
||||
|
||||
Supported prefixes are:
|
||||
Q \(queta \= 10\*\*30\), R \(ronna \= 10\*\*27\), Y \(yotta \= 10\*\*24\),
|
||||
Z \(zetta \= 10\*\*21\), E \(exa \= 10\*\*18\), P \(peta \= 10\*\*15\),
|
||||
T \(tera \= 10\*\*12\), G \(giga \= 10\*\*9\), M \(mega \= 10\*\*6\),
|
||||
k \(kilo \= 10\*\*3\),
|
||||
m \(milli \= 10\*\*\-3\), µ \(micro \= 10\*\*\-6\), n \(nano \= 10\*\*\-9\),
|
||||
p \(pico \= 10\*\*\-12\), f \(femto \= 10\*\*\-15\), a \(atto \= 10\*\*\-18\),
|
||||
z \(zepto \= 10\*\*\-21\), y \(yocto \= 10\*\*\-24\), r \(ronto \= 10\*\*\-27\),
|
||||
q \(quekto \= 10\*\*\-30\).
|
||||
|
||||
|
||||
.. confval:: scheme.records.borders.drawMode
|
||||
@ -2476,6 +2635,8 @@ Module Configuration
|
||||
|
||||
Type: *string*
|
||||
|
||||
Values: ``topline,box,bottomline``
|
||||
|
||||
Mode for drawing record borders as box or line on top or
|
||||
bottom.
|
||||
|
||||
@ -2493,14 +2654,15 @@ Module Configuration
|
||||
|
||||
Type: *string*
|
||||
|
||||
Sets the family name of the font. The name is case insensitive and may include a foundry name.
|
||||
Sets the family name of the font. The name is case
|
||||
insensitive and may include a foundry name.
|
||||
|
||||
|
||||
.. confval:: scheme.fonts.base.size
|
||||
|
||||
Type: *int*
|
||||
|
||||
Defines the point size of the font
|
||||
Defines the point size of the font.
|
||||
|
||||
|
||||
.. confval:: scheme.fonts.base.bold
|
||||
@ -2537,7 +2699,8 @@ Module Configuration
|
||||
|
||||
.. note::
|
||||
**scheme.fonts.small.\***
|
||||
*The smallest available font. If undefined the point size is 2 points smaller than the base font.*
|
||||
*The smallest available font. If undefined, the point*
|
||||
*size is 2 points smaller than the base font.*
|
||||
|
||||
|
||||
|
||||
@ -2545,7 +2708,8 @@ Module Configuration
|
||||
|
||||
Type: *string*
|
||||
|
||||
Sets the family name of the font. The name is case insensitive and may include a foundry name.
|
||||
Sets the family name of the font. The name is case
|
||||
insensitive and may include a foundry name.
|
||||
|
||||
|
||||
.. confval:: scheme.fonts.small.size
|
||||
@ -2589,7 +2753,8 @@ Module Configuration
|
||||
|
||||
.. note::
|
||||
**scheme.fonts.normal.\***
|
||||
*The default text font. If undefined the point size is 2 points larger than the base font.*
|
||||
*The default text font. If undefined, the point size is 2*
|
||||
*points larger than the base font.*
|
||||
|
||||
|
||||
|
||||
@ -2597,14 +2762,15 @@ Module Configuration
|
||||
|
||||
Type: *string*
|
||||
|
||||
Sets the family name of the font. The name is case insensitive and may include a foundry name.
|
||||
Sets the family name of the font. The name is case
|
||||
insensitive and may include a foundry name.
|
||||
|
||||
|
||||
.. confval:: scheme.fonts.normal.size
|
||||
|
||||
Type: *int*
|
||||
|
||||
Defines the point size of the font
|
||||
Defines the point size of the font.
|
||||
|
||||
|
||||
.. confval:: scheme.fonts.normal.bold
|
||||
@ -2641,7 +2807,8 @@ Module Configuration
|
||||
|
||||
.. note::
|
||||
**scheme.fonts.large.\***
|
||||
*The largest text font. If undefined the point size is 6 points larger than the base font.*
|
||||
*The largest text font. If undefined, the point size is 6*
|
||||
*points larger than the base font.*
|
||||
|
||||
|
||||
|
||||
@ -2649,7 +2816,8 @@ Module Configuration
|
||||
|
||||
Type: *string*
|
||||
|
||||
Sets the family name of the font. The name is case insensitive and may include a foundry name.
|
||||
Sets the family name of the font. The name is case
|
||||
insensitive and may include a foundry name.
|
||||
|
||||
|
||||
.. confval:: scheme.fonts.large.size
|
||||
@ -2693,7 +2861,8 @@ Module Configuration
|
||||
|
||||
.. note::
|
||||
**scheme.fonts.highlight.\***
|
||||
*Font used to highlight text. If undefined it equals the normal font except for a bold font face.*
|
||||
*Font used to highlight text. If undefined, it equals the*
|
||||
*normal font except for a bold font face.*
|
||||
|
||||
|
||||
|
||||
@ -2701,7 +2870,8 @@ Module Configuration
|
||||
|
||||
Type: *string*
|
||||
|
||||
Sets the family name of the font. The name is case insensitive and may include a foundry name.
|
||||
Sets the family name of the font. The name is case
|
||||
insensitive and may include a foundry name.
|
||||
|
||||
|
||||
.. confval:: scheme.fonts.highlight.size
|
||||
@ -2745,7 +2915,8 @@ Module Configuration
|
||||
|
||||
.. note::
|
||||
**scheme.fonts.heading1.\***
|
||||
*The largest heading font. If undefined it uses a bold font face and a font size twice as large as the normal font.*
|
||||
*The largest heading font. If undefined, it uses a bold*
|
||||
*font face and a font size twice as large as the normal font.*
|
||||
|
||||
|
||||
|
||||
@ -2753,14 +2924,15 @@ Module Configuration
|
||||
|
||||
Type: *string*
|
||||
|
||||
Sets the family name of the font. The name is case insensitive and may include a foundry name.
|
||||
Sets the family name of the font. The name is case
|
||||
insensitive and may include a foundry name.
|
||||
|
||||
|
||||
.. confval:: scheme.fonts.heading1.size
|
||||
|
||||
Type: *int*
|
||||
|
||||
Defines the point size of the font
|
||||
Defines the point size of the font.
|
||||
|
||||
|
||||
.. confval:: scheme.fonts.heading1.bold
|
||||
@ -2797,7 +2969,8 @@ Module Configuration
|
||||
|
||||
.. note::
|
||||
**scheme.fonts.heading2.\***
|
||||
*The second largest heading font. If undefined it uses a bold font face and a font size twice as large as the base font.*
|
||||
*The second largest heading font. If undefined, it uses a*
|
||||
*bold font face and a font size twice as large as the base font.*
|
||||
|
||||
|
||||
|
||||
@ -2805,14 +2978,15 @@ Module Configuration
|
||||
|
||||
Type: *string*
|
||||
|
||||
Sets the family name of the font. The name is case insensitive and may include a foundry name.
|
||||
Sets the family name of the font. The name is case
|
||||
insensitive and may include a foundry name.
|
||||
|
||||
|
||||
.. confval:: scheme.fonts.heading2.size
|
||||
|
||||
Type: *int*
|
||||
|
||||
Defines the point size of the font
|
||||
Defines the point size of the font.
|
||||
|
||||
|
||||
.. confval:: scheme.fonts.heading2.bold
|
||||
@ -2849,7 +3023,8 @@ Module Configuration
|
||||
|
||||
.. note::
|
||||
**scheme.fonts.heading3.\***
|
||||
*The smallest heading font. If undefined it uses a bold font face and a font size 4 points larger than the base font.*
|
||||
*The smallest heading font. If undefined, it uses a bold*
|
||||
*font face and a font size 4 points larger than the base font.*
|
||||
|
||||
|
||||
|
||||
@ -2857,7 +3032,8 @@ Module Configuration
|
||||
|
||||
Type: *string*
|
||||
|
||||
Sets the family name of the font. The name is case insensitive and may include a foundry name.
|
||||
Sets the family name of the font. The name is case
|
||||
insensitive and may include a foundry name.
|
||||
|
||||
|
||||
.. confval:: scheme.fonts.heading3.size
|
||||
@ -2901,7 +3077,8 @@ Module Configuration
|
||||
|
||||
.. note::
|
||||
**scheme.fonts.cityLabels.\***
|
||||
*Font used for city labels. If undefined it equals the base font.*
|
||||
*Font used for city labels. If undefined, it equals the*
|
||||
*base font.*
|
||||
|
||||
|
||||
|
||||
@ -2909,14 +3086,15 @@ Module Configuration
|
||||
|
||||
Type: *string*
|
||||
|
||||
Sets the family name of the font. The name is case insensitive and may include a foundry name.
|
||||
Sets the family name of the font. The name is case
|
||||
insensitive and may include a foundry name.
|
||||
|
||||
|
||||
.. confval:: scheme.fonts.cityLabels.size
|
||||
|
||||
Type: *int*
|
||||
|
||||
Defines the point size of the font
|
||||
Defines the point size of the font.
|
||||
|
||||
|
||||
.. confval:: scheme.fonts.cityLabels.bold
|
||||
@ -2953,7 +3131,9 @@ Module Configuration
|
||||
|
||||
.. note::
|
||||
**scheme.fonts.splashVersion.\***
|
||||
*Font used for version string in the splash dialog shown at application startup. If undefined it equals the base font with a bold font face and a font size of 12.*
|
||||
*Font used for version string in the splash dialog shown*
|
||||
*at application startup. If undefined, it equals the base*
|
||||
*font with a bold font face and a font size of 12.*
|
||||
|
||||
|
||||
|
||||
@ -2961,14 +3141,15 @@ Module Configuration
|
||||
|
||||
Type: *string*
|
||||
|
||||
Sets the family name of the font. The name is case insensitive and may include a foundry name.
|
||||
Sets the family name of the font. The name is case
|
||||
insensitive and may include a foundry name.
|
||||
|
||||
|
||||
.. confval:: scheme.fonts.splashVersion.size
|
||||
|
||||
Type: *int*
|
||||
|
||||
Defines the point size of the font
|
||||
Defines the point size of the font.
|
||||
|
||||
|
||||
.. confval:: scheme.fonts.splashVersion.bold
|
||||
@ -3005,7 +3186,9 @@ Module Configuration
|
||||
|
||||
.. note::
|
||||
**scheme.fonts.splashMessage.\***
|
||||
*Font used for the message text in the splash dialog shown at application startup. If undefined it equals the base font with a font size of 12.*
|
||||
*Font used for the message text in the splash dialog*
|
||||
*shown at application startup. If undefined, it equals*
|
||||
*the base font with a font size of 12.*
|
||||
|
||||
|
||||
|
||||
@ -3013,7 +3196,8 @@ Module Configuration
|
||||
|
||||
Type: *string*
|
||||
|
||||
Sets the family name of the font. The name is case insensitive and may include a foundry name.
|
||||
Sets the family name of the font. The name is case
|
||||
insensitive and may include a foundry name.
|
||||
|
||||
|
||||
.. confval:: scheme.fonts.splashMessage.size
|
||||
@ -3055,6 +3239,13 @@ Module Configuration
|
||||
|
||||
*No description available*
|
||||
|
||||
.. note::
|
||||
**scheme.precision.\***
|
||||
*Display values with the precisions configured as the number*
|
||||
*of decimal places.*
|
||||
|
||||
|
||||
|
||||
.. confval:: scheme.precision.depth
|
||||
|
||||
Default: ``0``
|
||||
@ -3080,7 +3271,7 @@ Module Configuration
|
||||
|
||||
Type: *int*
|
||||
|
||||
The precision of lat\/lon values.
|
||||
The precision of latitude\/longintude values.
|
||||
|
||||
|
||||
.. confval:: scheme.precision.magnitude
|
||||
@ -3098,7 +3289,8 @@ Module Configuration
|
||||
|
||||
Type: *int*
|
||||
|
||||
The precision of origin times.
|
||||
The precision of origin times and creation times of
|
||||
origins and focal mechanisms.
|
||||
|
||||
|
||||
.. confval:: scheme.precision.pickTime
|
||||
@ -3116,7 +3308,8 @@ Module Configuration
|
||||
|
||||
Type: *int*
|
||||
|
||||
Precision of displayed offset\/amp in all trace widgets.
|
||||
Precision of displayed offset\/amplitude in all trace
|
||||
widgets.
|
||||
|
||||
|
||||
.. confval:: scheme.precision.rms
|
||||
@ -3134,7 +3327,8 @@ Module Configuration
|
||||
|
||||
Type: *int*
|
||||
|
||||
Precision of uncertainty values, e.g. latitude errors.
|
||||
Precision of uncertainty values, e.g., for latitude and
|
||||
longitude.
|
||||
|
||||
|
||||
.. confval:: scheme.unit.distanceInKM
|
||||
@ -3152,7 +3346,9 @@ Module Configuration
|
||||
|
||||
Type: *boolean*
|
||||
|
||||
Display times in localtime or UTC \(default\).
|
||||
Display times in localtime. If disabled all times are
|
||||
shown in UTC which is also the time zone of all values
|
||||
stored in the database.
|
||||
|
||||
|
||||
.. note::
|
||||
@ -3249,7 +3445,8 @@ Module Configuration
|
||||
|
||||
.. note::
|
||||
**events.timeAgo.\***
|
||||
*Defines maximum age of events to load. The value of all parameters are aggregated.*
|
||||
*Defines maximum age of events to load. The value of all*
|
||||
*parameters are aggregated.*
|
||||
|
||||
|
||||
|
||||
@ -3344,12 +3541,11 @@ Module Configuration
|
||||
|
||||
Type: *list:string*
|
||||
|
||||
Values: ``TimeAgo,Certainty,Type,M,MType,RMS,AzGap,Phases,Lat,Lon,Depth,DType,Stat,FM,Origins,Agency,Author,Region,ID``
|
||||
|
||||
Configure the columns of the event list that are visible
|
||||
initially. The first column containing the origin time is
|
||||
always visible and cannot be hidden. Possible values are:
|
||||
|
||||
Certainty, Type, M, MType, RMS, AzGap, Phases, Lat, Lon, Depth, DType,
|
||||
Stat, FM, Origins, Agency, Author, Region, ID.
|
||||
always visible and cannot be hidden.
|
||||
|
||||
Custom columns can be added by eventlist.customColumn.\* or
|
||||
eventlist.scripts.\* parameters.
|
||||
@ -3419,6 +3615,15 @@ Module Configuration
|
||||
|
||||
|
||||
|
||||
.. confval:: eventlist.scripts.export
|
||||
|
||||
Type: *file*
|
||||
|
||||
Defines the export script to be called with the selected
|
||||
event IDs in stdin when the corresponding action is triggered
|
||||
from the context menu of the list of events.
|
||||
|
||||
|
||||
.. confval:: eventlist.scripts.columns
|
||||
|
||||
Type: *list:string*
|
||||
@ -3452,7 +3657,7 @@ Module Configuration
|
||||
|
||||
.. confval:: eventlist.scripts.column.$name.script
|
||||
|
||||
Type: *path*
|
||||
Type: *file*
|
||||
|
||||
External script to invoke for each event list entry. The object represented by the
|
||||
list entry is serialized to XML and passed to the script on stdin. If the return
|
||||
@ -3700,6 +3905,20 @@ Module Configuration
|
||||
Maximum depth
|
||||
|
||||
|
||||
.. confval:: eventlist.filter.database.minphasecount
|
||||
|
||||
Type: *int*
|
||||
|
||||
Minimum number of phases
|
||||
|
||||
|
||||
.. confval:: eventlist.filter.database.maxphasecount
|
||||
|
||||
Type: *int*
|
||||
|
||||
Maximum number of phases
|
||||
|
||||
|
||||
.. confval:: eventlist.filter.database.minmag
|
||||
|
||||
Type: *double*
|
||||
@ -3714,6 +3933,48 @@ Module Configuration
|
||||
Maximum magnitude
|
||||
|
||||
|
||||
.. note::
|
||||
**eventlist.timeAgo.\***
|
||||
*Parameters controlling the appearance of the TimeAgo column.*
|
||||
|
||||
|
||||
|
||||
.. confval:: eventlist.timeAgo.interval
|
||||
|
||||
Default: ``1.0``
|
||||
|
||||
Type: *double*
|
||||
|
||||
Unit: *s*
|
||||
|
||||
Update interval in seconds.
|
||||
|
||||
|
||||
.. confval:: eventlist.timeAgo.background.gradient
|
||||
|
||||
Type: *gradient*
|
||||
|
||||
Unit: *s:color*
|
||||
|
||||
Mapping of time values in seconds to colors used as
|
||||
cell backgroud color. E.g., a mapping from green
|
||||
over yellow \(5min\), red \(10min\) to
|
||||
transparent \(30min\) can be expressed as
|
||||
\"0:40FF40FF,300:FFFF40FF,600:FF4040FF,1800:FF4040FF,1801:00000000\".
|
||||
|
||||
|
||||
.. confval:: eventlist.timeAgo.background.discrete
|
||||
|
||||
Default: ``true``
|
||||
|
||||
Type: *boolean*
|
||||
|
||||
If time ago value falls between two color positions,
|
||||
the resulting color will be interpolated linearly
|
||||
between both colors by default. When the discrete
|
||||
flag is set, the interpolation will be disabled.
|
||||
|
||||
|
||||
.. note::
|
||||
**eventedit.\***
|
||||
*Control the Event tab, e.g. in scolv, showing origins and*
|
||||
@ -3732,10 +3993,12 @@ Module Configuration
|
||||
|
||||
.. confval:: eventedit.origin.visibleColumns
|
||||
|
||||
Default: ``Phases, Lat, Lon, Depth, DType, RMS, AzGap, Stat, Method, Agency, Author, Region, ID``
|
||||
Default: ``Phases,Lat,Lon,Depth,DType,RMS,AzGap,Stat,Method,Agency,Author,Region,ID``
|
||||
|
||||
Type: *list:string*
|
||||
|
||||
Values: ``Phases,Lat,Lon,Depth,DType,RMS,AzGap,Stat,Method,Agency,Author,Region,ID``
|
||||
|
||||
Configure the columns of the event edit origin table
|
||||
that are visible initially. Origin creation time and
|
||||
origin time are always visible.
|
||||
@ -3771,32 +4034,38 @@ Module Configuration
|
||||
|
||||
Type: *int*
|
||||
|
||||
Position of the column. If the configured position is less than 0 or if it
|
||||
exceeds the total number of columns then the column is appended to the right.
|
||||
Position of the column. If the configured position
|
||||
is less than 0 or if it exceeds the total number of
|
||||
columns, then the column is appended to the right.
|
||||
|
||||
|
||||
.. confval:: eventedit.origin.customColumn.default
|
||||
|
||||
Type: *string*
|
||||
|
||||
Default value to display if the specified origin or event comment id was not found.
|
||||
Default value to display if the specified origin or
|
||||
event comment id was not found.
|
||||
|
||||
|
||||
.. confval:: eventedit.origin.customColumn.colors
|
||||
|
||||
Type: *list:string*
|
||||
|
||||
Mapping of comment values to colors used as text color. E.g. \"foo:#000,bar:red\".
|
||||
Mapping of comment values to colors used as text
|
||||
color. E.g. \"foo:#000,bar:red\".
|
||||
|
||||
|
||||
.. confval:: eventedit.fm.visibleColumns
|
||||
|
||||
Default: ``Depth, M, Count, Misfit, STDR, AzGap, Stat, DC, CLVD, ISO, S1, D1, R1, S2, D2, R2, Agency, Author``
|
||||
Default: ``Depth,M,Count,Misfit,STDR,AzGap,Stat,DC,CLVD,ISO,S1,D1,R1,S2,D2,R2,Agency,Author``
|
||||
|
||||
Type: *list:string*
|
||||
|
||||
Values: ``Depth,M,Count,Misfit,STDR,AzGap,Stat,DC,CLVD,ISO,S1,D1,R1,S2,D2,R2,Agency,Author``
|
||||
|
||||
Configure the columns of the event edit focal mechanism
|
||||
tab that are visible initially.
|
||||
|
||||
Possible values are: Depth, M, Count, Misfit, STDR,
|
||||
AzGap, Stat, DC, CLVD, ISO, S1,
|
||||
D1, R1, S2, D2, R2, Agency, Author
|
||||
@ -3839,6 +4108,7 @@ Module Configuration
|
||||
|
||||
Unit: *pt*
|
||||
|
||||
The text size of the time ago label in case of an active alert.
|
||||
The text size of the time ago label in case of an active
|
||||
alert.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user