edu.sc.seis.fissuresUtil.psn
Class PSNToFissures

java.lang.Object
  extended by edu.sc.seis.fissuresUtil.psn.PSNToFissures

public class PSNToFissures
extends java.lang.Object


Constructor Summary
PSNToFissures()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PSNToFissures

public PSNToFissures()
Method Detail

getSeismograms

public static LocalSeismogramImpl[] getSeismograms(PSNDataFile psnData)
                                            throws FissuresException
Throws:
FissuresException

getSeismogram

public static LocalSeismogramImpl getSeismogram(PSNEventRecord evRec)
                                         throws FissuresException
Throws:
FissuresException

microSecondDateFromPSN

public static MicroSecondDate microSecondDateFromPSN(PSNDateTime time)

getChannelId

public static ChannelId getChannelId(PSNEventRecord evRec)

getChannelId

public static ChannelId getChannelId(PSNEventRecord evRec,
                                     java.lang.String siteCode)

getChannel

public static Channel getChannel(PSNEventRecord evRec)

getEvent

public static EventAccessOperations getEvent(PSNDataFile psnData)