forkProcess

This forks the processing of the seismograms so that more than one sequence of processing steps can be applied to the data independently. If another processor follows the fork it gets the seismograms as they went into the fork, but only executes if the items in the fork passed. If you want to execute the items past the fork no matter what, enclose it in an alwaysSuccess tag.

Example

<forkProcess>
    <rTrend />
    <sacWriter>
        <workingDir>rTrendData</workingDir>
        <location>${network.code}.${station.code}/${event.filizedTime}/${site.code}.${channel.code}.sac</location>
    </sacWriter>
</forkProcess>

This consists of

Places this can be found

In seismogramProcess there is a choice between all of the following