The problems.singleforce module

class grond.problems.singleforce.problem.SFProblem(**kwargs)[source]

Undocumented.

distance_min

float, default: 0.0

stf_type

str (STFType), default: 'HalfSinusoidSTF'

class grond.problems.singleforce.problem.SFProblemConfig(**kwargs)[source]

Undocumented.

ranges

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

distance_min

float, default: 0.0

stf_type

str (STFType), default: 'HalfSinusoidSTF'

nthreads

int, default: 1

get_problem(event, target_groups, targets)[source]

Instantiate the problem with a given event and targets.

Returns:

Problem object