Update name

This commit is contained in:
rstiskalek 2024-09-23 10:23:33 +01:00
parent da1b317861
commit 8b92d632aa

View File

@ -59,6 +59,7 @@ def names_to_latex(names, for_corner=False):
"mag_cal": "\\mathcal{M}",
"l": "\\ell ~ [\\mathrm{deg}]",
"b": "b ~ [\\mathrm{deg}]",
"rLG": "R_{\\rm offset} ~ [\\mathrm{Mpc} / h]",
}
ltx_corner = {"alpha": r"$\alpha$",
@ -209,6 +210,7 @@ def get_samples(fname, convert_Vext_to_galactic=True):
for key in grp.keys():
samples[key] = grp[key][...]
if "Vext" in samples:
if convert_Vext_to_galactic:
Vext = samples.pop("Vext")
samples["Vmag"] = np.linalg.norm(Vext, axis=1)