The problems.rectangular module

class grond.problems.rectangular.problem.RectangularProblem(**kwargs)[source]

Undocumented.

distance_min

float, default: 0.0

class grond.problems.rectangular.problem.RectangularProblemConfig(**kwargs)[source]

Undocumented.

ranges

dict of pyrocko.gf.seismosizer.Range objects, default: {}

decimation_factor

int, default: 1

distance_min

float, default: 0.0

nthreads

int, default: 4

get_problem(event, target_groups, targets)[source]

Instantiate the problem with a given event and targets.

Returns:

Problem object