Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotan committed Jun 11, 2024
1 parent 82baaef commit b6b25cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
2024-06-05 Jan Kotanski <jankotan@gmail.com>
* add eigerdectrismesh template (#649)
* add eiger9m32vds template (#652)
* fix typos in stepindex datasources
* tagged as v4.3.0

2024-06-05 Jan Kotanski <jankotan@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion nxstools/xmltemplates/eiger9m32vds_triggermode_cb.ds.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<definition>
<datasource type="PYEVAL" name="$(name)_triggermode_cb">
<result name="result">
from nxstools.pyeval import eigerdectris
from nxstools.pyeval import eigerdectris
ds.result = eigerdectris.triggermode_cb(commonblock, "$(name)", ds.$(name)_triggermode, ds.$(name)_nbimages, "$(hostname)", "$(device)", "$var.filename", "$(name)_stepindex", "$var.entryname#'$(__entryname__)'$var.serialno", "$(__insname__)", "EigerDectris", "EigerFilewriter", True, [3269, 3110], "uint32", "$var.acq_modes")
</result>
$datasources.$(name)_triggermode
Expand Down

0 comments on commit b6b25cf

Please sign in to comment.