[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,
"M": U.Msun,
"dmf": U.Msun,
"x": "",
"y": "",
"z": "",
"vx": "",
"vy": "",
"vz": "",
"rot_period": "[y]",
"lx": "|l|",
"ly": "|l|",
"lz": "|l|",
"acc_rate": "[Msol/y]",
"acc_lum": "[Lsol]",
"x": "unit_density",
"y": "unit_density",
"z": "unit_density",
"vx": "unit_velocity",
"vy": "unit_velocity",
"vz": "unit_velocity",
"rot_period": "unit_time",
"lx": U.none,
"ly": U.none,
"lz": U.none,
"acc_rate": U.none,
"acc_lum": U.none,
"age": U.year,
"int_lum": "[Lsol]",
"int_lum": U.none,
"Teff": U.K,
},
),