make_coi (pyleoclim.utils.wavelet.get_wwz_func)

pyleoclim.utils.wavelet.get_wwz_func(nproc, method)[source]

Return the wwz function to use.

Parameters
  • nproc (int) – the number of processes for multiprocessing

  • method (string) – ‘Foster’ - the original WWZ method; ‘Kirchner’ - the method Kirchner adapted from Foster; ‘Kirchner_f2py’ - the method Kirchner adapted from Foster with f2py ‘Kirchner_numba’ - Kirchner’s algorithm with Numba support for acceleration (default)

Returns

wwz_func – the wwz function to use

Return type

function