public class CorrelationStack extends java.lang.Object implements Stack
TODO timewindowに複数はいっている場合に対処できていない timewindowの長さがちぐはぐでもいいようにする 時間ステップの異なるデータに対してはできない
| コンストラクタと説明 |
|---|
CorrelationStack(java.lang.String stationName,
GlobalCMTID id,
SACComponent component,
WaveformType type,
Trace trace,
Timewindow window,
java.util.Set<TimewindowInformation> timeWindowInformationSet)
traceのtimewindow部分をベースにする
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Trace |
stack(java.lang.String stationName,
GlobalCMTID id,
SACComponent component,
WaveformType type,
Trace trace) |
public CorrelationStack(java.lang.String stationName,
GlobalCMTID id,
SACComponent component,
WaveformType type,
Trace trace,
Timewindow window,
java.util.Set<TimewindowInformation> timeWindowInformationSet)
stationName - station nameid - GlobalCMTIDcomponent - SACComponenttype - WaveformTypetrace - tracewindow - timewindowtimeWindowInformationSet - Set of time window informationpublic Trace stack(java.lang.String stationName, GlobalCMTID id, SACComponent component, WaveformType type, Trace trace)