|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.sc.seis.fissuresUtil.sac.FissuresToSac
public class FissuresToSac
FissuresToSac.java Created: Wed Apr 10 10:52:00 2002
| Constructor Summary | |
|---|---|
FissuresToSac()
|
|
| Method Summary | |
|---|---|
static void |
addChannel(SacHeader header,
Channel channel)
Adds the Channel information, including station location and channel orientation to the sac object. |
static void |
addOrigin(SacHeader header,
Origin origin)
Adds origin informtion to the sac object, including the o marker. |
static SacPoleZero |
getPoleZero(Response response)
|
static SacTimeSeries |
getSAC(LocalSeismogramImpl seis)
Creates a SacTimeSeries object from a LocalSeismogram. |
static SacTimeSeries |
getSAC(LocalSeismogramImpl seis,
Channel channel)
Creates a SacTimeSeries object from a LocalSeismogram. |
static SacTimeSeries |
getSAC(LocalSeismogramImpl seis,
Channel channel,
Origin origin)
Creates a SacTimeSeries object from a LocalSeismogram. |
static SacTimeSeries |
getSAC(LocalSeismogramImpl seis,
Origin origin)
Creates a SacTimeSeries object from a LocalSeismogram. |
static void |
setKZTime(SacHeader header,
MicroSecondDate date)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FissuresToSac()
| Method Detail |
|---|
public static SacTimeSeries getSAC(LocalSeismogramImpl seis)
throws CodecException
seis - the LocalSeismogramImpl with the data
SacTimeSeries with data and headers filled
CodecException
public static SacTimeSeries getSAC(LocalSeismogramImpl seis,
Channel channel)
throws CodecException
seis - a LocalSeismogramImpl valuechannel - a Channel value
SacTimeSeries value
CodecException
public static SacTimeSeries getSAC(LocalSeismogramImpl seis,
Origin origin)
throws CodecException
seis - a LocalSeismogramImpl valueorigin - an Origin value
SacTimeSeries value
CodecException
public static SacTimeSeries getSAC(LocalSeismogramImpl seis,
Channel channel,
Origin origin)
throws CodecException
seis - a LocalSeismogramImpl valuechannel - a Channel valueorigin - an Origin value
SacTimeSeries value
CodecException
public static void addChannel(SacHeader header,
Channel channel)
sac - a SacTimeSeries object to be modifiedchannel - a Channel
public static void addOrigin(SacHeader header,
Origin origin)
sac - a SacTimeSeries object to be modifiedorigin - an Origin value
public static void setKZTime(SacHeader header,
MicroSecondDate date)
public static SacPoleZero getPoleZero(Response response)
throws InvalidResponse
InvalidResponse
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||