Go to the documentation of this file. 1 subroutine get_xfm( smat, navctl, tilt, att, attxfm)
28 #include "navctl_s.fin"
31 real*4 smat(3,3), att(3), attxfm(3,3), tilt
32 real*4 sm1(3,3), sm2(3,3), sm3(3,3)
35 call eaxis( navctl%tiltcos, tilt, sm1)
38 call matmpy( sm2, smat, sm3)
41 call xpose( navctl%msenoff, sm1)
42 call matmpy( sm1, sm3, sm2)
49 call matmpy( sm1, sm2, attxfm)
subroutine eaxis(e, phi, xm)
subroutine get_xfm(smat, navctl, tilt, att, attxfm)
subroutine xpose(in, out)
subroutine matmpy(xm1, xm2, xm3)