Dieter Weber

Results 225 comments of Dieter Weber

/azp run libertem.libertem-data

Draft status until https://github.com/LiberTEM/LiberTEM-blobfinder/pull/83 is released.

/azp run libertem.libertem-data

/azp run libertem.libertem-data

It seems that the master file just contains a list of separate dataset entries for each of the compound files: ``` - entry : - data : - data_000001 :...

https://www.dectris.com/en/support/downloads/header-docs/hdf5/

https://github.com/h5py/h5py/blob/master/examples/eiger_use_case.py

Following this example, I got it to work by creating a proper virtual HDF5 dataset for the whole thing. Code to create the master entry: [`create_true_master.ipynb`](https://er-c-data-mgmt.fz-juelich.de/browse/?path=/adhoc/arina_cryo4d_stem/create_true_master.ipynb) Master entry: [master.h5](https://er-c-data-mgmt.fz-juelich.de/browse/?path=/adhoc/arina_cryo4d_stem/master.h5) To...

It seems that the file also has a few other interesting entries for our corrections, to get rid of the 65535 max int value for dead pixels: ``` with h5py.File('maxleotest_master.h5')...

In conclusion, it could be worth it to explore an Eiger-NeXus dataset derived from HDF5 that creates the temporary HDF5 virtual dataset in a temporary file and interprets the pixel...