fixed power label
This commit is contained in:
@@ -198,7 +198,7 @@ def app(config_file: os.PathLike | None = None):
|
|||||||
if lim.ion_lim > lim.sf_lim:
|
if lim.ion_lim > lim.sf_lim:
|
||||||
power = lim.sf_lim * 1e3 * config.rep_rate
|
power = lim.sf_lim * 1e3 * config.rep_rate
|
||||||
info_lines += [
|
info_lines += [
|
||||||
f"max energy = {power:.0f}mW",
|
f"max power = {power:.0f}mW",
|
||||||
f"N = {lim.soliton_sf_limit:.1f}",
|
f"N = {lim.soliton_sf_limit:.1f}",
|
||||||
"limited by self-focusing",
|
"limited by self-focusing",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user