The problems.cmt
module¶
-
class
grond.problems.cmt.problem.
CMTProblem
(**kwargs)[source]¶ Undocumented.
-
♦
distance_min
¶ float
, default:0.0
-
♦
mt_type
¶ builtins.str
(MTType
), default:'full'
-
♦
stf_type
¶ builtins.str
(STFType
), default:'HalfSinusoidSTF'
-
♦
-
class
grond.problems.cmt.problem.
CMTProblemConfig
(**kwargs)[source]¶ Undocumented.
-
♦
ranges
¶ dict
ofpyrocko.gf.seismosizer.Range
objects, default:{}
-
♦
distance_min
¶ float
, default:0.0
-
♦
mt_type
¶ builtins.str
(MTType
), default:'full'
-
♦
stf_type
¶ builtins.str
(STFType
), default:'HalfSinusoidSTF'
-
♦
nthreads
¶ int
, default:1
-
♦