public class TakeuchiStaticCorrection extends java.lang.Object implements Operation
TimewindowInformation for each path.
Values of the correction is by the average time of arrivals and amplitudes of those peaks.
Start time for identification is a start time in the given
TimewindowInformationFile.
Assume that there are no stations with the same name but different networks in an event
StaticCorrection| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected java.util.Set<SACComponent> |
components
components for computation
|
protected boolean |
convolute
コンボリューションされている波形かそうでないか (両方は無理)
|
protected java.nio.file.Path |
obsPath
Path for a root directory containing observed data |
protected double |
sacSamplingHz
sampling Hz [Hz] in sac files
|
protected java.nio.file.Path |
synPath
Path for a root directory containing synthetic data |
protected java.nio.file.Path |
timewindowInformationPath |
| コンストラクタと説明 |
|---|
TakeuchiStaticCorrection(java.util.Properties property) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.util.Properties |
getProperties() |
java.nio.file.Path |
getWorkPath() |
static void |
main(java.lang.String[] args) |
void |
run() |
static void |
writeDefaultPropertiesFile() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindPath, getPath, writePropertiesprotected java.util.Set<SACComponent> components
protected boolean convolute
protected java.nio.file.Path obsPath
Path for a root directory containing observed dataprotected double sacSamplingHz
protected java.nio.file.Path synPath
Path for a root directory containing synthetic dataprotected java.nio.file.Path timewindowInformationPath
public TakeuchiStaticCorrection(java.util.Properties property)
throws java.io.IOException
java.io.IOExceptionpublic static void writeDefaultPropertiesFile()
throws java.io.IOException
java.io.IOExceptionpublic static void main(java.lang.String[] args)
throws java.io.IOException
public java.nio.file.Path getWorkPath()
getWorkPath インタフェース内 Operationpublic java.util.Properties getProperties()
getProperties インタフェース内 Operation