Skip to content

Parent halo of satellite galaxies #414

Answered by abensonca
MarcoMarinucci asked this question in Q&A
Discussion options

You must be logged in to vote

You will need to also look at the index of the trees. As you've discovered, the nodeIndex values are unique only within each tree - so each tree will have a nodeIndex=1 halo. If you also match nodes and their parents based on their tree index you'll be able to find just the satellites belonging to each parent halo.

There are a few ways to do this:

  1. Add a nodePropertyExtractor:
<node property extractor value="indicesTree"/>

This will output a new property mergerTreeIndex which gives the index of each tree. This is the easiest approach.

  1. Make use of the tree index information on each Outputs/OutputN group - see the top of page 15 of the documentation.

  2. You can use the fact that each tre…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by abensonca
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants