public class PSNToFissures
extends java.lang.Object
Constructor and Description |
---|
PSNToFissures() |
Modifier and Type | Method and Description |
---|---|
static Channel |
getChannel(PSNEventRecord evRec) |
static ChannelId |
getChannelId(PSNEventRecord evRec) |
static ChannelId |
getChannelId(PSNEventRecord evRec,
java.lang.String siteCode) |
static EventAccessOperations |
getEvent(PSNDataFile psnData) |
static LocalSeismogramImpl |
getSeismogram(PSNEventRecord evRec) |
static LocalSeismogramImpl[] |
getSeismograms(PSNDataFile psnData) |
static MicroSecondDate |
microSecondDateFromPSN(PSNDateTime time) |
public static LocalSeismogramImpl[] getSeismograms(PSNDataFile psnData) throws FissuresException
FissuresException
public static LocalSeismogramImpl getSeismogram(PSNEventRecord evRec) throws FissuresException
FissuresException
public static MicroSecondDate microSecondDateFromPSN(PSNDateTime time)
public static ChannelId getChannelId(PSNEventRecord evRec)
public static ChannelId getChannelId(PSNEventRecord evRec, java.lang.String siteCode)
public static Channel getChannel(PSNEventRecord evRec)
public static EventAccessOperations getEvent(PSNDataFile psnData)