The problems.rectangular module

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

Undocumented.

distance_min

float, default: 0.0

cmt_problem

grond.problems.base.Problem, optional

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

point_source_target_balancing

bool, default: False

If True, target balancing (if used) is performed on a moment tensor point source at the events location. It increases the speed, but might lead to not fully optimized target weights.

get_problem(event, target_groups, targets)[source]

Instantiate the problem with a given event and targets.

Returns:

Problem object