externalVectorAvailableData

This allows you to use a VectorAvailableData subsetter that is external to SOD. SOD attempts to load the class named by classname and, provided it implements the VectorAvailableDataSubsetter, it will called the accept() method for every available data request.

Example

<externalVectorAvailableData>
    <classname>edu.somewhere.seis.sodExt.subsetter.waveformVector.MyVectorAvailableData</classname>
</externalVectorAvailableData>

This consists of

Places this can be found