getRotation method makes a request of the IRIS DMC rotation
web service and returns a list of 3 Stream objects.getRotation(obj, network, station, location, channelSet,
starttime, endtime, processing)IrisClient objectStream objects is returned.rotation web service returns a triplet of seismic Streams, rotated according
to the processing commands.If the location argument contains an empty string to specify a 'blank' location code, a location
code of "--" will be used in the dataselect request URL.
The processing parameter can be used to specify any type of processing supported by the
rotation webs service. This string must begin with an ampersand and be ready to be appended to the request url, e.g.
processing="&components=ZRT&azimuth=23.1". This gives the user complete control over the number
and order of processing commands.
(See
IrisClient-class