tryInOrder

This type of seismogram source allows several seismogram sources with the first one that has data for a given even-channel being used. It goes through each of the choices in the order given, and uses the first one that gives any available data. If no choice has data, then the result of the last datacenter is used (albeit the empty result). The example tries to get data from the BUD first and then POND if it isn't in the BUD.

Example

<tryInOrder>
        <fixedDataCenter>
            <name>IRIS_BudDataCenter</name>
            <dns>edu/iris/dmc</dns>
        </fixedDataCenter>
        <fixedDataCenter>
            <name>IRIS_PondDataCenter</name>
            <dns>edu/iris/dmc</dns>
        </fixedDataCenter>
</tryInOrder>

This consists of

Places this can be found

In seismogramSource there is a choice between all of the following