global Generic locator plugin for SeisComP. Locator parameters: StdLoc. This locator requires the plugin "stdloc" to be loaded. Defines a list of profiles to make available to the plugin. The location method to use: LeastSquares, GridSearch, OctTree, GridSearch+LeastSquares or OctTree+LeastSquares. Travel time table format type. Also consider "tableModel"! The model to be used. The format depends on "tableType". If enabled the arrival travel time information are fetched using 'P' and 'S' tables only and the user selected specific phase type is not considered (e.g. Pg, Sg, PmP, SmS, P1, S1, etc). Use pick time uncertainties rather than a fixed time error of XXX s. If true, an arrival weight is associated according to the uncertainty of the pick and "pickUncertaintyClasses". Comma-separated list of time limits of uncertainty classes from which, along with pick time uncertainties, arrival weights are computed. The first value defines the lower limit of class 0. The interval into which a pick time uncertainty falls defines the index of the uncertainty class starting with 0. The corresponding arrival weight is computed as: weight = 1 / 2^(index). Example: A pick with a time uncertainty of 0.15 s is within the 4th interval ranging from 0.1 to 0.2 s. The class index is then 3. If pick uncertainty is absent, the highest class index applies. Confidence level, between 0.5 and 1.0, used in computing the hypocenter confidence ellipsoid. Compute the hypocenter confidence ellipsoid. Disable this optional parameter to save some computation time. Parameters controlling the GridSearch and OctTree methods. Grid center defined as: latitude,longitude,depth. The special value "auto" can be used and the corresponding latitude, longitude and/or depth will be automatically computed as the average of the arrival station locations. Grid size in km defined as: X,Y,Z direction extents around the "GridSearch.center", where X is the longitudinal extent, Y the latitudinal extent and Z the vertical extent. Number of grid points in X, Y, Z direction. The first and last points are on the grid boundary unless the number of points is 1 and the point will be in the grid center. Format: numX,numY,numZ. The type of misfit to use, from which the likelihood function is derived: L1 or L2 norm. L1 is less sensitive to outliers and so more suitable with automatic picks, L2 is the preferred choice for manual picks. Typical error in seconds for travel times to stations. The value affects the uncertainty of the location. In OctTree it also influences the probability density computation: too conservative values increase the number of iterations required by OctTree to converge to a high resolution solution. Parameters controlling the OctTree method. OctTree uses the parameters defined in GridSearch, but applies the OctTree search algorithm on the grid. The starting cells of the OctTree search are created by dividing the initial grid in equally sized cells. The grid points becomes the cell vertices. Resulting number of cells in each direction: "GridSearch.numPoints" - 1. Maximum number of iterations after which the search stops. Zero or negatives values disable the stopping. Minimum cell size to be generate by the OctTree search to stop. A zero or negative value disable this stopping mechanism. Parameters controlling the LeastSquares method. The initial depth estimate when no initial hypocenter is provided. Used only with 'LeastSquares'. Number of iterations. Each iteration will use the location and time from the previous Least Squares solution. Damping factor to be used when solving the system of equations. 0: no damping. Algorithm to use: either LSMR or LSQR.