waveformVectorAND

The output is the logical AND of the outputs of all included waveformVector processors. This means that it will evaluate to true only if all of the included processors evaluate to true. The subsetters after the first false outputted are not evaluated. The seismic data passed down the chain is the data passed in. Seismogram results of the contained processors are ignored.

Example

<waveformVectorAND>
    <waveformVectorNOT>
        <rMean />
    </waveformVectorNOT>
    <sacWriter>
        <workingDir>rTrendData</workingDir>
        <location>${network.code}.${station.code}/${event.filizedTime}/${site.code}.${channel.code}.sac</location>
    </sacWriter>
</waveformVectorAND>

This consists of

Places this can be found

In waveformVectorProcess there is a choice between all of the following