externalWaveformVectorProcess
This allows you to use a WaveformVectorProcess external to SOD. SOD attempts to load the class named in classname, and, provided the class implements the WavformVectorProcess interface, it attempt to call the process() method for every waveform group.
Example
<externalWaveformVectorProcess> <classname>edu.somewhere.seis.sodExt.process.waveformVector.MyWaveformVectorProcess</classname> </externalWaveformVectorProcess>
Places this can be found
waveformVectorProcess
In waveformVectorProcess there is a choice between all of the following