seismogramOR

The output is the logical OR of the outputs of all included seismogram processors. This means that it will evaluate to true as long as one of the included seismogram processors evaluate to true. The processors after the first true outputted are not evaluated. The result of each processor in the OR is passed to the next processor in the OR, and the result of the last evaluated processor in the OR is passed to the next processor outside of the OR. To isolate the processing inside the OR, wrap it inside of a forkProcess.

Example

<seismogramOR>
    <noDataGaps />
    <someDataCoverage />
</seismogramOR>

This consists of

Places this can be found

In seismogramProcess there is a choice between all of the following