From bab0657b0288c9b2bf914062864e5b4be08ef3ab Mon Sep 17 00:00:00 2001 From: Noe Brucy Date: Fri, 20 May 2022 14:58:21 +0200 Subject: [PATCH] [plotter] Bx conversion --- plotter.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plotter.py b/plotter.py index dd0dcea..b257a80 100644 --- a/plotter.py +++ b/plotter.py @@ -183,13 +183,13 @@ class Plotter(Aggregator, BaseProcessor): "bx_bound": "$B_0$", "levelmax": "$l_{\\max}$", "levelmin": "$l_{\\min}$", - "comp_frac": "$1 - \\zeta$", + "comp_frac": "$\chi$", } # Conversion table from namelist values (from amses config file) into LaTex strings value_convert = { "sfr_avg_window": lambda x: "${:g}$ Myr".format(80 * x), - "bx_bound": lambda x: "${:g}$ $\\mu G$".format(5.267501272979475 * x), + "Bx": lambda x: "${:g}$ $\\mu G$".format(7.6189439 * x), } def __init__(