<div dir="ltr">Hi all,
<br>I'm trying to plot halos circles on density projection. I would like to 
select with the circle only the halos on the center of the box where the 
resolution is good but it seems that my script is doing something 
different, here the script:
<br>
<br>pf = load("RD0022/RedshiftOutput0022")
<br>halos = HaloFinder(pf)
<br>p = ProjectionPlot(pf, "z", "Density", width = (4.0, 'kpc'), center='max')
<br>p.annotate_hop_circles(halos,max_number=5)
<br>
<br>My first question:
<br>
<br>i) Should the script be able to select the halos according to the txt 
file I obtain if I run the halo finder separately?! First 5 more massive 
should match!
<br>ii) the problem is that if I select 5 halos they are all outside the box 
center, I guess because of resolution artifacts.
<br>iii) how can I select the halos based on a mass threshold (let's assume 
1e6 solar masses)?
<br>
<br>My aim is to see at two different times where the halos I want to follow 
are!
<br>
<br>Thank you in advance
<br>Stefano
</div>