The problems.cmt module¶
- class grond.problems.cmt.problem.CMTProblem(**kwargs)[source]¶
Undocumented.
- ♦ distance_min¶
float, default:0.0
- ♦ mt_type¶
str(MTType), default:'full'
- ♦ mt_random¶
str(MTRandomType), default:'uniform'
- ♦ stf_type¶
str(STFType), default:'HalfSinusoidSTF'
- class grond.problems.cmt.problem.CMTProblemConfig(**kwargs)[source]¶
Undocumented.
- ♦ ranges¶
dictofpyrocko.gf.seismosizer.Rangeobjects, default:{}
- ♦ distance_min¶
float, default:0.0
- ♦ mt_type¶
str(MTType), default:'full'
- ♦ mt_random¶
str(MTRandomType), default:'uniform'
- ♦ stf_type¶
str(STFType), default:'HalfSinusoidSTF'