Skip to content

Commit

Permalink
Merge pull request #107 from SWIFTSIM/register_soap_stellar_birth_pre…
Browse files Browse the repository at this point in the history
…ssures

Update stellar birth properties in SOAP translator file
  • Loading branch information
EvgeniiChaikin authored Jan 19, 2024
2 parents 7ad798e + 203c2a8 commit 940b8f8
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions velociraptor/catalogue/translator.py
Original file line number Diff line number Diff line change
Expand Up @@ -1222,8 +1222,8 @@ def VR_to_SOAP(particle_property_name: str) -> str:
"exclusivesphere.100kpc.gasmassincolddensegas",
-1,
),
"stellar_birth_densities.logaverage": (
"fofsubhaloproperties.logarithmicallyaveragedstellarbirthdensity",
"stellar_birth_densities.median": (
"fofsubhaloproperties.medianstellarbirthdensity",
-1,
),
"stellar_birth_densities.min": (
Expand All @@ -1234,8 +1234,20 @@ def VR_to_SOAP(particle_property_name: str) -> str:
"fofsubhaloproperties.maximumstellarbirthdensity",
-1,
),
"stellar_birth_temperatures.logaverage": (
"fofsubhaloproperties.logarithmicallyaveragedstellarbirthtemperature",
"stellar_birth_pressures.median": (
"fofsubhaloproperties.medianstellarbirthpressure",
-1,
),
"stellar_birth_pressures.min": (
"fofsubhaloproperties.minimumstellarbirthpressure",
-1,
),
"stellar_birth_pressures.max": (
"fofsubhaloproperties.maximumstellarbirthpressure",
-1,
),
"stellar_birth_temperatures.median": (
"fofsubhaloproperties.medianstellarbirthtemperature",
-1,
),
"stellar_birth_temperatures.min": (
Expand Down

0 comments on commit 940b8f8

Please sign in to comment.