Add names

This commit is contained in:
rstiskalek 2024-09-17 10:26:24 +01:00
parent e135a4c38c
commit cced851d4a

View File

@ -157,6 +157,9 @@ def simname_to_pretty(simname):
"CF4": "Courtois+23", "CF4": "Courtois+23",
"CF4gp": "CF4group", "CF4gp": "CF4group",
"CLONES": "Sorce+2018", "CLONES": "Sorce+2018",
"IndranilVoid_exp": "Exponential",
"IndranilVoid_gauss": "Gaussian",
"IndranilVoid_mb": "Maxwell-Boltzmann",
} }
if isinstance(simname, list): if isinstance(simname, list):