seismogramAND

The output is the logical AND of the outputs of all included seismogram 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 result of each processor in the AND is passed to the next processor in the AND, and the result of the last evaluated processor in the AND is passed to the next processor outside of the AND. To isolate the processing inside the AND, wrap it inside of a forkProcess.

Example

<seismogramAND>
    <noDataGaps />
    <fullDataCoverage />
</seismogramAND>

This consists of

Places this can be found

In seismogramProcess there is a choice between all of the following