Mohsen
Mohsen
Hi @AndrewHerzing , Sorry I just saw this conversation (not sure why I miss Github mentions...) The code we put together exactly does option 2 in your comment above. We...
There is a notebook also showing more functionality with larger MIB files: https://github.com/pyxem/pyxem-demos/blob/master/00%20Importing%20large%20mib%20datasets.ipynb
Yes, correct. That was on my TO-DO list at some point! Have not visited this because we see no reason to save multiple MIB files. Have you seen significant speed...
This is coming from [here](https://github.com/pyxem/pyxem/blob/7ae40b7ef751438adf02a77bccf475a9734de3df/pyxem/utils/io_utils.py#L829) that we check that majority of the frame exposure times (>90%) corresponds to the triggered dwell time. Have you checked the histogram in `exp_times_list`in your...
That is interesting / weird... Here is what I get in a typical 256*256 dataset: `times_set = set(exp_times)` `print(times_set)` {0.000416, 0.0455, 0.0338, 0.00065, 0.001704, 0.000425, 0.011707, 0.03445, 0.011855} `for t...
Many thanks @magnunor ! I had a brief chat with @francisco-dlp on where this should go to. He was also agreeing that `io_plugins` is not the right place, since this...
Thank you all for your detailed comments. I shall submit a modified PR once back from my current high on euphoria and meconium!
Hi @tjof2, Unfortunately I have not had a chance to progress much on this.
Sorry for the delay in getting back to you @magnunor (was on paternity leave for a while) Any updates on this? At ePSIC we would like to have mib reader...
Hi @AZangiabadi all the file loading methods have now been moved to https://hyperspy.org/rosettasciio/ so we will need to update that example notebook! @CSSFrancis I have uploaded an example quad MerlinEM...