Skip to content

Commit 722a45a

Browse files
docstring fix
1 parent 4104deb commit 722a45a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/smsfusion/_coning_sculling.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ class ConingScullingAlg:
2929
step m to m+1.
3030
- h(dtheta[m]) is the unit quaternion representation of the rotation increment
3131
over the interval [m, m+1].
32+
- R(q[m]) is the rotation matrix (body-to-nav) corresponding to the attitude
33+
quaternion q[m].
34+
35+
Here, ⊗ denotes quaternion multiplication (Hamilton product) and R(q).
3236
3337
The coning and sculling integrals are computed using a 2nd order algorithm as
3438
described in [1]_ and [2]_.

0 commit comments

Comments
 (0)