Package edu.sc.seis.sod
Class ChannelGrouper
java.lang.Object
edu.sc.seis.sod.ChannelGrouper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<edu.sc.seis.fissuresUtil.hibernate.ChannelGroup>
group
(List<edu.iris.Fissures.network.ChannelImpl> channels, List<edu.iris.Fissures.network.ChannelImpl> failures) group channels into three components of motion.static boolean
sanityCheck
(edu.sc.seis.fissuresUtil.hibernate.ChannelGroup channelGroup)
-
Constructor Details
-
ChannelGrouper
- Throws:
ConfigurationException
-
ChannelGrouper
- Throws:
ConfigurationException
-
-
Method Details
-
group
public List<edu.sc.seis.fissuresUtil.hibernate.ChannelGroup> group(List<edu.iris.Fissures.network.ChannelImpl> channels, List<edu.iris.Fissures.network.ChannelImpl> failures) group channels into three components of motion. It is assumed that all the channels in the list are from the same network.station.- Parameters:
channels
-failures
-- Returns:
-
sanityCheck
public static boolean sanityCheck(edu.sc.seis.fissuresUtil.hibernate.ChannelGroup channelGroup)
-