qipe-nlab/Labber-PSICT

h5py database access call deprecation

Closed this issue · 1 comments

Original report by Samuel Wolski (Bitbucket: 557058:90b732eb-6ab1-4b27-9495-eb00eafde259, GitHub: samwolski).


Historically, database.value has been used to access hdf5 values. This is done specifically in the get_sl_index and sort_iteration_order methods of the LabberExporter class. However, this access method is now deprecated, and so the corresponding PSICT methods need to be updated.

Original comment by Samuel Wolski (Bitbucket: 557058:90b732eb-6ab1-4b27-9495-eb00eafde259, GitHub: samwolski).


Update hdf5 dataset reference method

This fixes issue #9 (h5py database access deprecation).