nxstools 4.36.0__py3-none-any.whl → 4.37.0__py3-none-any.whl
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.
- nxstools/release.py +1 -1
- nxstools/xmltemplates/limaccd.xml +1 -1
- nxstools/xmltemplates/limaccd_filestartnum_cb.ds.xml +1 -1
- nxstools/xmltemplates/limaccdvds.xml +1 -1
- nxstools/xmltemplates/limaccdvds_filestartnum_cb.ds.xml +1 -1
- nxstools/xmltemplates/pco.xml +1 -1
- nxstools/xmltemplates/pco_filestartnum_cb.ds.xml +1 -1
- nxstools/xmltemplates/pilatus.xml +1 -1
- nxstools/xmltemplates/pilatus_filestartnum_cb.ds.xml +1 -1
- {nxstools-4.36.0.dist-info → nxstools-4.37.0.dist-info}/METADATA +1 -1
- {nxstools-4.36.0.dist-info → nxstools-4.37.0.dist-info}/RECORD +19 -19
- {nxstools-4.36.0.data → nxstools-4.37.0.data}/scripts/nxscollect +0 -0
- {nxstools-4.36.0.data → nxstools-4.37.0.data}/scripts/nxsconfig +0 -0
- {nxstools-4.36.0.data → nxstools-4.37.0.data}/scripts/nxscreate +0 -0
- {nxstools-4.36.0.data → nxstools-4.37.0.data}/scripts/nxsdata +0 -0
- {nxstools-4.36.0.data → nxstools-4.37.0.data}/scripts/nxsetup +0 -0
- {nxstools-4.36.0.data → nxstools-4.37.0.data}/scripts/nxsfileinfo +0 -0
- {nxstools-4.36.0.dist-info → nxstools-4.37.0.dist-info}/WHEEL +0 -0
- {nxstools-4.36.0.dist-info → nxstools-4.37.0.dist-info}/top_level.txt +0 -0
nxstools/release.py
CHANGED
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
<field type="NX_CHAR" name="last_image_saved">
|
|
47
47
|
<strategy mode="FINAL"/>$datasources.$(name)_last_image_saved</field>
|
|
48
48
|
<field type="NX_UINT" name="signal">1</field>
|
|
49
|
-
<field type="
|
|
49
|
+
<field type="NX_INT64" name="file_index_num">
|
|
50
50
|
<strategy mode="STEP"/>$datasources.$(name)_filestartnum_cb</field>
|
|
51
51
|
<field type="NX_CHAR" name="image_type">
|
|
52
52
|
<strategy mode="FINAL"/>$datasources.$(name)_image_type</field>
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<datasource type="PYEVAL" name="$(name)_filestartnum_cb">
|
|
4
4
|
<result name="result">
|
|
5
5
|
from nxstools.pyeval import common
|
|
6
|
-
ds.result = common.filestartnum_cb(commonblock, ds.$(name)_saving_next_number, ds.$(name)_acq_nb_frames, "$(name)_saving_next_number")
|
|
6
|
+
ds.result = common.filestartnum_cb(commonblock, int(ds.$(name)_saving_next_number or 0), ds.$(name)_acq_nb_frames, "$(name)_saving_next_number")
|
|
7
7
|
</result>
|
|
8
8
|
$datasources.$(name)_saving_next_number
|
|
9
9
|
$datasources.$(name)_acq_nb_frames</datasource>
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
<field type="NX_CHAR" name="last_image_saved">
|
|
47
47
|
<strategy mode="FINAL"/>$datasources.$(name)_last_image_saved</field>
|
|
48
48
|
<field type="NX_UINT" name="signal">1</field>
|
|
49
|
-
<field type="
|
|
49
|
+
<field type="NX_INT64" name="next_file_index_num">
|
|
50
50
|
<strategy mode="STEP"/>$datasources.$(name)_filestartnum_cb</field>
|
|
51
51
|
<field type="NX_CHAR" name="image_type">
|
|
52
52
|
<strategy mode="FINAL"/>$datasources.$(name)_image_type</field>
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<datasource type="PYEVAL" name="$(name)_filestartnum_cb">
|
|
4
4
|
<result name="result">
|
|
5
5
|
from nxstools.pyeval import common
|
|
6
|
-
ds.result = common.filestartnum_cb(commonblock, ds.$(name)_saving_next_number, 0, "$(name)_saving_next_number")
|
|
6
|
+
ds.result = common.filestartnum_cb(commonblock, int(ds.$(name)_saving_next_number or 0), 0, "$(name)_saving_next_number")
|
|
7
7
|
</result>
|
|
8
8
|
$datasources.$(name)_saving_next_number</datasource>
|
|
9
9
|
</definition>
|
nxstools/xmltemplates/pco.xml
CHANGED
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
<strategy mode="FINAL"/>$datasources.$(name)_filepostfix</field>
|
|
51
51
|
<field type="NX_CHAR" name="file_prefix">
|
|
52
52
|
<strategy mode="FINAL"/>$datasources.$(name)_fileprefix</field>
|
|
53
|
-
<field type="
|
|
53
|
+
<field type="NX_INT64" name="file_last_num">
|
|
54
54
|
<strategy mode="STEP"/>$datasources.$(name)_filestartnum_cb</field>
|
|
55
55
|
<field units="Celsius" type="NX_INT16" name="cooling_temp_set">
|
|
56
56
|
<strategy mode="FINAL"/>$datasources.$(name)_coolingtempset</field>
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<datasource type="PYEVAL" name="$(name)_filestartnum_cb">
|
|
4
4
|
<result name="result">
|
|
5
5
|
from nxstools.pyeval import common
|
|
6
|
-
ds.result = common.filestartnum_cb(commonblock, ds.$(name)_filestartnum, ds.$(name)_nbframes, "$(name)_filestartnum")
|
|
6
|
+
ds.result = common.filestartnum_cb(commonblock, int(ds.$(name)_filestartnum or 0), ds.$(name)_nbframes, "$(name)_filestartnum")
|
|
7
7
|
</result>
|
|
8
8
|
$datasources.$(name)_filestartnum
|
|
9
9
|
$datasources.$(name)_nbframes</datasource>
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
<field type="NX_CHAR" name="last_image_taken">
|
|
31
31
|
<strategy mode="FINAL"/>$datasources.$(name)_lastimagetaken</field>
|
|
32
32
|
<field type="NX_UINT" name="signal">1</field>
|
|
33
|
-
<field type="
|
|
33
|
+
<field type="NX_INT64" name="file_start_index_num">
|
|
34
34
|
<strategy mode="STEP"/>$datasources.$(name)_filestartnum_cb</field>
|
|
35
35
|
<field type="NX_CHAR" name="mx_parameters">
|
|
36
36
|
<strategy mode="FINAL"/>$datasources.$(name)_mxparameters_cb</field>
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<datasource type="PYEVAL" name="$(name)_filestartnum_cb">
|
|
4
4
|
<result name="result">
|
|
5
5
|
from nxstools.pyeval import common
|
|
6
|
-
ds.result = common.filestartnum_cb(commonblock, ds.$(name)_filestartnum, ds.$(name)_nbframes, "$(name)_filestartnum")
|
|
6
|
+
ds.result = common.filestartnum_cb(commonblock, int(ds.$(name)_filestartnum or 0), ds.$(name)_nbframes, "$(name)_filestartnum")
|
|
7
7
|
</result>
|
|
8
8
|
$datasources.$(name)_filestartnum
|
|
9
9
|
$datasources.$(name)_nbframes
|
|
@@ -17,7 +17,7 @@ nxstools/nxsfileparser.py,sha256=hoNDweS_o9RjM7p89dVQdP13VRf-1SytCUwuVNMOWag,283
|
|
|
17
17
|
nxstools/nxsparser.py,sha256=Z6xOHCd7W20ICIurOM6H3I0FbFLF4xa29iwkotk9b40,35902
|
|
18
18
|
nxstools/nxsxml.py,sha256=EMh9ZctS6TsEA9cpJc5BRabd-a8CQClTm0_H4QqaLAk,25209
|
|
19
19
|
nxstools/redisutils.py,sha256=3QSILdasxql4geSHxrWAfOQ5v0-KZ6lv-e8uhlbhNPk,2586
|
|
20
|
-
nxstools/release.py,sha256=
|
|
20
|
+
nxstools/release.py,sha256=IyOeGgdrc5sYkw2rnlU_O0GVZIFEXB3JgT_25F-7AAM,890
|
|
21
21
|
nxstools/ontology/__init__.py,sha256=QoAaEawW9gN3-Oan4Nh4RcnIQ5xTUy_cyTTt_qH7MH0,5583
|
|
22
22
|
nxstools/ontology/ontology.json,sha256=skBZzmbhLGtQ9ahizOKlolG5agHf0lfaK4Bao2e43Lk,191838
|
|
23
23
|
nxstools/pyeval/__init__.py,sha256=PtASTU6yoxWfn8GWA17Y9jcLRQjkqCKy9bpCxhaeMSo,848
|
|
@@ -165,15 +165,15 @@ nxstools/xmltemplates/lambdavds_triggermode_cb.ds.xml,sha256=iLw0HptAWuYalZMU8EY
|
|
|
165
165
|
nxstools/xmltemplates/lambdavdsnm.xml,sha256=Cvul5oGCGJkBaYvPoBIsSJ2NH_DmyXH5xo6bmGrwx5w,4325
|
|
166
166
|
nxstools/xmltemplates/lambdavdsnm_nxdata.ds.xml,sha256=W5nhxFe8p1YVT5eWt0i3SVkHvMwUWYwMb6Nq12B2Hag,342
|
|
167
167
|
nxstools/xmltemplates/lambdavdsnm_triggermode_cb.ds.xml,sha256=ZSao6ZhMkHKOaDxDA0JWb74fYJRowtzl6WEUaD5fLWU,877
|
|
168
|
-
nxstools/xmltemplates/limaccd.xml,sha256=
|
|
168
|
+
nxstools/xmltemplates/limaccd.xml,sha256=hJMMOzzzawWdzqhj88FMGhMvfkT_0fVGzkObae4YIao,4057
|
|
169
169
|
nxstools/xmltemplates/limaccd_description.ds.xml,sha256=m07KCqYFxPry_LWIUPGlDLciLW-9x0c8gxK9c8mUfTI,413
|
|
170
|
-
nxstools/xmltemplates/limaccd_filestartnum_cb.ds.xml,sha256=
|
|
170
|
+
nxstools/xmltemplates/limaccd_filestartnum_cb.ds.xml,sha256=6mn8b0KkGo00gdL2u-AUagT7KbYgmtAs9xD7yC-A35c,422
|
|
171
171
|
nxstools/xmltemplates/limaccd_postrun.ds.xml,sha256=1rVy1i1z5qKggeDsCpo6Yavm236EQ59H4S40JU15fnE,658
|
|
172
172
|
nxstools/xmltemplates/limaccd_xpixelsize.ds.xml,sha256=G3aAoIajr-peFbjwNaWSfvxsgG2niT4iMhfY86kySPU,295
|
|
173
173
|
nxstools/xmltemplates/limaccd_ypixelsize.ds.xml,sha256=P3w3O3R7eZzoRPsOduGXtQYk4x3cmYX7mrqyPiyQZhE,295
|
|
174
|
-
nxstools/xmltemplates/limaccdvds.xml,sha256=
|
|
174
|
+
nxstools/xmltemplates/limaccdvds.xml,sha256=4yfBOKzJgF3-rvKvJWsQMyWTfe7oemMvPyMgEa9_e38,4062
|
|
175
175
|
nxstools/xmltemplates/limaccdvds_description.ds.xml,sha256=m07KCqYFxPry_LWIUPGlDLciLW-9x0c8gxK9c8mUfTI,413
|
|
176
|
-
nxstools/xmltemplates/limaccdvds_filestartnum_cb.ds.xml,sha256=
|
|
176
|
+
nxstools/xmltemplates/limaccdvds_filestartnum_cb.ds.xml,sha256=OjrMPuY4LCoejcLHxxDkSMZfOPK_xSZh0gTJe21_vAI,362
|
|
177
177
|
nxstools/xmltemplates/limaccdvds_postrun.ds.xml,sha256=JkDheSDpisQSO9Qsb2UWDBXElw2hjH3YnEuNFJqVNvs,1206
|
|
178
178
|
nxstools/xmltemplates/limaccdvds_xpixelsize.ds.xml,sha256=G3aAoIajr-peFbjwNaWSfvxsgG2niT4iMhfY86kySPU,295
|
|
179
179
|
nxstools/xmltemplates/limaccdvds_ypixelsize.ds.xml,sha256=P3w3O3R7eZzoRPsOduGXtQYk4x3cmYX7mrqyPiyQZhE,295
|
|
@@ -198,22 +198,22 @@ nxstools/xmltemplates/mythen_postrun.ds.xml,sha256=XvFyWYlInXCTBsRGxeDGisxBO7o9c
|
|
|
198
198
|
nxstools/xmltemplates/nexdatas_configuration.ds.xml,sha256=TSvHOq_x9usRrQ44CXHyqsK0yITsKHilPH0LnwpmJkg,264
|
|
199
199
|
nxstools/xmltemplates/nexdatas_version.ds.xml,sha256=6uCdAMhRorW_9EbQqABf_FV51VSYdmus2XLH4gTOj1g,236
|
|
200
200
|
nxstools/xmltemplates/parametercopymap.xml,sha256=N_HV4y2nCc-FOx4DCnP3AX2Y9pQjoFXWrIdf3ZA4V3U,301
|
|
201
|
-
nxstools/xmltemplates/pco.xml,sha256=
|
|
201
|
+
nxstools/xmltemplates/pco.xml,sha256=x8T5PH8GSJfJf_VdvI33cxOZC1_6zsitIhwRh285Afs,3756
|
|
202
202
|
nxstools/xmltemplates/pco_description.ds.xml,sha256=Z8AeuUmFdMFOfSiukDGA_Uj_h2Lmrop20CGGCv6GtuE,278
|
|
203
|
-
nxstools/xmltemplates/pco_filestartnum_cb.ds.xml,sha256=
|
|
203
|
+
nxstools/xmltemplates/pco_filestartnum_cb.ds.xml,sha256=GMHBTuPaDJpH08KbpOq4_jYI4nIguKHt2j1tO6VRJZQ,392
|
|
204
204
|
nxstools/xmltemplates/pco_postrun.ds.xml,sha256=Y9HgpKLliWQY4teNqvK7NiI6fRBxbgEQugLCEds4vFc,520
|
|
205
205
|
nxstools/xmltemplates/perkinelmerdetector.xml,sha256=qeGBI3F4duxUYRpOPMpsGGE12sBPzb7yYK3BsXJ0gak,4332
|
|
206
206
|
nxstools/xmltemplates/perkinelmerdetector_description.ds.xml,sha256=AfZglp0_PdivC_4E1A4E4Tw_wQSqTjoew2xrOPfKI84,271
|
|
207
207
|
nxstools/xmltemplates/perkinelmerdetector_fileindex_cb.ds.xml,sha256=jghzhsGjYDEkPSJ0k10Fr5BEd5fbK9XBQM6oxRCmzZM,307
|
|
208
208
|
nxstools/xmltemplates/perkinelmerdetector_postrun.ds.xml,sha256=izumMtr7E5jH1DvDVMSvbR7vVfRMAv31LscfGjNBxB0,469
|
|
209
|
-
nxstools/xmltemplates/pilatus.xml,sha256=
|
|
209
|
+
nxstools/xmltemplates/pilatus.xml,sha256=JHiSr_L4X_hRR3R79WO-Jz03QtKOOEGV9P7O60FpI-0,2494
|
|
210
210
|
nxstools/xmltemplates/pilatus100k_description.ds.xml,sha256=BkAfbz3ZyOsC4QdOQByQ6Y2d-khxEL8yYC0NVOye65M,279
|
|
211
211
|
nxstools/xmltemplates/pilatus1m_description.ds.xml,sha256=Kto--h_9O5MW2JATvKxdAagmvjftpUdMU0ZqcbgS6UM,277
|
|
212
212
|
nxstools/xmltemplates/pilatus2m_description.ds.xml,sha256=rWMVlrKz2uetsV7BrHoel6KHIjUbLUhImj5Y0XkS8N0,277
|
|
213
213
|
nxstools/xmltemplates/pilatus300k_description.ds.xml,sha256=LEtURby4-4MvD43TI2URiYA9AgGMSvIi2oREuzVwOwM,279
|
|
214
214
|
nxstools/xmltemplates/pilatus6m_description.ds.xml,sha256=AS4g8662m8VXYnzvTFL0-tY0N-JMojf94OeHyPAwOkI,277
|
|
215
215
|
nxstools/xmltemplates/pilatus_description.ds.xml,sha256=Z8AeuUmFdMFOfSiukDGA_Uj_h2Lmrop20CGGCv6GtuE,278
|
|
216
|
-
nxstools/xmltemplates/pilatus_filestartnum_cb.ds.xml,sha256=
|
|
216
|
+
nxstools/xmltemplates/pilatus_filestartnum_cb.ds.xml,sha256=etGzvx-NPYOPci-mTU4Ro-janQwg2rTesSeU19yiQ9A,401
|
|
217
217
|
nxstools/xmltemplates/pilatus_mxparameters_cb.ds.xml,sha256=uMe9SHNKuLsVByyQeaoyoAX8OQJfR6NRLpFOU8lDqt8,383
|
|
218
218
|
nxstools/xmltemplates/pilatus_postrun.ds.xml,sha256=nmrIH7jxmOYASXpz_QFKW99mz6vVVGT6uxtIh8buRmY,529
|
|
219
219
|
nxstools/xmltemplates/pilc.xml,sha256=uh4RBpAxvpoB2bvE_K249Hfcx3H5Eg1lJKJZAU4BOKE,4202
|
|
@@ -273,13 +273,13 @@ nxstools/xmltemplates/title.ds.xml,sha256=cBN_WigqtvGK2vS3dCotwH7NNDAb2Z_z7CLw-t
|
|
|
273
273
|
nxstools/xmltemplates/undulator.xml,sha256=Tnfkgftm6KOQyifc-BVyqUuEB9alHUru7z3_Qv9tJrY,2369
|
|
274
274
|
nxstools/xmltemplates/xspress3.xml,sha256=uOsLW21SyXcsilZAZdIyQ37npTkzuIEqjat3QlNyndY,1873
|
|
275
275
|
nxstools/xmltemplates/xspress3_triggermode_cb.ds.xml,sha256=xrXNLT6uuDofgXRqVhdIo25J7nUPPdSPJs4kE_u8_rw,871
|
|
276
|
-
nxstools-4.
|
|
277
|
-
nxstools-4.
|
|
278
|
-
nxstools-4.
|
|
279
|
-
nxstools-4.
|
|
280
|
-
nxstools-4.
|
|
281
|
-
nxstools-4.
|
|
282
|
-
nxstools-4.
|
|
283
|
-
nxstools-4.
|
|
284
|
-
nxstools-4.
|
|
285
|
-
nxstools-4.
|
|
276
|
+
nxstools-4.37.0.data/scripts/nxscollect,sha256=ckAVuZnNdjepU9S6EKDACb-Zcojpt_UhiTKnHoMVEhk,60
|
|
277
|
+
nxstools-4.37.0.data/scripts/nxsconfig,sha256=va2RtUWqZN_Nb4dSs_0d63XjzqYkbSLSnvkCB0dbwYw,58
|
|
278
|
+
nxstools-4.37.0.data/scripts/nxscreate,sha256=kpc2eEoCpWNg3inzgm2if6bpT9i-9-GJJQ-8mSs6a7M,59
|
|
279
|
+
nxstools-4.37.0.data/scripts/nxsdata,sha256=XvalTwXtrS2DOb8nKLp-7Mjom-L_WBLBqY5xtl-CPH4,54
|
|
280
|
+
nxstools-4.37.0.data/scripts/nxsetup,sha256=pYXgv6vHpblrmURXikAZBAOOaPxDnqu3n6OSYuLXkWE,54
|
|
281
|
+
nxstools-4.37.0.data/scripts/nxsfileinfo,sha256=Hhus49bHtva79IwY_7nxDhQF-ianVKMYo1uvNqeOqJ0,62
|
|
282
|
+
nxstools-4.37.0.dist-info/METADATA,sha256=0-dj9EdZWYg2jSGu1sYHJ8htrCawXUa-X4jswyQ010o,5051
|
|
283
|
+
nxstools-4.37.0.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
|
284
|
+
nxstools-4.37.0.dist-info/top_level.txt,sha256=puE4GNPuhMbwc3ViVq7sru72pVPcvxWlx9lPezA-5RQ,9
|
|
285
|
+
nxstools-4.37.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|