5.2.5.1.5. eqcorrscan.utils.correlate.get_array_xcorr

eqcorrscan.utils.correlate.get_array_xcorr(name_or_func=None)[source]

Get an normalized cross correlation function that takes arrays as inputs.

See eqcorrscan.utils.correlate.array_normxcorr() for expected function signature.

Parameters:

name_or_func (str or callable) – Either a name of a registered xcorr function or a callable that implements the standard array_normxcorr signature.

Returns:

callable wth array_normxcorr interface

see also eqcorrscan.utils.correlate.get_stream_xcorr()