fixed power label

This commit is contained in:
Benoît Sierro
2023-07-10 16:34:55 +02:00
parent a462e80882
commit 7ac5b87016

View File

@@ -198,7 +198,7 @@ def app(config_file: os.PathLike | None = None):
if lim.ion_lim > lim.sf_lim:
power = lim.sf_lim * 1e3 * config.rep_rate
info_lines += [
f"max energy = {power:.0f}mW",
f"max power = {power:.0f}mW",
f"N = {lim.soliton_sf_limit:.1f}",
"limited by self-focusing",
]