Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ venv/
*.code-workspace
/env*
abacusnbody/metadata/abacussummit_headers.asdf
*-jvsc-*.ipynb
23 changes: 9 additions & 14 deletions abacusnbody/data/compaso_halo_catalog.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
"""
"""

"""
The compaso_halo_catalog module loads halo catalogs from CompaSO, Abacus's
on-the-fly halo finder. The module defines one class, CompaSOHaloCatalog,
whose constructor takes the path to a halo catalog as an argument.
Users should use this class as the primary interface to load and manipulate
halo catalogs.

A high-level overview of this module is given at
https://abacusutils.readthedocs.io/en/latest/compaso.html
or docs/compaso.rst.
"""
# The compaso_halo_catalog module loads halo catalogs from CompaSO, Abacus's
# on-the-fly halo finder. The module defines one class, CompaSOHaloCatalog,
# whose constructor takes the path to a halo catalog as an argument.
# Users should use this class as the primary interface to load and manipulate
# halo catalogs.

# A high-level overview of this module is given at
# https://abacusutils.readthedocs.io/en/latest/compaso.html
# or docs/compaso.rst.

import gc
import os
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ and new features!
:maxdepth: 2
:caption: Tutorials

tutorials/compaso
tutorials/light_cones

.. toctree::
Expand Down
8 changes: 8 additions & 0 deletions docs/tutorials/compaso.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
CompaSO
-------

.. toctree::
:maxdepth: 1
:caption: CompaSO

compaso/halo_subsample_particles
972 changes: 972 additions & 0 deletions docs/tutorials/compaso/halo_subsample_particles.ipynb

Large diffs are not rendered by default.