public class PointSources extends Object
GmmInputs for point sources.| Constructor and Description |
|---|
PointSources() |
| Modifier and Type | Method and Description |
|---|---|
static List<InputList> |
finiteInputs(List<Site> sites,
SourceType sourceType,
Location loc,
XySequence mfd,
Map<FocalMech,Double> mechWtMap,
GridSourceSet grid)
Using the supplied
Sites and a GridSourceSet, from which the
standard data that is used to build point sources is derived, create and
return a List<InputList>. |
static List<InputList> |
finiteInputs(List<Site> sites,
SourceType sourceType,
Location loc,
XySequence mfd,
Map<FocalMech,Double> mechWtMap,
RuptureScaling rupScaling,
NavigableMap<Double,Map<Double,Double>> magDepthMap,
double maxDepth)
Using the supplied
Sites and the standard data that is used to
build point sources, create and return a List<InputList>. |
static InputList |
finiteInputs(Site site,
SourceType sourceType,
Location loc,
XySequence mfd,
Map<FocalMech,Double> mechWtMap,
RuptureScaling rupScaling,
NavigableMap<Double,Map<Double,Double>> magDepthMap,
double maxDepth)
Using the supplied
Site and the standard data that is used to build
point sources, create and return an InputList. |
static void |
main(String[] args) |
static gov.usgs.earthquake.nshmp.eq.model.PointSource |
pointSource(SourceType sourceType,
PointSourceType pointType,
Location loc,
XySequence mfd,
Map<FocalMech,Double> mechWtMap,
RuptureScaling rupScaling,
gov.usgs.earthquake.nshmp.eq.model.PointSource.DepthModel depthModel) |
public static InputList finiteInputs(Site site, SourceType sourceType, Location loc, XySequence mfd, Map<FocalMech,Double> mechWtMap, RuptureScaling rupScaling, NavigableMap<Double,Map<Double,Double>> magDepthMap, double maxDepth)
Site and the standard data that is used to build
point sources, create and return an InputList.site - of interestloc - mfd - mechWtMap - rupScaling - magDepthMap - maxDepth - public static List<InputList> finiteInputs(List<Site> sites, SourceType sourceType, Location loc, XySequence mfd, Map<FocalMech,Double> mechWtMap, RuptureScaling rupScaling, NavigableMap<Double,Map<Double,Double>> magDepthMap, double maxDepth)
Sites and the standard data that is used to
build point sources, create and return a List<InputList>.sites - loc - mfd - mechWtMap - rupScaling - magDepthMap - maxDepth - public static List<InputList> finiteInputs(List<Site> sites, SourceType sourceType, Location loc, XySequence mfd, Map<FocalMech,Double> mechWtMap, GridSourceSet grid)
Sites and a GridSourceSet, from which the
standard data that is used to build point sources is derived, create and
return a List<InputList>.public static gov.usgs.earthquake.nshmp.eq.model.PointSource pointSource(SourceType sourceType, PointSourceType pointType, Location loc, XySequence mfd, Map<FocalMech,Double> mechWtMap, RuptureScaling rupScaling, gov.usgs.earthquake.nshmp.eq.model.PointSource.DepthModel depthModel)
public static void main(String[] args)