#to recover pointings makes dot product with (0,0,1) vector
Pointing=np.array([k.dot(np.array([0,0,1])) for k in RotMatr]).T
'''
## Contributing
Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.
## License
`lspe_prm` was created by Michele Maris. It is licensed under the terms of the MIT license.
## Credits
`lspe_prm` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter`[template](https://github.com/py-pkgs/py-pkgs-cookiecutter).