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

Rotation #41

Closed tberlok closed 9 months ago

tberlok commented 9 months ago

This PR implements two new features in Paicos:

People who want the old 'y' direction behaviour can recover this by passing an orientation object to instead of a direction:

orientation = pa.Orientation(normal_vector=[0, -1, 0], perp_vector1=[1, 0, 0])