nxstools 4.32.0__tar.gz → 4.35.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (462) hide show
  1. {nxstools-4.32.0 → nxstools-4.35.1}/ChangeLog +16 -0
  2. {nxstools-4.32.0/nxstools.egg-info → nxstools-4.35.1}/PKG-INFO +1 -1
  3. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/h5rediswriter.py +10 -0
  4. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/release.py +1 -1
  5. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/__init__.py +36 -2
  6. nxstools-4.35.1/nxstools/xmltemplates/pilcslavevds.xml +115 -0
  7. nxstools-4.35.1/nxstools/xmltemplates/pilcslavevds_exposuretimemap.ds.xml +13 -0
  8. nxstools-4.35.1/nxstools/xmltemplates/pilcslavevds_value1map.ds.xml +13 -0
  9. nxstools-4.35.1/nxstools/xmltemplates/pilcslavevds_value2map.ds.xml +13 -0
  10. nxstools-4.35.1/nxstools/xmltemplates/pilcslavevds_value3map.ds.xml +13 -0
  11. nxstools-4.35.1/nxstools/xmltemplates/pilcslavevds_value4map.ds.xml +13 -0
  12. nxstools-4.35.1/nxstools/xmltemplates/pilcslavevds_value5map.ds.xml +13 -0
  13. nxstools-4.35.1/nxstools/xmltemplates/prodigyremote.xml +78 -0
  14. {nxstools-4.32.0 → nxstools-4.35.1/nxstools.egg-info}/PKG-INFO +1 -1
  15. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools.egg-info/SOURCES.txt +8 -0
  16. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateOnlineCPFS_test.py +11 -5
  17. {nxstools-4.32.0 → nxstools-4.35.1}/.ci/debian10_py2/Dockerfile +0 -0
  18. {nxstools-4.32.0 → nxstools-4.35.1}/.ci/debian10_py3/Dockerfile +0 -0
  19. {nxstools-4.32.0 → nxstools-4.35.1}/.ci/debian11_py3/Dockerfile +0 -0
  20. {nxstools-4.32.0 → nxstools-4.35.1}/.ci/debian12_py3/Dockerfile +0 -0
  21. {nxstools-4.32.0 → nxstools-4.35.1}/.ci/debian9_py2/Dockerfile +0 -0
  22. {nxstools-4.32.0 → nxstools-4.35.1}/.ci/debian9_py3/Dockerfile +0 -0
  23. {nxstools-4.32.0 → nxstools-4.35.1}/.ci/install.sh +0 -0
  24. {nxstools-4.32.0 → nxstools-4.35.1}/.ci/run.sh +0 -0
  25. {nxstools-4.32.0 → nxstools-4.35.1}/.ci/ubuntu18.04_py2/Dockerfile +0 -0
  26. {nxstools-4.32.0 → nxstools-4.35.1}/.ci/ubuntu18.04_py3/Dockerfile +0 -0
  27. {nxstools-4.32.0 → nxstools-4.35.1}/.ci/ubuntu20.04_py3/Dockerfile +0 -0
  28. {nxstools-4.32.0 → nxstools-4.35.1}/.ci/ubuntu22.04_py3/Dockerfile +0 -0
  29. {nxstools-4.32.0 → nxstools-4.35.1}/.ci/ubuntu23.04_py3/Dockerfile +0 -0
  30. {nxstools-4.32.0 → nxstools-4.35.1}/.ci/ubuntu23.10_py3/Dockerfile +0 -0
  31. {nxstools-4.32.0 → nxstools-4.35.1}/.ci/ubuntu24.04_py3/Dockerfile +0 -0
  32. {nxstools-4.32.0 → nxstools-4.35.1}/.ci/ubuntu24.10_py3/Dockerfile +0 -0
  33. {nxstools-4.32.0 → nxstools-4.35.1}/.flake8 +0 -0
  34. {nxstools-4.32.0 → nxstools-4.35.1}/.github/workflows/tests.yml +0 -0
  35. {nxstools-4.32.0 → nxstools-4.35.1}/.gitignore +0 -0
  36. {nxstools-4.32.0 → nxstools-4.35.1}/COPYRIGHT +0 -0
  37. {nxstools-4.32.0 → nxstools-4.35.1}/MANIFEST.in +0 -0
  38. {nxstools-4.32.0 → nxstools-4.35.1}/README.rst +0 -0
  39. {nxstools-4.32.0 → nxstools-4.35.1}/doc/Makefile +0 -0
  40. {nxstools-4.32.0 → nxstools-4.35.1}/doc/conf.py +0 -0
  41. {nxstools-4.32.0 → nxstools-4.35.1}/doc/index.rst +0 -0
  42. {nxstools-4.32.0 → nxstools-4.35.1}/doc/make.bat +0 -0
  43. {nxstools-4.32.0 → nxstools-4.35.1}/doc/nxscollect.rst +0 -0
  44. {nxstools-4.32.0 → nxstools-4.35.1}/doc/nxsconfig.rst +0 -0
  45. {nxstools-4.32.0 → nxstools-4.35.1}/doc/nxscreate.rst +0 -0
  46. {nxstools-4.32.0 → nxstools-4.35.1}/doc/nxsdata.rst +0 -0
  47. {nxstools-4.32.0 → nxstools-4.35.1}/doc/nxsetup.rst +0 -0
  48. {nxstools-4.32.0 → nxstools-4.35.1}/doc/nxsfileinfo.rst +0 -0
  49. {nxstools-4.32.0 → nxstools-4.35.1}/doc/nxstools.rst +0 -0
  50. {nxstools-4.32.0 → nxstools-4.35.1}/man/nxscollect.1 +0 -0
  51. {nxstools-4.32.0 → nxstools-4.35.1}/man/nxsconfig.1 +0 -0
  52. {nxstools-4.32.0 → nxstools-4.35.1}/man/nxscreate.1 +0 -0
  53. {nxstools-4.32.0 → nxstools-4.35.1}/man/nxsdata.1 +0 -0
  54. {nxstools-4.32.0 → nxstools-4.35.1}/man/nxsetup.1 +0 -0
  55. {nxstools-4.32.0 → nxstools-4.35.1}/man/nxsfileinfo.1 +0 -0
  56. {nxstools-4.32.0 → nxstools-4.35.1}/man/nxstools.1 +0 -0
  57. {nxstools-4.32.0 → nxstools-4.35.1}/nxscollect +0 -0
  58. {nxstools-4.32.0 → nxstools-4.35.1}/nxsconfig +0 -0
  59. {nxstools-4.32.0 → nxstools-4.35.1}/nxscreate +0 -0
  60. {nxstools-4.32.0 → nxstools-4.35.1}/nxsdata +0 -0
  61. {nxstools-4.32.0 → nxstools-4.35.1}/nxsetup +0 -0
  62. {nxstools-4.32.0 → nxstools-4.35.1}/nxsfileinfo +0 -0
  63. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/__init__.py +0 -0
  64. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/filenamegenerator.py +0 -0
  65. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/filewriter.py +0 -0
  66. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/h5cppwriter.py +0 -0
  67. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/h5pywriter.py +0 -0
  68. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/nxsargparser.py +0 -0
  69. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/nxscollect.py +0 -0
  70. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/nxsconfig.py +0 -0
  71. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/nxscreate.py +0 -0
  72. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/nxscreator.py +0 -0
  73. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/nxsdata.py +0 -0
  74. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/nxsdevicetools.py +0 -0
  75. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/nxsetup.py +0 -0
  76. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/nxsfileinfo.py +0 -0
  77. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/nxsfileparser.py +0 -0
  78. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/nxsparser.py +0 -0
  79. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/nxsxml.py +0 -0
  80. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/ontology/__init__.py +0 -0
  81. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/ontology/ontology.json +0 -0
  82. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/pyeval/__init__.py +0 -0
  83. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/pyeval/absorber.py +0 -0
  84. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/pyeval/beamtimeid.py +0 -0
  85. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/pyeval/cobold.py +0 -0
  86. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/pyeval/common.py +0 -0
  87. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/pyeval/dalsa.py +0 -0
  88. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/pyeval/dalsavds.py +0 -0
  89. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/pyeval/datasignal.py +0 -0
  90. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/pyeval/dcm.py +0 -0
  91. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/pyeval/eigerdectris.py +0 -0
  92. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/pyeval/lambdavds.py +0 -0
  93. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/pyeval/limaccd.py +0 -0
  94. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/pyeval/lmbd.py +0 -0
  95. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/pyeval/marccd.py +0 -0
  96. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/pyeval/minipix.py +0 -0
  97. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/pyeval/mssar.py +0 -0
  98. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/pyeval/mythen.py +0 -0
  99. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/pyeval/pco.py +0 -0
  100. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/pyeval/pe.py +0 -0
  101. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/pyeval/pilatus.py +0 -0
  102. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/pyeval/pilc.py +0 -0
  103. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/pyeval/pilcvds.py +0 -0
  104. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/pyeval/qbpm.py +0 -0
  105. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/pyeval/scdataset.py +0 -0
  106. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/pyeval/secop.py +0 -0
  107. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/pyeval/tangovimba.py +0 -0
  108. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/pyeval/timestamp.py +0 -0
  109. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/pyeval/xspress3.py +0 -0
  110. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/redisutils.py +0 -0
  111. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/absorber.xml +0 -0
  112. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/absorber_foil.ds.xml +0 -0
  113. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/absorber_thickness.ds.xml +0 -0
  114. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/beamstop.xml +0 -0
  115. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/beamtime_filename.ds.xml +0 -0
  116. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/beamtime_id.ds.xml +0 -0
  117. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/beamtimefname.ds.xml +0 -0
  118. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/beamtimefname.xml +0 -0
  119. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/beamtimeid.ds.xml +0 -0
  120. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/beamtimeid.xml +0 -0
  121. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/chcut.xml +0 -0
  122. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/chcut_crystal.ds.xml +0 -0
  123. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/chcut_unitcalibration.ds.xml +0 -0
  124. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/chemical_formula.ds.xml +0 -0
  125. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/client_start_time.ds.xml +0 -0
  126. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/cobold.xml +0 -0
  127. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/coboldhisto.xml +0 -0
  128. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/coboldhisto_timeofflight.ds.xml +0 -0
  129. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/collect2.xml +0 -0
  130. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/collect3.xml +0 -0
  131. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/collect4.xml +0 -0
  132. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/collect5.xml +0 -0
  133. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/collect6.xml +0 -0
  134. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/collection_description.ds.xml +0 -0
  135. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/collection_identifier.ds.xml +0 -0
  136. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/common2_common.ds.xml +0 -0
  137. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/common3_common.ds.xml +0 -0
  138. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/dalsa.xml +0 -0
  139. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/dalsa_external_data.ds.xml +0 -0
  140. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/dalsa_nxdata.ds.xml +0 -0
  141. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/dalsavds.xml +0 -0
  142. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/dalsavds_filestartnum_cb.ds.xml +0 -0
  143. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/dalsavds_nrexposedframes_cb.ds.xml +0 -0
  144. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/dalsavds_nxdata.ds.xml +0 -0
  145. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/dalsavds_triggermode_cb.ds.xml +0 -0
  146. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/dataaxessignal.xml +0 -0
  147. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/datasignal.xml +0 -0
  148. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/dcm.xml +0 -0
  149. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/dcm_crystal.ds.xml +0 -0
  150. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/dcm_reflection.ds.xml +0 -0
  151. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/dcm_unitcalibration.ds.xml +0 -0
  152. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/default.xml +0 -0
  153. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/defaultaxes.ds.xml +0 -0
  154. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/defaultcollection.xml +0 -0
  155. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/defaultinstrument.xml +0 -0
  156. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/defaultsample.xml +0 -0
  157. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/defaultsampleidentifier.xml +0 -0
  158. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/defaultsignal.ds.xml +0 -0
  159. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/description.xml +0 -0
  160. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/descriptiontext.xml +0 -0
  161. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/detectorlive.xml +0 -0
  162. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eiger1m16vds.xml +0 -0
  163. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eiger1m16vds_description_cb.ds.xml +0 -0
  164. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eiger1m16vds_nbimages_cb.ds.xml +0 -0
  165. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eiger1m16vds_stepindex.ds.xml +0 -0
  166. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eiger1m16vds_triggermode_cb.ds.xml +0 -0
  167. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eiger1m32vds.xml +0 -0
  168. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eiger1m32vds_description_cb.ds.xml +0 -0
  169. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eiger1m32vds_nbimages_cb.ds.xml +0 -0
  170. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eiger1m32vds_stepindex.ds.xml +0 -0
  171. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eiger1m32vds_triggermode_cb.ds.xml +0 -0
  172. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eiger4m16vds.xml +0 -0
  173. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eiger4m16vds_description_cb.ds.xml +0 -0
  174. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eiger4m16vds_nbimages_cb.ds.xml +0 -0
  175. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eiger4m16vds_stepindex.ds.xml +0 -0
  176. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eiger4m16vds_triggermode_cb.ds.xml +0 -0
  177. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eiger4m32vds.xml +0 -0
  178. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eiger4m32vds_description_cb.ds.xml +0 -0
  179. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eiger4m32vds_nbimages_cb.ds.xml +0 -0
  180. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eiger4m32vds_stepindex.ds.xml +0 -0
  181. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eiger4m32vds_triggermode_cb.ds.xml +0 -0
  182. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eiger9m16vds.xml +0 -0
  183. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eiger9m16vds_description_cb.ds.xml +0 -0
  184. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eiger9m16vds_nbimages_cb.ds.xml +0 -0
  185. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eiger9m16vds_stepindex.ds.xml +0 -0
  186. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eiger9m16vds_triggermode_cb.ds.xml +0 -0
  187. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eiger9m32vds.xml +0 -0
  188. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eiger9m32vds_description_cb.ds.xml +0 -0
  189. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eiger9m32vds_nbimages_cb.ds.xml +0 -0
  190. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eiger9m32vds_stepindex.ds.xml +0 -0
  191. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eiger9m32vds_triggermode_cb.ds.xml +0 -0
  192. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eigerdectris.xml +0 -0
  193. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eigerdectris_description_cb.ds.xml +0 -0
  194. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eigerdectris_nbimages_cb.ds.xml +0 -0
  195. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eigerdectris_stepindex.ds.xml +0 -0
  196. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eigerdectris_triggermode_cb.ds.xml +0 -0
  197. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eigerdectrismesh.xml +0 -0
  198. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eigerdectrismesh_description_cb.ds.xml +0 -0
  199. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eigerdectrismesh_nbimages_cb.ds.xml +0 -0
  200. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eigerdectrismesh_stepindex.ds.xml +0 -0
  201. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/eigerdectrismesh_triggermode_cb.ds.xml +0 -0
  202. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/empty.xml +0 -0
  203. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/end_time.ds.xml +0 -0
  204. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/experiment_description.ds.xml +0 -0
  205. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/groupsecop.ds.xml +0 -0
  206. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/groupsecop_time.ds.xml +0 -0
  207. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/keithley.xml +0 -0
  208. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/lambda.xml +0 -0
  209. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/lambda2m.xml +0 -0
  210. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/lambda2m_m1_external_data.ds.xml +0 -0
  211. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/lambda2m_m1_nxdata.ds.xml +0 -0
  212. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/lambda2m_m2_external_data.ds.xml +0 -0
  213. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/lambda2m_m2_nxdata.ds.xml +0 -0
  214. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/lambda2m_m3_external_data.ds.xml +0 -0
  215. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/lambda2m_m3_nxdata.ds.xml +0 -0
  216. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/lambda_external_data.ds.xml +0 -0
  217. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/lambda_nxdata.ds.xml +0 -0
  218. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/lambdavds.xml +0 -0
  219. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/lambdavds_description.ds.xml +0 -0
  220. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/lambdavds_framenumbers_cb.ds.xml +0 -0
  221. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/lambdavds_nxdata.ds.xml +0 -0
  222. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/lambdavds_savefilename_cb.ds.xml +0 -0
  223. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/lambdavds_triggermode_cb.ds.xml +0 -0
  224. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/lambdavdsnm.xml +0 -0
  225. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/lambdavdsnm_nxdata.ds.xml +0 -0
  226. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/lambdavdsnm_triggermode_cb.ds.xml +0 -0
  227. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/limaccd.xml +0 -0
  228. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/limaccd_description.ds.xml +0 -0
  229. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/limaccd_filestartnum_cb.ds.xml +0 -0
  230. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/limaccd_postrun.ds.xml +0 -0
  231. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/limaccd_xpixelsize.ds.xml +0 -0
  232. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/limaccd_ypixelsize.ds.xml +0 -0
  233. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/limaccdvds.xml +0 -0
  234. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/limaccdvds_description.ds.xml +0 -0
  235. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/limaccdvds_filestartnum_cb.ds.xml +0 -0
  236. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/limaccdvds_postrun.ds.xml +0 -0
  237. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/limaccdvds_xpixelsize.ds.xml +0 -0
  238. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/limaccdvds_ypixelsize.ds.xml +0 -0
  239. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/maia.xml +0 -0
  240. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/maiadimension.xml +0 -0
  241. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/maiaflux.xml +0 -0
  242. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/marccd.xml +0 -0
  243. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/marccd_postrun.ds.xml +0 -0
  244. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/mcaxia.xml +0 -0
  245. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/minipix.xml +0 -0
  246. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/minipix_description.ds.xml +0 -0
  247. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/minipix_framenumbers_cb.ds.xml +0 -0
  248. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/minipix_nxdata.ds.xml +0 -0
  249. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/minipix_savefilename_cb.ds.xml +0 -0
  250. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/minipix_triggermode_cb.ds.xml +0 -0
  251. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/msnsar_env.ds.xml +0 -0
  252. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/mssar_env.ds.xml +0 -0
  253. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/mythen.xml +0 -0
  254. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/mythen2.xml +0 -0
  255. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/mythen_filestartnumber.ds.xml +0 -0
  256. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/mythen_postrun.ds.xml +0 -0
  257. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/nexdatas_configuration.ds.xml +0 -0
  258. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/nexdatas_version.ds.xml +0 -0
  259. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/parametercopymap.xml +0 -0
  260. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/pco.xml +0 -0
  261. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/pco_description.ds.xml +0 -0
  262. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/pco_filestartnum_cb.ds.xml +0 -0
  263. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/pco_postrun.ds.xml +0 -0
  264. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/perkinelmerdetector.xml +0 -0
  265. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/perkinelmerdetector_description.ds.xml +0 -0
  266. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/perkinelmerdetector_fileindex_cb.ds.xml +0 -0
  267. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/perkinelmerdetector_postrun.ds.xml +0 -0
  268. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/pilatus.xml +0 -0
  269. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/pilatus100k_description.ds.xml +0 -0
  270. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/pilatus1m_description.ds.xml +0 -0
  271. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/pilatus2m_description.ds.xml +0 -0
  272. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/pilatus300k_description.ds.xml +0 -0
  273. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/pilatus6m_description.ds.xml +0 -0
  274. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/pilatus_description.ds.xml +0 -0
  275. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/pilatus_filestartnum_cb.ds.xml +0 -0
  276. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/pilatus_mxparameters_cb.ds.xml +0 -0
  277. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/pilatus_postrun.ds.xml +0 -0
  278. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/pilc.xml +0 -0
  279. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/pilc_triggermode_cb.ds.xml +0 -0
  280. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/pilctimeid.xml +0 -0
  281. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/pilctimeid_triggermode_cb.ds.xml +0 -0
  282. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/pilcvds.xml +0 -0
  283. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/pilcvds4.xml +0 -0
  284. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/pilcvds_attrmap.ds.xml +0 -0
  285. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/pilcvds_countermap.ds.xml +0 -0
  286. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/pilcvds_encoder1map.ds.xml +0 -0
  287. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/pilcvds_encoder2map.ds.xml +0 -0
  288. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/pilcvds_encoder3map.ds.xml +0 -0
  289. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/pilcvds_encoder4map.ds.xml +0 -0
  290. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/pilcvds_encoder5map.ds.xml +0 -0
  291. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/pinhole.xml +0 -0
  292. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/pointdet.xml +0 -0
  293. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/qbpm.xml +0 -0
  294. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/qbpm_foil.ds.xml +0 -0
  295. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/sample_description.ds.xml +0 -0
  296. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/sample_env_links.ds.xml +0 -0
  297. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/sample_identifier.ds.xml +0 -0
  298. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/sample_log_links.ds.xml +0 -0
  299. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/sample_name.ds.xml +0 -0
  300. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/sample_nxdata.ds.xml +0 -0
  301. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/sampledescription.xml +0 -0
  302. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/sampledescriptiontext.xml +0 -0
  303. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/sampleenv_nxdata.ds.xml +0 -0
  304. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/samplehkl.xml +0 -0
  305. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/sardanaenvironment.ds.xml +0 -0
  306. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/secop.ds.xml +0 -0
  307. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/secop_time.ds.xml +0 -0
  308. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/signal_axes.ds.xml +0 -0
  309. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/signal_name.ds.xml +0 -0
  310. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/signalname.ds.xml +0 -0
  311. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/singlesecop.ds.xml +0 -0
  312. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/singlesecop_time.ds.xml +0 -0
  313. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/slit.xml +0 -0
  314. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/source.xml +0 -0
  315. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/start_time.ds.xml +0 -0
  316. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/start_timestamp.ds.xml +0 -0
  317. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/starttime.ds.xml +0 -0
  318. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/starttime.xml +0 -0
  319. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/tango.ds.xml +0 -0
  320. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/tangovimba.xml +0 -0
  321. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/tangovimba_external_data.ds.xml +0 -0
  322. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/tangovimba_nxdata.ds.xml +0 -0
  323. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/title.ds.xml +0 -0
  324. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/undulator.xml +0 -0
  325. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/xspress3.xml +0 -0
  326. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools/xmltemplates/xspress3_triggermode_cb.ds.xml +0 -0
  327. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools.egg-info/dependency_links.txt +0 -0
  328. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools.egg-info/not-zip-safe +0 -0
  329. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools.egg-info/requires.txt +0 -0
  330. {nxstools-4.32.0 → nxstools-4.35.1}/nxstools.egg-info/top_level.txt +0 -0
  331. {nxstools-4.32.0 → nxstools-4.35.1}/setup.cfg +0 -0
  332. {nxstools-4.32.0 → nxstools-4.35.1}/setup.py +0 -0
  333. {nxstools-4.32.0 → nxstools-4.35.1}/test/FileWriterH5CppH5PY_test.py +0 -0
  334. {nxstools-4.32.0 → nxstools-4.35.1}/test/FileWriterH5Cpp_test.py +0 -0
  335. {nxstools-4.32.0 → nxstools-4.35.1}/test/FileWriterH5PY_test.py +0 -0
  336. {nxstools-4.32.0 → nxstools-4.35.1}/test/H5CppRedisWriter_test.py +0 -0
  337. {nxstools-4.32.0 → nxstools-4.35.1}/test/H5CppWriter_test.py +0 -0
  338. {nxstools-4.32.0 → nxstools-4.35.1}/test/H5PYWriter_test.py +0 -0
  339. {nxstools-4.32.0 → nxstools-4.35.1}/test/MacroServer2 +0 -0
  340. {nxstools-4.32.0 → nxstools-4.35.1}/test/MacroServer3 +0 -0
  341. {nxstools-4.32.0 → nxstools-4.35.1}/test/MacroServerSetUp.py +0 -0
  342. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCollectH5Cpp_test.py +0 -0
  343. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCollectH5PY_test.py +0 -0
  344. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCollect_test.py +0 -0
  345. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSConfig_test.py +0 -0
  346. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateClientDSDB2_test.py +0 -0
  347. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateClientDSDBR2_test.py +0 -0
  348. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateClientDSDBR_test.py +0 -0
  349. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateClientDSDB_test.py +0 -0
  350. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateClientDSFS2_test.py +0 -0
  351. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateClientDSFS3_test.py +0 -0
  352. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateClientDSFS_test.py +0 -0
  353. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateCompDB2_test.py +0 -0
  354. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateCompDBR2_test.py +0 -0
  355. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateCompDBR_test.py +0 -0
  356. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateCompDB_test.py +0 -0
  357. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateCompFS2_test.py +0 -0
  358. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateCompFS3_test.py +0 -0
  359. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateCompFS_test.py +0 -0
  360. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateCompare_test.py +0 -0
  361. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateDeviceDSDB2_test.py +0 -0
  362. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateDeviceDSDBR2_test.py +0 -0
  363. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateDeviceDSDBR_test.py +0 -0
  364. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateDeviceDSDB_test.py +0 -0
  365. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateDeviceDSFS2_test.py +0 -0
  366. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateDeviceDSFS3_test.py +0 -0
  367. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateDeviceDSFS4_test.py +0 -0
  368. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateDeviceDSFS_test.py +0 -0
  369. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateOnlineCPDB2_test.py +0 -0
  370. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateOnlineCPDBR2_test.py +0 -0
  371. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateOnlineCPDBR_test.py +0 -0
  372. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateOnlineCPDB_test.py +0 -0
  373. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateOnlineCPFS2_test.py +0 -0
  374. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateOnlineCPFS3_test.py +0 -0
  375. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateOnlineDSDB2_test.py +0 -0
  376. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateOnlineDSDBE2_test.py +0 -0
  377. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateOnlineDSDBE_test.py +0 -0
  378. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateOnlineDSDBR2_test.py +0 -0
  379. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateOnlineDSDBR_test.py +0 -0
  380. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateOnlineDSDB_test.py +0 -0
  381. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateOnlineDSFS2_test.py +0 -0
  382. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateOnlineDSFS3_test.py +0 -0
  383. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateOnlineDSFS_test.py +0 -0
  384. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreatePoolDSDB2_test.py +0 -0
  385. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreatePoolDSDBR2_test.py +0 -0
  386. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreatePoolDSDBR_test.py +0 -0
  387. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreatePoolDSDB_test.py +0 -0
  388. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreatePoolDSFS2_test.py +0 -0
  389. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreatePoolDSFS3_test.py +0 -0
  390. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreatePoolDSFS_test.py +0 -0
  391. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreatePyEvalH5Cpp_test.py +0 -0
  392. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreatePyEvalH5PY_test.py +0 -0
  393. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateSECoPCPDB_test.py +0 -0
  394. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateSECoPCPFS_test.py +0 -0
  395. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateStdCompDB2_test.py +0 -0
  396. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateStdCompDBE2_test.py +0 -0
  397. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateStdCompDBE_test.py +0 -0
  398. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateStdCompDBR2_test.py +0 -0
  399. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateStdCompDBR_test.py +0 -0
  400. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateStdCompDB_test.py +0 -0
  401. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateStdCompFS2_test.py +0 -0
  402. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateStdCompFS3_test.py +0 -0
  403. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateStdCompFS_test.py +0 -0
  404. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateTangoDSDB2_test.py +0 -0
  405. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateTangoDSDBR2_test.py +0 -0
  406. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateTangoDSDBR_test.py +0 -0
  407. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateTangoDSDB_test.py +0 -0
  408. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateTangoDSFS2_test.py +0 -0
  409. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateTangoDSFS3_test.py +0 -0
  410. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreateTangoDSFS_test.py +0 -0
  411. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSCreate_test.py +0 -0
  412. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSData_test.py +0 -0
  413. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSFileInfoH5Cpp_test.py +0 -0
  414. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSFileInfoH5PY_test.py +0 -0
  415. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSFileInfo_test.py +0 -0
  416. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSTools_test.py +0 -0
  417. {nxstools-4.32.0 → nxstools-4.35.1}/test/NXSetUp_test.py +0 -0
  418. {nxstools-4.32.0 → nxstools-4.35.1}/test/ServerSetUp.py +0 -0
  419. {nxstools-4.32.0 → nxstools-4.35.1}/test/TestPool.py +0 -0
  420. {nxstools-4.32.0 → nxstools-4.35.1}/test/TestPoolSetUp.py +0 -0
  421. {nxstools-4.32.0 → nxstools-4.35.1}/test/TestServer2 +0 -0
  422. {nxstools-4.32.0 → nxstools-4.35.1}/test/TestServer3 +0 -0
  423. {nxstools-4.32.0 → nxstools-4.35.1}/test/TestServerSetUp.py +0 -0
  424. {nxstools-4.32.0 → nxstools-4.35.1}/test/WriterSetUp.py +0 -0
  425. {nxstools-4.32.0 → nxstools-4.35.1}/test/__init__.py +0 -0
  426. {nxstools-4.32.0 → nxstools-4.35.1}/test/__main__.py +0 -0
  427. {nxstools-4.32.0 → nxstools-4.35.1}/test/checks.py +0 -0
  428. {nxstools-4.32.0 → nxstools-4.35.1}/test/files/empty.json +0 -0
  429. {nxstools-4.32.0 → nxstools-4.35.1}/test/files/empty1.json +0 -0
  430. {nxstools-4.32.0 → nxstools-4.35.1}/test/files/metadata-group-map.lst +0 -0
  431. {nxstools-4.32.0 → nxstools-4.35.1}/test/files/metadata-group-map2.lst +0 -0
  432. {nxstools-4.32.0 → nxstools-4.35.1}/test/files/mymeta2_00011.fio +0 -0
  433. {nxstools-4.32.0 → nxstools-4.35.1}/test/files/mys0_13_1_00190.fio +0 -0
  434. {nxstools-4.32.0 → nxstools-4.35.1}/test/files/myscan_00034.scan.json +0 -0
  435. {nxstools-4.32.0 → nxstools-4.35.1}/test/files/myscan_00034b.scan.json +0 -0
  436. {nxstools-4.32.0 → nxstools-4.35.1}/test/files/myscan_00035.scan.json +0 -0
  437. {nxstools-4.32.0 → nxstools-4.35.1}/test/files/myuni.xml +0 -0
  438. {nxstools-4.32.0 → nxstools-4.35.1}/test/files/myuni2.xml +0 -0
  439. {nxstools-4.32.0 → nxstools-4.35.1}/test/files/myunidy.xml +0 -0
  440. {nxstools-4.32.0 → nxstools-4.35.1}/test/files/myunidy2.xml +0 -0
  441. {nxstools-4.32.0 → nxstools-4.35.1}/test/files/secop.conf +0 -0
  442. {nxstools-4.32.0 → nxstools-4.35.1}/test/files/secop2.conf +0 -0
  443. {nxstools-4.32.0 → nxstools-4.35.1}/test/files/test_file.cbf +0 -0
  444. {nxstools-4.32.0 → nxstools-4.35.1}/test/files/test_file.tif +0 -0
  445. {nxstools-4.32.0 → nxstools-4.35.1}/test/files/test_file0.tif +0 -0
  446. {nxstools-4.32.0 → nxstools-4.35.1}/test/files/test_file1.tif +0 -0
  447. {nxstools-4.32.0 → nxstools-4.35.1}/test/files/test_file2.tif +0 -0
  448. {nxstools-4.32.0 → nxstools-4.35.1}/test/files/test_file3.tif +0 -0
  449. {nxstools-4.32.0 → nxstools-4.35.1}/test/files/test_file4.tif +0 -0
  450. {nxstools-4.32.0 → nxstools-4.35.1}/test/files/test_file5.tif +0 -0
  451. {nxstools-4.32.0 → nxstools-4.35.1}/test/files/tn.png +0 -0
  452. {nxstools-4.32.0 → nxstools-4.35.1}/test/main.py +0 -0
  453. {nxstools-4.32.0 → nxstools-4.35.1}/test/nxsextrasp00/__init__.py +0 -0
  454. {nxstools-4.32.0 → nxstools-4.35.1}/test/nxsextrasp00/collect4.xml +0 -0
  455. {nxstools-4.32.0 → nxstools-4.35.1}/test/nxsextrasp00/common4_common.ds.xml +0 -0
  456. {nxstools-4.32.0 → nxstools-4.35.1}/test/nxsextrasp00/mymca.xml +0 -0
  457. {nxstools-4.32.0 → nxstools-4.35.1}/tests/simpleXMLAScan.py +0 -0
  458. {nxstools-4.32.0 → nxstools-4.35.1}/tests/simpleXMLCScan.py +0 -0
  459. {nxstools-4.32.0 → nxstools-4.35.1}/tests/simpleXMLScan.py +0 -0
  460. {nxstools-4.32.0 → nxstools-4.35.1}/tests/testNXSxml.py +0 -0
  461. {nxstools-4.32.0 → nxstools-4.35.1}/tests/testXMLCreator.py +0 -0
  462. {nxstools-4.32.0 → nxstools-4.35.1}/tests/testXMLtrigger.py +0 -0
