improvements
This commit is contained in:
@@ -68,3 +68,10 @@ cst.ssfr = cst.create_unit(
|
||||
descr="Surfacic SFR",
|
||||
latex="M$_{\odot}$.yr$^{-1}$.pc$^{-2}$",
|
||||
)
|
||||
|
||||
cst.ssfrG = cst.create_unit(
|
||||
"Msun.Gyr^-1.pc^-2",
|
||||
base_unit=1e-9 * cst.Msun / cst.year / cst.pc ** 2,
|
||||
descr="Surfacic SFR",
|
||||
latex="M$_{\odot}$.Gyr$^{-1}$.pc$^{-2}$",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user