tberlok / paicos

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

Slicing of PaicosTimeSeries #32

Closed tberlok closed 7 months ago

tberlok commented 1 year ago

Slicing of PaicosTimeSeries should be rewritten so that its ._a value is adjusted accordingly. Taking a slice at specific time/a-factor should return a PaicosQuantity.

tberlok commented 1 year ago

Other operations, like using np.sum along the time axis, are also problematic...