Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ID11
id11
Commits
f907507b
Commit
f907507b
authored
Jul 10, 2020
by
Emmanuel Papillon
Browse files
add fscan2d for tdxrd/nscope
parent
2417efc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
id11/scans/fscans.py
View file @
f907507b
...
...
@@ -146,11 +146,11 @@ class ID11FScan2D(FScanDiagRunner):
pars
.
latency_time
=
self
.
_min_latency_time
min_step_time
=
pars
.
acq_time
+
readout_time
+
pars
.
latency_time
if
pars
.
step_time
<
min_step_time
:
pars
.
step_time
=
min_step_time
if
pars
.
fast_
step_time
<
min_step_time
:
pars
.
fast_
step_time
=
min_step_time
super
().
validate
()
pars
.
step_time
=
0.
pars
.
fast_
step_time
=
0.
def
__call__
(
self
,
slow_motor
,
slow_start
,
slow_step
,
slow_npoints
,
fast_motor
,
fast_start
,
fast_step
,
fast_npoints
,
acq_time
,
mode
=
"REWIND"
,
**
kwargs
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment