filter
Applies a Butterworth filter to the seismograms. The filterType can be CAUSAL or NONCAUSAL or TWOPASS, with the last two being equivalent.
Example
<filter> <lowFreqCorner> <value>50</value> <unit>SECOND</unit> </lowFreqCorner> <highFreqCorner> <value>5</value> <unit>HERTZ</unit> </highFreqCorner> <numPoles>2</numPoles> <filterType>NONCAUSAL</filterType> </filter>
This consists of
<filter>
<lowFreqCorner>
</lowFreqCorner>
<highFreqCorner>
</highFreqCorner>
<numPoles>edu.sc.seis.sod.validator.model.datatype.IntegerDatatype@13e9934</numPoles>
<filterType>
</filterType>
Places this can be found
seismogramProcess
In seismogramProcess there is a choice between all of the following
- printlineSeismogramProcess
- saveSeismogramToFile
- responseGain
- phaseCut
- rMean
- rTrend
- taper
- externalWaveformProcess
- localSeismogramTemplateGenerator
- filter
- forkProcess
- alwaysSuccess
- phaseSignalToNoise
- seismogramImageProcess
- legacyExecute
- seismogramAND
- seismogramOR
- seismogramNOT
- someDataCoverage
- noDataGaps
- fullDataCoverage