Metadata-Version: 2.1
Name: PSpincalc
Version: 0.2.4
Summary: Package for converting between attitude representations (DCM, Euler angles, Quaternions, and Euler vectors)
Home-page: https://github.com/tuxcell/PSpincalc
Author: Jose Gama
Author-email: josephgama@yahoo.com
Maintainer: tuxcell
Maintainer-email: josephgama@yahoo.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown

A package for converting between attitude representations (DCM, Euler angles, Quaternions, and Euler vectors).
Plus conversion between 2 Euler angle set types (xyx, yzy, zxz, xzx, yxy, zyz, xyz, yzx, zxy, xzy, yxz, zyx).
Fully vectorized code, with warnings/errors for Euler angles (singularity, out of range, invalid angle order),
DCM (orthogonality, not proper, exceeded tolerance to unity determinant) and Euler vectors(not unity).



