Revision 16,
711 bytes
checked in by marcus, 15 years ago
(diff) |
r1 | svn | 2007-12-13 11:10:29 +0100 (Do, 13 Dez 2007) | 2 lines
Initial import
|
Line | |
---|
1 | command procedure ROTINCI <zr-list> <inci> |
---|
2 | ========================= |
---|
3 | |
---|
4 | key: cp:2-D incidence rotation |
---|
5 | |
---|
6 | 2-dimensional rotation of Z,R components by angle of incidnce |
---|
7 | <inci>. The output traces get the component names L,Q. The |
---|
8 | input traces remain unchanged. |
---|
9 | |
---|
10 | parameters: |
---|
11 | |
---|
12 | <zr-list> --- parameter type: trace list |
---|
13 | Trace list of the two (another list length results in an error) |
---|
14 | input traces. Should be Z and R components. Please check the |
---|
15 | correct succession. |
---|
16 | |
---|
17 | <inci> --- parameter type: real |
---|
18 | Rotation angle in degrees. |
---|
19 | |
---|
20 | |
---|
21 | Example: |
---|
22 | |
---|
23 | ROTINCI 1,2 18.6 ! rotates traces 1 and 2 (Z and R component, |
---|
24 | ! check succession) by angle of incidence |
---|
25 | ! of 18.6 deg |
---|
26 | |
---|
Note: See
TracBrowser
for help on using the repository browser.