Skip to content

Commit

Permalink
Add enclose radius
Browse files Browse the repository at this point in the history
  • Loading branch information
robjmcgibbon committed Oct 8, 2024
1 parent fdd33b8 commit a5c654f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions velociraptor/catalogue/translator.py
Original file line number Diff line number Diff line change
Expand Up @@ -1561,6 +1561,10 @@ def VR_to_SOAP(particle_property_name: str) -> str:
"exclusivesphere.100kpc.linearmassweightedironfromsniaoverhydrogenofstars",
-1,
),
"searchradius.search_radius": (
"boundsubhalo.encloseradius",
-1,
),
}

try:
Expand Down

0 comments on commit a5c654f

Please sign in to comment.