Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PETRA III Debian Packages
python-sardana-macros
Commits
380a22ac
Commit
380a22ac
authored
Jun 10, 2022
by
jkotan
Browse files
New upstream version 1.0.3
parent
ed24d363
Changes
5
Hide whitespace changes
Inline
Side-by-side
DESY_general/eigerCli.py
View file @
380a22ac
...
...
@@ -30,7 +30,7 @@ class eigerCli(Macro):
eigerCli name --pf <value> Prefix
eigerCli name --tm <value> TriggerMode: 'ints' or 'exts'
names: p07e2x4m p08e2x1m p10e4m p1
1e2x16
m p62e2x4m p62e2x9m
names:
p02e2x4m p06p029racke4m
p07e2x4m p08e2x1m p10e4m p1
0e500 p11e2x16m p21e2x4
m p62e2x4m p62e2x9m
"""
param_def
=
[
[
'name'
,
Type
.
String
,
None
,
'Detector name'
],
...
...
DESY_general/scan_repeatpoints.py
View file @
380a22ac
...
...
@@ -173,7 +173,7 @@ class aNscanRepeat(Hookable):
# calculate motion time
max_step0_time
,
max_step_time
=
0.0
,
0.0
# first motion takes longer, all others should be "equal"
step0
=
it
.
next
()
step0
=
next
(
it
)
for
v_motor
,
start
,
stop
,
length
in
zip
(
v_motors
,
curr_pos
,
step0
[
'positions'
],
self
.
interv_sizes
):
path0
=
MotionPath
(
v_motor
,
start
,
stop
)
...
...
PKG-INFO
View file @
380a22ac
Metadata-Version: 1.2
Name: sardana-macros
Version: 1.0.
2
Version: 1.0.
3
Summary: UNKNOWN
Home-page: https://sourceforge.net/u/tere29/sardanamacros/ci/master/tree/
Author: Sardana Controller Developers
...
...
sardana_macros.egg-info/PKG-INFO
View file @
380a22ac
Metadata-Version: 1.2
Name: sardana-macros
Version: 1.0.
2
Version: 1.0.
3
Summary: UNKNOWN
Home-page: https://sourceforge.net/u/tere29/sardanamacros/ci/master/tree/
Author: Sardana Controller Developers
...
...
setup.py
View file @
380a22ac
...
...
@@ -4,7 +4,7 @@
# import imp
from
setuptools
import
setup
release
=
"1.0.
2
"
release
=
"1.0.
3
"
package_dir
=
{
"sardana.sardana-macros.DESY_general"
:
"DESY_general"
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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