org.opensha.gem.GEM1.calc.gemModelParsers.nshmp
Class NshmpFault2GemSourceData
java.lang.Object
org.opensha.gem.GEM1.calc.gemModelParsers.GemFileParser
org.opensha.gem.GEM1.calc.gemModelParsers.nshmp.NshmpFault2GemSourceData
public class NshmpFault2GemSourceData
- extends GemFileParser
This class reads a NSHMP fault input file and returns a list
of GEMFaultSourceData.
The user must provide the file name, the tectonic region, and the
file weight (as derived by the logic tree)
- Author:
- damianomonelli
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NshmpFault2GemSourceData
public NshmpFault2GemSourceData(String inputfile,
TectonicRegionType trt,
double fileWeight,
double latmin,
double latmax,
double lonmin,
double lonmax)
throws FileNotFoundException
- Parameters:
inputfile: - name of the file containing input fault modeltrt: - tectonic regionfileWeight: - weight of the fault model in the logic tree
- Throws:
FileNotFoundException