minor tweaks

This commit is contained in:
Valentin Boettcher 2024-05-13 15:22:16 -04:00
parent c1f6e9a44f
commit ba134016c0

View file

@ -13,7 +13,7 @@ path = (
scan = ScanData.from_dir(path, truncation=[0, 50])
STEPS = [2, 3, 5]
fig, ax = plot_scan(scan, smoothe_output=50, normalize=True, laser=False, steps=True)
fig, ax = plot_scan(scan, smoothe_output=500, normalize=True, laser=True, steps=True)
for STEP in STEPS:
time, output, _ = scan.for_step(step=STEP)