seismogramNOT

The output is the logical NOT of the output of the included seismogram processor. This means that it will evaluate to true if the included processor evaluates to false, and vice versa. The seismic data passed down the chain is the data passed in. The result of each processor in the NOT is passed to the next processor in the NOT, and the result of the last evaluated processor in the NOT is passed to the next processor outside of the NOT. To isolate the processing inside the NOT, wrap it inside of a forkProcess.

Example

<seismogramNOT>
    <someDataCoverage />
</seismogramNOT>

This consists of

Places this can be found

In seismogramProcess there is a choice between all of the following