Class SensorSubsetter
java.lang.Object
edu.sc.seis.sod.subsetter.channel.InstrumentationSubsetter
edu.sc.seis.sod.subsetter.channel.SensorSubsetter
- All Implemented Interfaces:
SodElement
,ChannelSubsetter
,Subsetter
- Direct Known Subclasses:
SensorId
,SensorManufacturer
,SensorModel
,SensorNominalHighFreq
,SensorNominalLowFreq
,SensorSerial
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
acceptNominalHighFreq
(edu.iris.Fissures.network.ChannelImpl channel, NetworkSource network, float nominalHighFreq) protected boolean
acceptNominalLowFreq
(edu.iris.Fissures.network.ChannelImpl channel, NetworkSource network, float nominalLowFreq) protected edu.iris.Fissures.IfNetwork.SeismicHardware
getSeismicHardware
(edu.iris.Fissures.IfNetwork.Instrumentation inst) Methods inherited from class edu.sc.seis.sod.subsetter.channel.InstrumentationSubsetter
acceptId, acceptManufacturer, acceptModel, acceptSerialNumber, getChannelNotFoundMsg, getInstrumentationInvalidMsg, getSeismicHardware, handle, handle, handleChannelNotFound
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface edu.sc.seis.sod.subsetter.channel.ChannelSubsetter
accept
-
Constructor Details
-
SensorSubsetter
public SensorSubsetter()
-
-
Method Details
-
getSeismicHardware
protected edu.iris.Fissures.IfNetwork.SeismicHardware getSeismicHardware(edu.iris.Fissures.IfNetwork.Instrumentation inst) - Specified by:
getSeismicHardware
in classInstrumentationSubsetter
-
acceptNominalHighFreq
protected boolean acceptNominalHighFreq(edu.iris.Fissures.network.ChannelImpl channel, NetworkSource network, float nominalHighFreq) -
acceptNominalLowFreq
protected boolean acceptNominalLowFreq(edu.iris.Fissures.network.ChannelImpl channel, NetworkSource network, float nominalLowFreq)
-