Corentin Cadiou

Results 96 comments of Corentin Cadiou

@yt-fido test this please

@yt-fido test this please

I made a bit of progress - it seems that the checksum of the data is not the same on fido as it is on my computer: ``` # locally...

Before we merge this, I'd like to backport the changes I made in https://github.com/pynbody/pynbody/pull/740.

Well, this is both a refactor and an enhancement :)

Welp, it looks like the following fields appear broken with RAMSES: - `particle_birth_time`, - `age`. and the whole thing is a complete mess. Not sure how to proceed any further....

OK, now that #4880 is fixed, I think everything is working as intended now (*finally*)! ```python import yt import numpy as np @yt.particle_filter(requires=["conformal_birth_time"]) def star(pfilter, data): return data[pfilter.filtered_type, "conformal_birth_time"] !=...

I have *finally* updated the code. Here are some examples # Example 1: One of the galaxy in `output_00080` ```python import yt ds = yt.load("output_00080") ad = ds.all_data() center =...

I added labels (improvement and new feature). The API doesn't change, it's a drop-in replacement for the existing off-axis renderer.