Skip to content

Commit fdd33b8

Browse files
committed
Add Mg stellar properties
1 parent 2fae21d commit fdd33b8

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

velociraptor/catalogue/translator.py

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1489,6 +1489,42 @@ def VR_to_SOAP(particle_property_name: str) -> str:
14891489
"exclusivesphere.100kpc.logarithmicmassweightedironoverhydrogenofstarshighlimit",
14901490
-1,
14911491
),
1492+
"lin_element_ratios_times_masses.lin_Mg_over_H_times_star_mass_30_kpc": (
1493+
"exclusivesphere.30kpc.linearmassweightedmagnesiumoverhydrogenofstars",
1494+
-1,
1495+
),
1496+
"lin_element_ratios_times_masses.lin_Mg_over_H_times_star_mass_50_kpc": (
1497+
"exclusivesphere.50kpc.linearmassweightedmagnesiumoverhydrogenofstars",
1498+
-1,
1499+
),
1500+
"lin_element_ratios_times_masses.lin_Mg_over_H_times_star_mass_100_kpc": (
1501+
"exclusivesphere.100kpc.linearmassweightedmagnesiumoverhydrogenofstars",
1502+
-1,
1503+
),
1504+
"log_element_ratios_times_masses.log_Mg_over_H_times_star_mass_lowfloor_30_kpc": (
1505+
"exclusivesphere.30kpc.logarithmicmassweightedmagnesiumoverhydrogenofstarslowlimit",
1506+
-1,
1507+
),
1508+
"log_element_ratios_times_masses.log_Mg_over_H_times_star_mass_lowfloor_50_kpc": (
1509+
"exclusivesphere.50kpc.logarithmicmassweightedmagnesiumoverhydrogenofstarslowlimit",
1510+
-1,
1511+
),
1512+
"log_element_ratios_times_masses.log_Mg_over_H_times_star_mass_lowfloor_100_kpc": (
1513+
"exclusivesphere.100kpc.logarithmicmassweightedmagnesiumoverhydrogenofstarslowlimit",
1514+
-1,
1515+
),
1516+
"log_element_ratios_times_masses.log_Mg_over_H_times_star_mass_highfloor_30_kpc": (
1517+
"exclusivesphere.30kpc.logarithmicmassweightedmagnesiumoverhydrogenofstarshighlimit",
1518+
-1,
1519+
),
1520+
"log_element_ratios_times_masses.log_Mg_over_H_times_star_mass_highfloor_50_kpc": (
1521+
"exclusivesphere.50kpc.logarithmicmassweightedmagnesiumoverhydrogenofstarshighlimit",
1522+
-1,
1523+
),
1524+
"log_element_ratios_times_masses.log_Mg_over_H_times_star_mass_highfloor_100_kpc": (
1525+
"exclusivesphere.100kpc.logarithmicmassweightedmagnesiumoverhydrogenofstarshighlimit",
1526+
-1,
1527+
),
14921528
"cold_dense_gas_properties.cold_dense_diffuse_metal_mass_30_kpc": (
14931529
"exclusivesphere.30kpc.gasmassincolddensediffusemetals",
14941530
-1,

0 commit comments

Comments
 (0)