public class PartialDatasetMaker extends java.lang.Object implements Operation
fpDIR, bpDIR(未定義の場合workDir)の下に イベントごとのフォルダ(FP)、ステーションごとのフォルダ(BP)があり その下の modelNameにspcfileをおく
イベントフォルダはeventnameで定義されたもの ステーショフォルダは0000(stationname)
spcfileの名前は (point name).(station or eventname).(PB or PF)...(sh or psv).spc
halfDurationはevent informationファイルから読み取る
time window informationファイルの中からtime windowを見つける。 その中に入っている震源観測点成分の組み合わせのみ計算する
バンドパスをかけて保存する
TODO station とかの書き出し
例: directory/19841006/*spc directory/0000KKK/*spc
摂動点の情報がない摂動点に対しては計算しない
Assume there are no stations with the same name and different networks TODO
Because of DSM condition, stations can not have the same name...
コンストラクタと説明 |
---|
PartialDatasetMaker(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, wait
findPath, getPath, writeProperties
public PartialDatasetMaker(java.util.Properties property) throws java.io.IOException
java.io.IOException
public static void writeDefaultPropertiesFile() throws java.io.IOException
java.io.IOException
public static void main(java.lang.String[] args) throws java.io.IOException
public java.util.Properties getProperties()
getProperties
インタフェース内 Operation
public java.nio.file.Path getWorkPath()
getWorkPath
インタフェース内 Operation