Type: string
Type: string
Type: string
Type: string
Type: string
Type: string
Type: string
(string)
function (sdd: SeismogramDisplayData): any
Reorders array of SeismogramDisplayData in "best effort" xyz order. The data should all be from the same station and represent three components of motion. A common grouping of Z,N,E seismograms in any order would be returned as E,N,Z. If the grouping was Z,1,2 where the azimuth of 1 is 90 degrees ccw from 2, then the returned order would be 2,1,Z.
(Array<SeismogramDisplayData>)
(any)
array representing compoment of motion
Array<SeismogramDisplayData>
:
sorted array in x,y,z order