bestChannelAtStation

Picks the best channels at a station, avoiding processing 00.BHZ and 01.BHZ at the same station. This can often happen when there are multiple sensors at a station, perhaps a surface seismometer and a borehole seismometer. The processor decides on best based on a simple hueristic based on site and channel codes. The default is:
site Code Heuristic = "00", " ", "01"
gain Code Heuristic = "H", "L"
band Code Heuristic = "B", "H", "L", "M", "S", "V", "E", "U"
orientation Codes = "Z", "N", "E", "1", "2", "3", "U", "V", "W"
All three components are considered equally best, so in a typical broadband station the best channels might be 00.BHE, 00.BHN, 00.BHZ, and this subsetter will pass all three, while failing every other channel at this station.
See edu.sc.seis.fissuresUtil.chooser.BestChannelUtil for the underlying code. The reason this is an event-channel subsetter is because the "best" channel at a station may change with time, for example a short period only station may be replaced by a broadband seismometer. Before the switch SHZ may be the best vertical, but afterwards it would be BHZ and SHZ would no longer exist.

Example

<bestChannelAtStation/>

This consists of

<bestChannelAtStation>

<siteCodeHeuristic>Any text</siteCodeHeuristic> Any number of times
<gainCodeHeuristic>Any text</gainCodeHeuristic> Any number of times
<bandCodeHeuristic>Any text</bandCodeHeuristic> Any number of times
<orientationCodeHeuristic>Any text</orientationCodeHeuristic> Any number of times
</bestChannelAtStation>

Places this can be found

In eventVector there is a choice between all of the following