Contour correction + unit uG

This commit is contained in:
Noe Brucy
2020-07-27 15:15:48 +02:00
parent 755831ce0b
commit 013aab911e
3 changed files with 12 additions and 42 deletions
+5
View File
@@ -75,3 +75,8 @@ cst.ssfrG = cst.create_unit(
descr="Surfacic SFR",
latex="M$_{\odot}$.Gyr$^{-1}$.pc$^{-2}$",
)
cst.uG = cst.create_unit(
"μG", base_unit=1e-10 * cst.T, descr="Micro Gauss", latex="$\mu\mathrm{G}$"
)