public class TimewindowMaker extends java.lang.Object implements Operation
Create an information file about timewindows. It looks for observed waveforms in event folders under the working directory. For all the waveforms, timewindows are computed by TauP.
It creates a window for each given phase and exphase with front and rear parts. Overlapped part between those are abandoned. Start and end time of the window is set to integer multiple of DELTA in SAC files.
| コンストラクタと説明 |
|---|
TimewindowMaker(java.util.Properties property) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.util.Properties |
getProperties() |
java.nio.file.Path |
getWorkPath() |
static void |
main(java.lang.String[] args)
Run must finish within 10 hours.
|
void |
run() |
static void |
writeDefaultPropertiesFile() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindPath, getPath, writePropertiespublic static void writeDefaultPropertiesFile()
throws java.io.IOException
java.io.IOExceptionpublic static void main(java.lang.String[] args)
throws java.lang.Exception
public java.util.Properties getProperties()
getProperties インタフェース内 Operationpublic java.nio.file.Path getWorkPath()
getWorkPath インタフェース内 Operation