[snapshotprocessor] put sinks units

This commit is contained in:
Noe Brucy
2021-07-22 13:52:20 +02:00
parent d3a9a6aec3
commit 293ffc470f
+13 -13
View File
@@ -1655,20 +1655,20 @@ class SnapshotProcessor(HDF5Container):
"Id": U.none, "Id": U.none,
"M": U.Msun, "M": U.Msun,
"dmf": U.Msun, "dmf": U.Msun,
"x": "", "x": "unit_density",
"y": "", "y": "unit_density",
"z": "", "z": "unit_density",
"vx": "", "vx": "unit_velocity",
"vy": "", "vy": "unit_velocity",
"vz": "", "vz": "unit_velocity",
"rot_period": "[y]", "rot_period": "unit_time",
"lx": "|l|", "lx": U.none,
"ly": "|l|", "ly": U.none,
"lz": "|l|", "lz": U.none,
"acc_rate": "[Msol/y]", "acc_rate": U.none,
"acc_lum": "[Lsol]", "acc_lum": U.none,
"age": U.year, "age": U.year,
"int_lum": "[Lsol]", "int_lum": U.none,
"Teff": U.K, "Teff": U.K,
}, },
), ),