invertFlippedChannels

This processor first checks the orientation in the seismogram's channel against its orientation code. If the code implies an orientation reversed from the actual orientation, the seismogram's values are inverted. For example if the seismogram's channel code is BHZ but its orientation is actually downwards, the inversion will be applied. The codes and orientation will disagree if the channel was installed incorrectly and then later discovered. This seems to be the case in roughly 1/10 of existing channels. Since the inversion changes the orientation stored in the channel any further processors that want to use the results of this processor must be contained inside of it. To just check for disagreement between the code and orientation, use the isFlipped channel subsetter.

Example

<invertFlippedChannels>
  <printlineSeismogramProcess/>
</invertFlippedChannels>

This consists of

Places this can be found

In seismogramProcess there is a choice between all of the following