nxstools 4.31.4__tar.gz → 4.32.0__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.
- {nxstools-4.31.4 → nxstools-4.32.0}/ChangeLog +4 -0
- {nxstools-4.31.4/nxstools.egg-info → nxstools-4.32.0}/PKG-INFO +1 -1
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/h5rediswriter.py +13 -3
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/release.py +1 -1
- {nxstools-4.31.4 → nxstools-4.32.0/nxstools.egg-info}/PKG-INFO +1 -1
- {nxstools-4.31.4 → nxstools-4.32.0}/.ci/debian10_py2/Dockerfile +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/.ci/debian10_py3/Dockerfile +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/.ci/debian11_py3/Dockerfile +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/.ci/debian12_py3/Dockerfile +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/.ci/debian9_py2/Dockerfile +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/.ci/debian9_py3/Dockerfile +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/.ci/install.sh +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/.ci/run.sh +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/.ci/ubuntu18.04_py2/Dockerfile +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/.ci/ubuntu18.04_py3/Dockerfile +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/.ci/ubuntu20.04_py3/Dockerfile +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/.ci/ubuntu22.04_py3/Dockerfile +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/.ci/ubuntu23.04_py3/Dockerfile +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/.ci/ubuntu23.10_py3/Dockerfile +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/.ci/ubuntu24.04_py3/Dockerfile +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/.ci/ubuntu24.10_py3/Dockerfile +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/.flake8 +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/.github/workflows/tests.yml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/.gitignore +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/COPYRIGHT +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/MANIFEST.in +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/README.rst +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/doc/Makefile +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/doc/conf.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/doc/index.rst +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/doc/make.bat +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/doc/nxscollect.rst +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/doc/nxsconfig.rst +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/doc/nxscreate.rst +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/doc/nxsdata.rst +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/doc/nxsetup.rst +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/doc/nxsfileinfo.rst +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/doc/nxstools.rst +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/man/nxscollect.1 +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/man/nxsconfig.1 +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/man/nxscreate.1 +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/man/nxsdata.1 +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/man/nxsetup.1 +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/man/nxsfileinfo.1 +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/man/nxstools.1 +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxscollect +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxsconfig +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxscreate +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxsdata +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxsetup +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxsfileinfo +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/__init__.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/filenamegenerator.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/filewriter.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/h5cppwriter.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/h5pywriter.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/nxsargparser.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/nxscollect.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/nxsconfig.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/nxscreate.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/nxscreator.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/nxsdata.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/nxsdevicetools.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/nxsetup.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/nxsfileinfo.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/nxsfileparser.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/nxsparser.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/nxsxml.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/ontology/__init__.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/ontology/ontology.json +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/pyeval/__init__.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/pyeval/absorber.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/pyeval/beamtimeid.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/pyeval/cobold.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/pyeval/common.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/pyeval/dalsa.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/pyeval/dalsavds.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/pyeval/datasignal.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/pyeval/dcm.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/pyeval/eigerdectris.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/pyeval/lambdavds.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/pyeval/limaccd.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/pyeval/lmbd.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/pyeval/marccd.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/pyeval/minipix.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/pyeval/mssar.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/pyeval/mythen.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/pyeval/pco.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/pyeval/pe.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/pyeval/pilatus.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/pyeval/pilc.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/pyeval/pilcvds.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/pyeval/qbpm.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/pyeval/scdataset.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/pyeval/secop.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/pyeval/tangovimba.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/pyeval/timestamp.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/pyeval/xspress3.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/redisutils.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/__init__.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/absorber.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/absorber_foil.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/absorber_thickness.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/beamstop.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/beamtime_filename.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/beamtime_id.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/beamtimefname.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/beamtimefname.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/beamtimeid.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/beamtimeid.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/chcut.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/chcut_crystal.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/chcut_unitcalibration.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/chemical_formula.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/client_start_time.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/cobold.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/coboldhisto.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/coboldhisto_timeofflight.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/collect2.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/collect3.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/collect4.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/collect5.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/collect6.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/collection_description.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/collection_identifier.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/common2_common.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/common3_common.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/dalsa.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/dalsa_external_data.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/dalsa_nxdata.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/dalsavds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/dalsavds_filestartnum_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/dalsavds_nrexposedframes_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/dalsavds_nxdata.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/dalsavds_triggermode_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/dataaxessignal.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/datasignal.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/dcm.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/dcm_crystal.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/dcm_reflection.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/dcm_unitcalibration.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/default.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/defaultaxes.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/defaultcollection.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/defaultinstrument.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/defaultsample.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/defaultsampleidentifier.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/defaultsignal.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/description.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/descriptiontext.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/detectorlive.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger1m16vds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger1m16vds_description_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger1m16vds_nbimages_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger1m16vds_stepindex.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger1m16vds_triggermode_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger1m32vds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger1m32vds_description_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger1m32vds_nbimages_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger1m32vds_stepindex.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger1m32vds_triggermode_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger4m16vds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger4m16vds_description_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger4m16vds_nbimages_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger4m16vds_stepindex.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger4m16vds_triggermode_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger4m32vds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger4m32vds_description_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger4m32vds_nbimages_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger4m32vds_stepindex.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger4m32vds_triggermode_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger9m16vds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger9m16vds_description_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger9m16vds_nbimages_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger9m16vds_stepindex.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger9m16vds_triggermode_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger9m32vds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger9m32vds_description_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger9m32vds_nbimages_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger9m32vds_stepindex.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger9m32vds_triggermode_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eigerdectris.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eigerdectris_description_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eigerdectris_nbimages_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eigerdectris_stepindex.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eigerdectris_triggermode_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eigerdectrismesh.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eigerdectrismesh_description_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eigerdectrismesh_nbimages_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eigerdectrismesh_stepindex.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eigerdectrismesh_triggermode_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/empty.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/end_time.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/experiment_description.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/groupsecop.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/groupsecop_time.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/keithley.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/lambda.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/lambda2m.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/lambda2m_m1_external_data.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/lambda2m_m1_nxdata.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/lambda2m_m2_external_data.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/lambda2m_m2_nxdata.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/lambda2m_m3_external_data.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/lambda2m_m3_nxdata.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/lambda_external_data.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/lambda_nxdata.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/lambdavds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/lambdavds_description.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/lambdavds_framenumbers_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/lambdavds_nxdata.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/lambdavds_savefilename_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/lambdavds_triggermode_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/lambdavdsnm.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/lambdavdsnm_nxdata.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/lambdavdsnm_triggermode_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/limaccd.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/limaccd_description.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/limaccd_filestartnum_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/limaccd_postrun.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/limaccd_xpixelsize.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/limaccd_ypixelsize.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/limaccdvds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/limaccdvds_description.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/limaccdvds_filestartnum_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/limaccdvds_postrun.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/limaccdvds_xpixelsize.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/limaccdvds_ypixelsize.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/maia.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/maiadimension.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/maiaflux.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/marccd.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/marccd_postrun.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/mcaxia.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/minipix.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/minipix_description.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/minipix_framenumbers_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/minipix_nxdata.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/minipix_savefilename_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/minipix_triggermode_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/msnsar_env.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/mssar_env.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/mythen.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/mythen2.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/mythen_filestartnumber.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/mythen_postrun.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/nexdatas_configuration.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/nexdatas_version.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/parametercopymap.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/pco.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/pco_description.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/pco_filestartnum_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/pco_postrun.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/perkinelmerdetector.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/perkinelmerdetector_description.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/perkinelmerdetector_fileindex_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/perkinelmerdetector_postrun.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/pilatus.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/pilatus100k_description.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/pilatus1m_description.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/pilatus2m_description.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/pilatus300k_description.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/pilatus6m_description.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/pilatus_description.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/pilatus_filestartnum_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/pilatus_mxparameters_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/pilatus_postrun.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/pilc.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/pilc_triggermode_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/pilctimeid.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/pilctimeid_triggermode_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/pilcvds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/pilcvds4.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/pilcvds_attrmap.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/pilcvds_countermap.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/pilcvds_encoder1map.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/pilcvds_encoder2map.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/pilcvds_encoder3map.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/pilcvds_encoder4map.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/pilcvds_encoder5map.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/pinhole.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/pointdet.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/qbpm.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/qbpm_foil.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/sample_description.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/sample_env_links.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/sample_identifier.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/sample_log_links.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/sample_name.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/sample_nxdata.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/sampledescription.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/sampledescriptiontext.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/sampleenv_nxdata.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/samplehkl.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/sardanaenvironment.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/secop.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/secop_time.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/signal_axes.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/signal_name.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/signalname.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/singlesecop.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/singlesecop_time.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/slit.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/source.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/start_time.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/start_timestamp.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/starttime.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/starttime.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/tango.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/tangovimba.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/tangovimba_external_data.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/tangovimba_nxdata.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/title.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/undulator.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/xspress3.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/xspress3_triggermode_cb.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools.egg-info/SOURCES.txt +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools.egg-info/dependency_links.txt +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools.egg-info/not-zip-safe +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools.egg-info/requires.txt +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/nxstools.egg-info/top_level.txt +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/setup.cfg +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/setup.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/FileWriterH5CppH5PY_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/FileWriterH5Cpp_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/FileWriterH5PY_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/H5CppRedisWriter_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/H5CppWriter_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/H5PYWriter_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/MacroServer2 +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/MacroServer3 +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/MacroServerSetUp.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCollectH5Cpp_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCollectH5PY_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCollect_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSConfig_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateClientDSDB2_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateClientDSDBR2_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateClientDSDBR_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateClientDSDB_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateClientDSFS2_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateClientDSFS3_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateClientDSFS_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateCompDB2_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateCompDBR2_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateCompDBR_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateCompDB_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateCompFS2_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateCompFS3_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateCompFS_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateCompare_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateDeviceDSDB2_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateDeviceDSDBR2_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateDeviceDSDBR_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateDeviceDSDB_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateDeviceDSFS2_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateDeviceDSFS3_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateDeviceDSFS4_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateDeviceDSFS_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateOnlineCPDB2_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateOnlineCPDBR2_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateOnlineCPDBR_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateOnlineCPDB_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateOnlineCPFS2_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateOnlineCPFS3_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateOnlineCPFS_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateOnlineDSDB2_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateOnlineDSDBE2_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateOnlineDSDBE_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateOnlineDSDBR2_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateOnlineDSDBR_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateOnlineDSDB_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateOnlineDSFS2_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateOnlineDSFS3_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateOnlineDSFS_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreatePoolDSDB2_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreatePoolDSDBR2_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreatePoolDSDBR_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreatePoolDSDB_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreatePoolDSFS2_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreatePoolDSFS3_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreatePoolDSFS_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreatePyEvalH5Cpp_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreatePyEvalH5PY_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateSECoPCPDB_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateSECoPCPFS_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateStdCompDB2_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateStdCompDBE2_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateStdCompDBE_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateStdCompDBR2_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateStdCompDBR_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateStdCompDB_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateStdCompFS2_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateStdCompFS3_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateStdCompFS_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateTangoDSDB2_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateTangoDSDBR2_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateTangoDSDBR_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateTangoDSDB_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateTangoDSFS2_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateTangoDSFS3_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreateTangoDSFS_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSCreate_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSData_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSFileInfoH5Cpp_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSFileInfoH5PY_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSFileInfo_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSTools_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/NXSetUp_test.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/ServerSetUp.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/TestPool.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/TestPoolSetUp.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/TestServer2 +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/TestServer3 +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/TestServerSetUp.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/WriterSetUp.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/__init__.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/__main__.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/checks.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/files/empty.json +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/files/empty1.json +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/files/metadata-group-map.lst +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/files/metadata-group-map2.lst +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/files/mymeta2_00011.fio +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/files/mys0_13_1_00190.fio +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/files/myscan_00034.scan.json +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/files/myscan_00034b.scan.json +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/files/myscan_00035.scan.json +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/files/myuni.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/files/myuni2.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/files/myunidy.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/files/myunidy2.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/files/secop.conf +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/files/secop2.conf +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/files/test_file.cbf +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/files/test_file.tif +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/files/test_file0.tif +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/files/test_file1.tif +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/files/test_file2.tif +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/files/test_file3.tif +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/files/test_file4.tif +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/files/test_file5.tif +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/files/tn.png +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/main.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/nxsextrasp00/__init__.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/nxsextrasp00/collect4.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/nxsextrasp00/common4_common.ds.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/test/nxsextrasp00/mymca.xml +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/tests/simpleXMLAScan.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/tests/simpleXMLCScan.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/tests/simpleXMLScan.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/tests/testNXSxml.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/tests/testXMLCreator.py +0 -0
- {nxstools-4.31.4 → nxstools-4.32.0}/tests/testXMLtrigger.py +0 -0
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
2025-11-10 Jan Kotanski <jankotan@gmail.com>
|
|
2
|
+
* avoid to recreate redis data store because of memory leak (#832)
|
|
3
|
+
* tagged as v4.32.0
|
|
4
|
+
|
|
1
5
|
2025-11-07 Jan Kotanski <jankotan@gmail.com>
|
|
2
6
|
* skip stream creation for already existing streams (#828)
|
|
3
7
|
* remove compression_enabled and compression_shuffle (#831)
|
|
@@ -34,7 +34,6 @@ from .nxsfileparser import (getdsname, getdssource,
|
|
|
34
34
|
# getdstype
|
|
35
35
|
)
|
|
36
36
|
|
|
37
|
-
|
|
38
37
|
H5CPP = False
|
|
39
38
|
try:
|
|
40
39
|
from . import h5cppwriter as h5writer
|
|
@@ -406,6 +405,12 @@ class H5RedisFile(H5File):
|
|
|
406
405
|
""" file tree file
|
|
407
406
|
"""
|
|
408
407
|
|
|
408
|
+
#: (:obj:`dict`) global data stores
|
|
409
|
+
global_data_stores = {}
|
|
410
|
+
|
|
411
|
+
#: (:class:`threading.Lock`) global data store lock
|
|
412
|
+
global_data_store_lock = threading.Lock()
|
|
413
|
+
|
|
409
414
|
def __init__(self, h5object=None, filename=None, h5imp=None,
|
|
410
415
|
redisurl=None, session=None, h5fileplugin=None):
|
|
411
416
|
""" constructor
|
|
@@ -444,8 +449,13 @@ class H5RedisFile(H5File):
|
|
|
444
449
|
self.__entryname = ''
|
|
445
450
|
self.__insname = ''
|
|
446
451
|
if REDIS and self.__redisurl:
|
|
447
|
-
|
|
448
|
-
|
|
452
|
+
with self.global_data_store_lock:
|
|
453
|
+
# print("FILENAME", self.name)
|
|
454
|
+
if self.__redisurl in self.global_data_stores:
|
|
455
|
+
self.__datastore = self.global_data_stores[self.__redisurl]
|
|
456
|
+
else:
|
|
457
|
+
self.__datastore = getDataStore(self.__redisurl)
|
|
458
|
+
self.global_data_stores[self.__redisurl] = self.__datastore
|
|
449
459
|
# global FileStream
|
|
450
460
|
# if h5fileplugin:
|
|
451
461
|
# try:
|
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/dalsavds_nrexposedframes_cb.ds.xml
RENAMED
|
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
|
{nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger1m16vds_description_cb.ds.xml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger1m16vds_triggermode_cb.ds.xml
RENAMED
|
File without changes
|
|
File without changes
|
{nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger1m32vds_description_cb.ds.xml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger1m32vds_triggermode_cb.ds.xml
RENAMED
|
File without changes
|
|
File without changes
|
{nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger4m16vds_description_cb.ds.xml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger4m16vds_triggermode_cb.ds.xml
RENAMED
|
File without changes
|
|
File without changes
|
{nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger4m32vds_description_cb.ds.xml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger4m32vds_triggermode_cb.ds.xml
RENAMED
|
File without changes
|
|
File without changes
|
{nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger9m16vds_description_cb.ds.xml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger9m16vds_triggermode_cb.ds.xml
RENAMED
|
File without changes
|
|
File without changes
|
{nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger9m32vds_description_cb.ds.xml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eiger9m32vds_triggermode_cb.ds.xml
RENAMED
|
File without changes
|
|
File without changes
|
{nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eigerdectris_description_cb.ds.xml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eigerdectris_triggermode_cb.ds.xml
RENAMED
|
File without changes
|
|
File without changes
|
{nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eigerdectrismesh_description_cb.ds.xml
RENAMED
|
File without changes
|
{nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eigerdectrismesh_nbimages_cb.ds.xml
RENAMED
|
File without changes
|
|
File without changes
|
{nxstools-4.31.4 → nxstools-4.32.0}/nxstools/xmltemplates/eigerdectrismesh_triggermode_cb.ds.xml
RENAMED
|
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
|