tberlok / paicos

An object-oriented Python package for analysis of (cosmological) simulations performed with Arepo
GNU General Public License v3.0
11 stars 3 forks source link

Add rotation as an option to projector and slicer classes #3

Closed tberlok closed 9 months ago

tberlok commented 1 year ago

and image_info in the ArepoImage class, of course.

tberlok commented 1 year ago

Use well-documented libraries for rotation, much better readability in the long term:

https://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.transform.Rotation.html

tberlok commented 9 months ago

This has been solved.