From d54fe7c1f704a63824c5bfa0ece65245572e9b27 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 4 Mar 2015 21:21:30 -0500 Subject: Initial commit --- src/slalib/sun67.htx/node54.html | 127 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 src/slalib/sun67.htx/node54.html (limited to 'src/slalib/sun67.htx/node54.html') diff --git a/src/slalib/sun67.htx/node54.html b/src/slalib/sun67.htx/node54.html new file mode 100644 index 0000000..1fc9a2a --- /dev/null +++ b/src/slalib/sun67.htx/node54.html @@ -0,0 +1,127 @@ + + + + +SLA_DEULER - Euler Angles to Rotation Matrix + + + + + + + + + + + + +

+ +next + +up + +previous +
+ Next: SLA_DFLTIN - Decode a Double Precision Number +
+Up: SUBPROGRAM SPECIFICATIONS +
+ Previous: SLA_DE2H - to Az,El +

+

+

SLA_DEULER - Euler Angles to Rotation Matrix +   +

+
+
ACTION: +
Form a rotation matrix from the Euler angles - three +successive rotations about specified Cartesian axes + (double precision). +

CALL: +
CALL sla_DEULER (ORDER, PHI, THETA, PSI, RMAT) +

+

+
GIVEN: +
+
+ + + + + + + + + + + + + + + + + +
ORDERCspecifies about which axes the rotations occur
PHID1st rotation (radians)
THETAD2nd rotation (radians)
PSID3rd rotation (radians)
+

+
RETURNED: +
+
+ + + + + +
RMATD(3,3)rotation matrix
+

+
NOTES: +
+
1. +
A rotation is positive when the reference frame rotates +anticlockwise as seen looking towards the origin from the +positive region of the specified axis. +
2. +
The characters of ORDER define which axes the three successive + rotations are about. A typical value is `ZXZ', indicating that + RMAT is to become the direction cosine matrix corresponding to + rotations of the reference frame through PHI radians about the + old z-axis, followed by THETA radians about the resulting + x-axis, + then PSI radians about the resulting z-axis. +
3. +
The axis names can be any of the following, in any order or + combination: X, Y, Z, uppercase or lowercase, 1, 2, 3. Normal + axis labelling/numbering conventions apply; the xyz ($\equiv123$) triad is right-handed. Thus, the `ZXZ' example given above + could be written `zxz' or `313' (or even `ZxZ' or `3xZ'). ORDER + is terminated by length or by the first unrecognized character. + Fewer than three rotations are acceptable, in which case the later + angle arguments are ignored. Zero rotations produces a unit RMAT. +
+

+ +next + +up + +previous +
+ Next: SLA_DFLTIN - Decode a Double Precision Number +
+Up: SUBPROGRAM SPECIFICATIONS +
+ Previous: SLA_DE2H - to Az,El +

+

+

+SLALIB --- Positional Astronomy Library
Starlink User Note 67
P. T. Wallace
12 October 1999
E-mail:ptw@star.rl.ac.uk
+
+ + -- cgit