@@ -1,3 +1,19 @@
1
+ 2025-12-11 Jan Kotanski <jankotan@gmail.com>
2
+ * add prodigyremote component (#845)
3
+ * tagged as v4.35.1
4
+
5
+ 2025-12-08 Jan Kotanski <jankotan@gmail.com>
6
+ * add prodigyremote component (#842)
7
+ * tagged as v4.35.0
8
+
9
+ 2025-11-27 Jan Kotanski <jankotan@gmail.com>
10
+ * pilcslavevds component (#839)
11
+ * tagged as v4.34.0
12
+
13
+ 2025-11-18 Jan Kotanski <jankotan@gmail.com>
14
+ * add scatter plots to h5rediswriter (#835)
15
+ * tagged as v4.33.0
16
+
1
17
  2025-11-10 Jan Kotanski <jankotan@gmail.com>
2
18
  * avoid to recreate redis data store because of memory leak (#832)
3
19
  * tagged as v4.32.0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nxstools
3
- Version: 4.32.0
3
+ Version: 4.35.1
4
4
  Summary: Configuration tools for NeXDaTaS Tango Servers
5
5
  Home-page: http://github.com/nexdatas/nxstools
6
6
  Author: Jan Kotanski, Eugen Wintersberger , Halil Pasic
@@ -129,6 +129,10 @@ progattrdesc = {
129
129
  "beamtime_id": ["beamtime_id", str, False],
130
130
  }
131
131
 
132
+ titleplots = {
133
+ "mesh": {"kind": "scatter-plot", "items": [{"kind": "scatter"}]},
134
+ }
135
+
132
136
 
133
137
  def nptype(dtype):
134
138
  """ converts to numpy types
@@ -1706,6 +1710,12 @@ class H5RedisField(H5Field):
1706
1710
  np = str(filewriter.first(attrs[vl[0]].read()))
1707
1711
  if vl[2] or np:
1708
1712
  self.set_scaninfo(np, [key])
1713
+ if isinstance(np, str):
1714
+ macro_name = np.split(" ")[0]
1715
+ for mn, plot in titleplots.items():
1716
+ if mn in macro_name:
1717
+ self.append_scaninfo(plot, ["plots"])
1718
+
1709
1719
  except Exception as e:
1710
1720
  print(str(e))
1711
1721
  pass
@@ -19,4 +19,4 @@
19
19
  """ NXS tools release version"""
20
20
 
21
21
  #: (:obj:`str`) package version
22
- __version__ = "4.32.0"
22
+ __version__ = "4.35.1"
@@ -1766,6 +1766,7 @@ standardComponentTemplateFiles = {
1766
1766
  #: xml template files of modules
1767
1767
  moduleTemplateFiles = {
1768
1768
  'mythen2': ['mythen2.xml'],
1769
+ 'prodigyremote': ['prodigyremote.xml'],
1769
1770
  'cobold': ['cobold.xml'],
1770
1771
  'mythen': ['mythen.xml',
1771
1772
  'mythen_postrun.ds.xml',
@@ -1778,8 +1779,14 @@ moduleTemplateFiles = {
1778
1779
  'pilcvds_encoder2map.ds.xml',
1779
1780
  'pilcvds_encoder3map.ds.xml',
1780
1781
  'pilcvds_encoder4map.ds.xml',
1781
- 'pilcvds_encoder5map.ds.xml'
1782
- ],
1782
+ 'pilcvds_encoder5map.ds.xml'],
1783
+ 'pilcslavevds': ['pilcslavevds.xml',
1784
+ 'pilcslavevds_exposuretimemap.ds.xml',
1785
+ 'pilcslavevds_value1map.ds.xml',
1786
+ 'pilcslavevds_value2map.ds.xml',
1787
+ 'pilcslavevds_value3map.ds.xml',
1788
+ 'pilcslavevds_value4map.ds.xml',
1789
+ 'pilcslavevds_value5map.ds.xml'],
1783
1790
  'pilcvds4': ['pilcvds4.xml',
1784
1791
  'pilcvds_countermap.ds.xml',
1785
1792
  'pilcvds_encoder1map.ds.xml',
@@ -1981,6 +1988,17 @@ moduleMultiAttributes = {
1981
1988
  'mca_xia@pool': [
1982
1989
  'CountsRoI', 'RoIEnd', 'RoIStart',
1983
1990
  ],
1991
+ 'prodigyremote': [
1992
+ 'FullSpectrum', 'IntegratedSpectrum', 'EnergyPoints',
1993
+ 'LensMode', 'EntrySlit',
1994
+ 'StartEnergy', 'PassEnergy', 'StepWidth', 'StopEnergy',
1995
+ # 'ExitSlit',
1996
+ 'KinEnergy', 'KinEnergyBase',
1997
+ 'NumberOfAcquiredPoints', 'ExpectedNumberOfPoints',
1998
+ 'DwellTime', 'ScanRange',
1999
+ 'Samples', 'RetardingRatio', 'Mode',
2000
+ 'NonEnergyChannels', 'ScanVariable',
2001
+ ],
1984
2002
  'limaccd': [
1985
2003
  'camera_type', 'camera_pixelsize', 'camera_model',
1986
2004
  'acq_mode', 'acq_nb_frames', 'acq_trigger_mode',
@@ -2117,6 +2135,22 @@ moduleMultiAttributes = {
2117
2135
  # 'Encoder2Data', 'Encoder3Data', 'Encoder4Data', 'Encoder5Data',
2118
2136
  # 'Position2Data', 'Position3Data', 'Position4Data', 'Position5Data'
2119
2137
  ],
2138
+ 'pilcslavevds': [
2139
+ 'NbTriggers', 'ManualMode', 'FilePrefix', 'FileDir',
2140
+ # 'Arm',
2141
+ 'RemainingTriggers', 'BufferLoad', 'PiLCTGConnected',
2142
+ 'MaskDataToWrite',
2143
+ # 'ExposureTime',
2144
+ 'Metadata1', 'Metadata2', 'Metadata3', 'Metadata4', 'Metadata5',
2145
+ 'TriggersPerFile', 'GateControl', 'GateExpTime',
2146
+ # 'ExposureTimeData',
2147
+ # 'ADC1', 'ADC2', 'ADC3', 'ADC4', 'ADC5',
2148
+ 'VFCConversion1', 'VFCConversion2', 'VFCConversion3',
2149
+ 'VFCConversion4', 'VFCConversion5',
2150
+ 'VFCConversionHzV1', 'VFCConversionHzV2', 'VFCConversionHzV3',
2151
+ 'VFCConversionHzV4', 'VFCConversionHzV5',
2152
+ # 'ADC1Data', 'ADC2Data', 'ADC3Data', 'ADC4Data', 'ADC5Data'
2153
+ ],
2120
2154
  'pilcvds': [
2121
2155
  'PositionTriggerStart', 'PositionTriggerStepSize',
2122
2156
  'PositionTriggerStop',
@@ -0,0 +1,115 @@
1
+ <?xml version='1.0'?>
2
+ <definition>
3
+ <group type="NXentry" name="$var.entryname#'$(__entryname__)'$var.serialno">
4
+ <group type="NXinstrument" name="$(__insname__)">
5
+ <group type="NXcollection" name="$(name)">
6
+ <group type="NXcollection" name="collection">
7
+ <field type="NX_INT32" name="nb_triggers">
8
+ <strategy mode="FINAL"/>$datasources.$(name)_nbtriggers</field>
9
+ <field type="NX_INT32" name="manual_mode">
10
+ <strategy mode="FINAL"/>$datasources.$(name)_manualmode</field>
11
+ <field type="NX_CHAR" name="file_prefix">
12
+ <strategy mode="FINAL"/>$datasources.$(name)_fileprefix</field>
13
+ <field type="NX_CHAR" name="file_dir">
14
+ <strategy mode="FINAL"/>$datasources.$(name)_filedir</field>
15
+ <field type="NX_INT32" name="remaining_triggers">
16
+ <strategy mode="FINAL"/>$datasources.$(name)_remainingtriggers</field>
17
+ <field type="NX_INT32" name="buffer_load">
18
+ <strategy mode="FINAL"/>$datasources.$(name)_bufferload</field>
19
+ <field type="NX_INT32" name="pilc_tg_connected">
20
+ <strategy mode="FINAL"/>$datasources.$(name)_pilctgconnected</field>
21
+ <field type="NX_FLOAT64" name="mask_data_to_write">
22
+ <strategy mode="FINAL"/>$datasources.$(name)_maskdatatowrite</field>
23
+ <field type="NX_CHAR" name="metadata_1">
24
+ <strategy mode="FINAL"/>$datasources.$(name)_metadata1</field>
25
+ <field type="NX_CHAR" name="metadata_2">
26
+ <strategy mode="FINAL"/>$datasources.$(name)_metadata2</field>
27
+ <field type="NX_CHAR" name="metadata_3">
28
+ <strategy mode="FINAL"/>$datasources.$(name)_metadata3</field>
29
+ <field type="NX_CHAR" name="metadata_4">
30
+ <strategy mode="FINAL"/>$datasources.$(name)_metadata4</field>
31
+ <field type="NX_CHAR" name="metadata_5">
32
+ <strategy mode="FINAL"/>$datasources.$(name)_metadata5</field>
33
+ <field type="NX_INT32" name="triggers_per_file">
34
+ <strategy mode="FINAL"/>$datasources.$(name)_triggersperfile</field>
35
+ <field type="NX_INT32" name="gate_control">
36
+ <strategy mode="FINAL"/>$datasources.$(name)_gatecontrol</field>
37
+ <field type="NX_FLOAT64" name="gate_exp_time">
38
+ <strategy mode="FINAL"/>$datasources.$(name)_gateexptime</field>
39
+ <field type="NX_INT32" name="vfc_conversion_1">
40
+ <strategy mode="FINAL"/>$datasources.$(name)_vfcconversion1</field>
41
+ <field type="NX_INT32" name="vfc_conversion_2">
42
+ <strategy mode="FINAL"/>$datasources.$(name)_vfcconversion2</field>
43
+ <field type="NX_INT32" name="vfc_conversion_3">
44
+ <strategy mode="FINAL"/>$datasources.$(name)_vfcconversion3</field>
45
+ <field type="NX_INT32" name="vfc_conversion_4">
46
+ <strategy mode="FINAL"/>$datasources.$(name)_vfcconversion4</field>
47
+ <field type="NX_INT32" name="vfc_conversion_5">
48
+ <strategy mode="FINAL"/>$datasources.$(name)_vfcconversion5</field>
49
+ <field type="NX_INT32" name="vfc_conversion_hz_v_1">
50
+ <strategy mode="FINAL"/>$datasources.$(name)_vfcconversionhzv1</field>
51
+ <field type="NX_INT32" name="vfc_conversion_hz_v_2">
52
+ <strategy mode="FINAL"/>$datasources.$(name)_vfcconversionhzv2</field>
53
+ <field type="NX_INT32" name="vfc_conversion_hz_v_3">
54
+ <strategy mode="FINAL"/>$datasources.$(name)_vfcconversionhzv3</field>
55
+ <field type="NX_INT32" name="vfc_conversion_hz_v_4">
56
+ <strategy mode="FINAL"/>$datasources.$(name)_vfcconversionhzv4</field>
57
+ <field type="NX_INT32" name="vfc_conversion_hz_v_5">
58
+ <strategy mode="FINAL"/>$datasources.$(name)_vfcconversionhzv5</field>
59
+ </group>
60
+ <group type="NXdata" name="data">
61
+ <vds name="exposure_time" type="NX_FLOAT32">
62
+ <dimensions rank="2" />
63
+ <map>
64
+ $datasources.$(name)_exposuretimemap
65
+ <strategy mode="STEP"/>
66
+ </map>
67
+ </vds>
68
+ <vds name="value_1" type="NX_FLOAT32">
69
+ <dimensions rank="2" />
70
+ <map>
71
+ $datasources.$(name)_value1map
72
+ <strategy mode="STEP"/>
73
+ </map>
74
+ </vds>
75
+ <vds name="value_2" type="NX_FLOAT32">
76
+ <dimensions rank="2" />
77
+ <map>
78
+ $datasources.$(name)_value2map
79
+ <strategy mode="STEP"/>
80
+ </map>
81
+ </vds>
82
+ <vds name="value_3" type="NX_FLOAT32">
83
+ <dimensions rank="2" />
84
+ <map>
85
+ $datasources.$(name)_value3map
86
+ <strategy mode="STEP"/>
87
+ </map>
88
+ </vds>
89
+ <vds name="value_4" type="NX_FLOAT32">
90
+ <dimensions rank="2" />
91
+ <map>
92
+ $datasources.$(name)_value4map
93
+ <strategy mode="STEP"/>
94
+ </map>
95
+ </vds>
96
+ <vds name="value_5" type="NX_FLOAT32">
97
+ <dimensions rank="2" />
98
+ <map>
99
+ $datasources.$(name)_value5map
100
+ <strategy mode="STEP"/>
101
+ </map>
102
+ </vds>
103
+ </group>
104
+ </group>
105
+ </group>
106
+ <group type="NXdata" name="data">
107
+ <link name="$(name)_exposure_time" target="/$var.entryname#'$(__entryname__)'$var.serialno/$(__insname__)/$(name)/data/exposure_time" />
108
+ <link name="$(name)_value_1" target="/$var.entryname#'$(__entryname__)'$var.serialno/$(__insname__)/$(name)/data/value_1" />
109
+ <link name="$(name)_value_2" target="/$var.entryname#'$(__entryname__)'$var.serialno/$(__insname__)/$(name)/data/value_2" />
110
+ <link name="$(name)_value_3" target="/$var.entryname#'$(__entryname__)'$var.serialno/$(__insname__)/$(name)/data/value_3" />
111
+ <link name="$(name)_value_4" target="/$var.entryname#'$(__entryname__)'$var.serialno/$(__insname__)/$(name)/data/value_4" />
112
+ <link name="$(name)_value_5" target="/$var.entryname#'$(__entryname__)'$var.serialno/$(__insname__)/$(name)/data/value_5" />
113
+ </group>
114
+ </group>
115
+ </definition>
@@ -0,0 +1,13 @@
1
+ <?xml version='1.0'?>
2
+ <definition>
3
+ <datasource type="PYEVAL" name="$(name)_exposuretimemap">
4
+ <result name="result">
5
+ from nxstools.pyeval import pilcvds
6
+ ds.result = pilcvds.vmap(commonblock, "$(name)", "exposure_time", None, ds.$(name)_nbtriggers, ds.$(name)_triggersperfile, "$(hostname)", "$(device)", "$var.filename", "$var.entryname#'$(__entryname__)'$var.serialno", "$(__insname__)", ds.$(name)_fileprefix, ds.$(name)_filedir)
7
+ </result>
8
+ $datasources.$(name)_nbtriggers
9
+ $datasources.$(name)_triggersperfile
10
+ $datasources.$(name)_fileprefix
11
+ $datasources.$(name)_filedir
12
+ </datasource>
13
+ </definition>
@@ -0,0 +1,13 @@
1
+ <?xml version='1.0'?>
2
+ <definition>
3
+ <datasource type="PYEVAL" name="$(name)_value1map">
4
+ <result name="result">
5
+ from nxstools.pyeval import pilcvds
6
+ ds.result = pilcvds.vmap(commonblock, "$(name)", "value_1", None, ds.$(name)_nbtriggers, ds.$(name)_triggersperfile, "$(hostname)", "$(device)", "$var.filename", "$var.entryname#'$(__entryname__)'$var.serialno", "$(__insname__)", ds.$(name)_fileprefix, ds.$(name)_filedir)
7
+ </result>
8
+ $datasources.$(name)_nbtriggers
9
+ $datasources.$(name)_triggersperfile
10
+ $datasources.$(name)_fileprefix
11
+ $datasources.$(name)_filedir
12
+ </datasource>
13
+ </definition>
@@ -0,0 +1,13 @@
1
+ <?xml version='1.0'?>
2
+ <definition>
3
+ <datasource type="PYEVAL" name="$(name)_value2map">
4
+ <result name="result">
5
+ from nxstools.pyeval import pilcvds
6
+ ds.result = pilcvds.vmap(commonblock, "$(name)", "value_2", None, ds.$(name)_nbtriggers, ds.$(name)_triggersperfile, "$(hostname)", "$(device)", "$var.filename", "$var.entryname#'$(__entryname__)'$var.serialno", "$(__insname__)", ds.$(name)_fileprefix, ds.$(name)_filedir)
7
+ </result>
8
+ $datasources.$(name)_nbtriggers
9
+ $datasources.$(name)_triggersperfile
10
+ $datasources.$(name)_fileprefix
11
+ $datasources.$(name)_filedir
12
+ </datasource>
13
+ </definition>
@@ -0,0 +1,13 @@
1
+ <?xml version='1.0'?>
2
+ <definition>
3
+ <datasource type="PYEVAL" name="$(name)_value3map">
4
+ <result name="result">
5
+ from nxstools.pyeval import pilcvds
6
+ ds.result = pilcvds.vmap(commonblock, "$(name)", "value_3", None, ds.$(name)_nbtriggers, ds.$(name)_triggersperfile, "$(hostname)", "$(device)", "$var.filename", "$var.entryname#'$(__entryname__)'$var.serialno", "$(__insname__)", ds.$(name)_fileprefix, ds.$(name)_filedir)
7
+ </result>
8
+ $datasources.$(name)_nbtriggers
9
+ $datasources.$(name)_triggersperfile
10
+ $datasources.$(name)_fileprefix
11
+ $datasources.$(name)_filedir
12
+ </datasource>
13
+ </definition>
@@ -0,0 +1,13 @@
1
+ <?xml version='1.0'?>
2
+ <definition>
3
+ <datasource type="PYEVAL" name="$(name)_value4map">
4
+ <result name="result">
5
+ from nxstools.pyeval import pilcvds
6
+ ds.result = pilcvds.vmap(commonblock, "$(name)", "value_4", None, ds.$(name)_nbtriggers, ds.$(name)_triggersperfile, "$(hostname)", "$(device)", "$var.filename", "$var.entryname#'$(__entryname__)'$var.serialno", "$(__insname__)", ds.$(name)_fileprefix, ds.$(name)_filedir)
7
+ </result>
8
+ $datasources.$(name)_nbtriggers
9
+ $datasources.$(name)_triggersperfile
10
+ $datasources.$(name)_fileprefix
11
+ $datasources.$(name)_filedir
12
+ </datasource>
13
+ </definition>
@@ -0,0 +1,13 @@
1
+ <?xml version='1.0'?>
2
+ <definition>
3
+ <datasource type="PYEVAL" name="$(name)_value5map">
4
+ <result name="result">
5
+ from nxstools.pyeval import pilcvds
6
+ ds.result = pilcvds.vmap(commonblock, "$(name)", "value_5", None, ds.$(name)_nbtriggers, ds.$(name)_triggersperfile, "$(hostname)", "$(device)", "$var.filename", "$var.entryname#'$(__entryname__)'$var.serialno", "$(__insname__)", ds.$(name)_fileprefix, ds.$(name)_filedir)
7
+ </result>
8
+ $datasources.$(name)_nbtriggers
9
+ $datasources.$(name)_triggersperfile
10
+ $datasources.$(name)_fileprefix
11
+ $datasources.$(name)_filedir
12
+ </datasource>
13
+ </definition>
@@ -0,0 +1,78 @@
1
+ <?xml version='1.0'?>
2
+ <definition>
3
+ <group type="NXentry" name="$var.entryname#'$(__entryname__)'$var.serialno">
4
+ <group type="NXinstrument" name="instrument">
5
+ <group type="NXelectronanalyzer" name="$(name)">
6
+ <group type="NXelectron_detector" name="electron_detector">
7
+ <group type="NXdata" name="raw_data">
8
+ <attribute type="NX_CHAR" name="signal">
9
+ <strategy mode="INIT"/>raw
10
+ </attribute>
11
+ <field type="NX_FLOAT64" name="raw">
12
+ <strategy mode="STEP"/>$datasources.$(name)_integratedspectrum<dimensions rank="1"/>
13
+ </field>
14
+ <field units="eV" type="NX_FLOAT64" name="energy">
15
+ <strategy mode="STEP"/>$datasources.$(name)_energypoints<dimensions rank="1"/>
16
+ </field>
17
+ </group>
18
+ <field units="eV" type="NX_FLOAT64" name="data">
19
+ <strategy mode="STEP"/>$datasources.$(name)_fullspectrum<dimensions rank="2"/>
20
+ </field>
21
+ </group>
22
+ <group type="NXcollectioncolumn" name="collectioncolumn">
23
+ <field type="NX_CHAR" name="lens_mode">
24
+ <strategy mode="FINAL"/>$datasources.$(name)_lensmode</field>
25
+ </group>
26
+ <group type="NXenergydispersion" name="energydispersion">
27
+ <group type="NXaperture" name="entrance_slit">
28
+ <field type="NX_CHAR" name="description">
29
+ <strategy mode="FINAL"/>$datasources.$(name)_entryslit</field>
30
+ </group>
31
+ <field units="eV" type="NX_FLOAT64" name="pass_energy">
32
+ <strategy mode="FINAL"/>$datasources.$(name)_passenergy</field>
33
+ </group>
34
+ <group type="NXresolution" name="energy_resolution">
35
+ <field units="eV" type="NX_CHAR" name="physical_quantity">
36
+ <strategy mode="FINAL"/>energy</field>
37
+ <field units="eV" type="NX_FLOAT64" name="resolution">
38
+ <strategy mode="FINAL"/>$datasources.$(name)_stepwidth</field>
39
+ <group type="NXcollection" name="collection">
40
+ <field units="eV" type="NX_FLOAT64" name="start_energy">
41
+ <strategy mode="FINAL"/>$datasources.$(name)_startenergy</field>
42
+ <field units="eV" type="NX_FLOAT64" name="stop_energy">
43
+ <strategy mode="FINAL"/>$datasources.$(name)_stopenergy</field>
44
+ <field units="eV" type="NX_FLOAT64" name="kin_energy">
45
+ <strategy mode="FINAL"/>$datasources.$(name)_kinenergy</field>
46
+ <field units="eV" type="NX_FLOAT64" name="kin_energybase">
47
+ <strategy mode="FINAL"/>$datasources.$(name)_kinenergybase</field>
48
+ </group>
49
+ </group>
50
+ <group type="NXcollection" name="collection">
51
+ <field units="s" type="NX_FLOAT64" name="dwell_time">
52
+ <strategy mode="FINAL"/>$datasources.$(name)_dwelltime</field>
53
+ <field type="NX_INT64" name="number_of_acquired_points">
54
+ <strategy mode="FINAL"/>$datasources.$(name)_numberofacquiredpoints</field>
55
+ <field type="NX_INT64" name="expected_number_of_points">
56
+ <strategy mode="FINAL"/>$datasources.$(name)_expectednumberofpoints</field>
57
+ <field type="NX_INT64" name="samples">
58
+ <strategy mode="FINAL"/>$datasources.$(name)_samples</field>
59
+ <field type="NX_FLOAT64" name="retarding_ratio">
60
+ <strategy mode="FINAL"/>$datasources.$(name)_retardingratio</field>
61
+ <field type="NX_CHAR" name="scan_range">
62
+ <strategy mode="FINAL"/>$datasources.$(name)_scanrange</field>
63
+ <field type="NX_INT64" name="mode">
64
+ <strategy mode="FINAL"/>$datasources.$(name)_mode</field>
65
+ <field type="NX_INT64" name="non_energy_channels">
66
+ <strategy mode="FINAL"/>$datasources.$(name)_nonenergychannels</field>
67
+ <field type="NX_CHAR" name="scan_variable">
68
+ <strategy mode="FINAL"/>$datasources.$(name)_scanvariable</field>
69
+ </group>
70
+ </group>
71
+ </group>
72
+ <group type="NXdata" name="data">
73
+ <link target="/scan$var.serialno/instrument/$(name)/electron_detector/raw_data/raw" name="$(name)_integratedspectrum"/>
74
+ <link target="/scan$var.serialno/instrument/$(name)/electron_detector/raw_data/energy" name="$(name)_energy"/>
75
+ <link target="/scan$var.serialno/instrument/$(name)/electron_detector/data" name="$(name)_fullspectrum"/>
76
+ </group>
77
+ </group>
78
+ </definition>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nxstools
3
- Version: 4.32.0
3
+ Version: 4.35.1
4
4
  Summary: Configuration tools for NeXDaTaS Tango Servers
5
5
  Home-page: http://github.com/nexdatas/nxstools
6
6
  Author: Jan Kotanski, Eugen Wintersberger , Halil Pasic
@@ -273,6 +273,13 @@ nxstools/xmltemplates/pilatus_mxparameters_cb.ds.xml
273
273
  nxstools/xmltemplates/pilatus_postrun.ds.xml
274
274
  nxstools/xmltemplates/pilc.xml
275
275
  nxstools/xmltemplates/pilc_triggermode_cb.ds.xml
276
+ nxstools/xmltemplates/pilcslavevds.xml
277
+ nxstools/xmltemplates/pilcslavevds_exposuretimemap.ds.xml
278
+ nxstools/xmltemplates/pilcslavevds_value1map.ds.xml
279
+ nxstools/xmltemplates/pilcslavevds_value2map.ds.xml
280
+ nxstools/xmltemplates/pilcslavevds_value3map.ds.xml
281
+ nxstools/xmltemplates/pilcslavevds_value4map.ds.xml
282
+ nxstools/xmltemplates/pilcslavevds_value5map.ds.xml
276
283
  nxstools/xmltemplates/pilctimeid.xml
277
284
  nxstools/xmltemplates/pilctimeid_triggermode_cb.ds.xml
278
285
  nxstools/xmltemplates/pilcvds.xml
@@ -286,6 +293,7 @@ nxstools/xmltemplates/pilcvds_encoder4map.ds.xml
286
293
  nxstools/xmltemplates/pilcvds_encoder5map.ds.xml
287
294
  nxstools/xmltemplates/pinhole.xml
288
295
  nxstools/xmltemplates/pointdet.xml
296
+ nxstools/xmltemplates/prodigyremote.xml
289
297
  nxstools/xmltemplates/qbpm.xml
290
298
  nxstools/xmltemplates/qbpm_foil.ds.xml
291
299
  nxstools/xmltemplates/sample_description.ds.xml
@@ -336,8 +336,9 @@ class NXSCreateOnlineCPFSTest(unittest.TestCase):
336
336
  "perkinelmerdetector",
337
337
  "pilatus", "pilatus100k",
338
338
  "pilatus1m", "pilatus2m", "pilatus300k",
339
- "pilatus6m", "pilc", "pilctimeid", "pilcvds",
340
- "pilcvds4",
339
+ "pilatus6m", "pilc", "pilcslavevds", "pilctimeid",
340
+ "pilcvds", "pilcvds4",
341
+ "prodigyremote",
341
342
  "tangovimba", "xspress3"])
342
343
  finally:
343
344
  os.remove(fname)
@@ -378,9 +379,11 @@ class NXSCreateOnlineCPFSTest(unittest.TestCase):
378
379
  'pco',
379
380
  'pilatus6m', #
380
381
  "pilc",
382
+ "pilcslavevds",
381
383
  "pilctimeid",
382
384
  "pilcvds",
383
385
  "pilcvds4",
386
+ "prodigyremote",
384
387
  'marccd', # +
385
388
  'pcoedge', #
386
389
  'pilatus100k', #
@@ -456,8 +459,9 @@ class NXSCreateOnlineCPFSTest(unittest.TestCase):
456
459
  "perkinelmerdetector",
457
460
  "pilatus", "pilatus100k",
458
461
  "pilatus1m", "pilatus2m", "pilatus300k",
459
- "pilatus6m", "pilc", "pilctimeid", "pilcvds",
460
- "pilcvds4",
462
+ "pilatus6m", "pilc", "pilcslavevds", "pilctimeid",
463
+ "pilcvds", "pilcvds4",
464
+ "prodigyremote",
461
465
  "tangovimba", "xspress3"])
462
466
  finally:
463
467
  os.remove(fname)
@@ -535,7 +539,9 @@ class NXSCreateOnlineCPFSTest(unittest.TestCase):
535
539
  "perkinelmerdetector",
536
540
  "pilatus", "pilatus100k",
537
541
  "pilatus1m", "pilatus2m", "pilatus300k",
538
- "pilatus6m", "pilc", "pilctimeid", "pilcvds", "pilcvds4",
542
+ "pilatus6m", "pilc", "pilcslavevds", "pilctimeid",
543
+ "pilcvds", "pilcvds4",
544
+ "prodigyremote",
539
545
  "tangovimba", "xspress3"])
540
546
  finally:
541
547
  os.remove(fname)
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes