mirror of
https://github.com/vale981/fibre_walk_project_code
synced 2025-03-06 02:11:38 -05:00
minor tweaks
This commit is contained in:
parent
c1f6e9a44f
commit
ba134016c0
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ path = (
|
||||||
scan = ScanData.from_dir(path, truncation=[0, 50])
|
scan = ScanData.from_dir(path, truncation=[0, 50])
|
||||||
|
|
||||||
STEPS = [2, 3, 5]
|
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:
|
for STEP in STEPS:
|
||||||
time, output, _ = scan.for_step(step=STEP)
|
time, output, _ = scan.for_step(step=STEP)
|
||||||
|
|
Loading…
Add table
Reference in a new issue