Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow AdaptaHOP dataset to use only dummy halos #642

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

cphyc
Copy link
Contributor

@cphyc cphyc commented Jan 20, 2022

This allows for faster loading of the halo catalogue, but the dummy halos only contain the halos' metadata (you cannot use halo['pos'] to access the position of particles in the halo for example).

This is particularly useful to speed up tangos when we do not need to have access to the data of the particles contained by the halo itself (e.g. when enumerating halos).

@cphyc cphyc force-pushed the dummy-halo-with-adaptahop branch 2 times, most recently from 8cfecf2 to 5411b5a Compare February 1, 2022 14:17
This allows for faster loading of the halo catalogue, but the
dummy halos only contain the halos' metadata (you cannot use
halo['pos'] to access the position of particles in the halo
for example).
@cphyc
Copy link
Contributor Author

cphyc commented Mar 28, 2022

pre-commit.ci autofix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant