Skip to content

Commit a5c654f

Browse files
committed
Add enclose radius
1 parent fdd33b8 commit a5c654f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

velociraptor/catalogue/translator.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1561,6 +1561,10 @@ def VR_to_SOAP(particle_property_name: str) -> str:
15611561
"exclusivesphere.100kpc.linearmassweightedironfromsniaoverhydrogenofstars",
15621562
-1,
15631563
),
1564+
"searchradius.search_radius": (
1565+
"boundsubhalo.encloseradius",
1566+
-1,
1567+
),
15641568
}
15651569

15661570
try:

0 commit comments

Comments
 (0)