Skip to content
Snippets Groups Projects
Commit 76e1bb89 authored by Josh Borrow's avatar Josh Borrow
Browse files

Minor documenation update for velociraptor output

parent 2284d6d7
No related branches found
No related tags found
1 merge request!669Minor documenation update for velociraptor output
...@@ -23,7 +23,10 @@ group sizes, the interesting data in the ``.catalog_group`` files are: ...@@ -23,7 +23,10 @@ group sizes, the interesting data in the ``.catalog_group`` files are:
+ The ``group_size``: gives a list of all the halos and the number of particles + The ``group_size``: gives a list of all the halos and the number of particles
in the halo, this list is numbered from 0 until the number of groups minus in the halo, this list is numbered from 0 until the number of groups minus
one. It is important that the groups are not ordered in any way [#order]_ one. It is important that the groups are not ordered in any way [#order]_.
It is also important to note that the group size includes both the bound and
unbound particles; always use the ``Offset`` and ``Offset_unbound`` data
when reading from the ``catalog_particles`` files.
+ The ``Num_of_groups`` or ``Total_num_of_groups``: gives the total number of + The ``Num_of_groups`` or ``Total_num_of_groups``: gives the total number of
groups in the snapshot. groups in the snapshot.
+ The ``Offset`` list: This list gives the offset off the particles. In the + The ``Offset`` list: This list gives the offset off the particles. In the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment