Learn R Programming

Rquake (version 2.4-4)

Rowz2Keep: Rows to Keep for inversion

Description

Selects which rows in the hypocenter determination to keep during non-linear itaerations based on robust rsidual elimination.

Usage

Rowz2Keep(Ldat, EQ, G1, RESMAX)

Arguments

Ldat

List of station arrivals

EQ

Earthquake location

G1

derivative and travel time estimates

RESMAX

2-vector for P and S-wave residual maxima

Value

Index of good rows

Details

This is a utility used internally.

Residuals greater than the respective maxima provided are eliminated in the svd inversion. If fewer than 4 remain, the smallest 4 rows are returned.

See Also

XYlocate