legacyExecute

The legacyExecute processor is capable of running existing command line programs. It does this by passing the filename of the seismograms saved by a earlier sacWriter or mseedWriter processor to a program started with Runtime.exec().

Example

<legacyExecute>
    <command>echo</command>
</legacyExecute>

This consists of

<legacyExecute>

<writerName>Any text</writerName> optional
<command>Any text</command>
<workingDirectory>Any text</workingDirectory> optional
</legacyExecute>

Places this can be found

In seismogramProcess there is a choice between all of the following