-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support new soap output format #111
Conversation
@@ -1526,6 +1486,7 @@ def VR_to_SOAP(particle_property_name: str) -> str: | |||
"exclusivesphere.100kpc.linearmassweightedironfromsniaoverhydrogenofstars", | |||
-1, | |||
), | |||
"searchradius.search_radius": ("boundsubhalo.encloseradius", -1), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see that the search radius
field was not in the translator file before. Do we now need this field somewhere?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is used by the morphology pipeline when we are deciding what region of the simulation to read in.
Update the SOAP reader functionality to support the HBT SOAP output. Also adds some new properties to the translator file