LiberTEM
LiberTEM copied to clipboard
Open pixelated STEM framework
This is a continuation of #665, related to discussion in tickets #46, #168, #328 Now that the basic functionality is there, we can get first feedback from users; then it...
The HackMD notebook of the Swift hackathon is a nice, brief run-down on getting started with LiberTEM. Much of the information is available in our documentation, in principle. However, we...
A dataset's `get_diagnostics()` method can help to find additional datasets in a HDF5 file. Side note -- is the info button in the GUI documented that provides the same info?
Discussion with @sk1p and @Brow71189: Currently, UDF users have to declare AUX data explicitly when constructing an UDF. This can make using a built-in UDF with aux data unnecessarily complicated....
Discussion with @sk1p: Since LiberTEM is designed for remote processing, the data files to work on are not always available on the master node. Furthermore, the local and remote parts...
This could be, in the easiest version, opening files via entering a glob (should present a file list as second step, when entering the other parameters). Could also consist of...
This Issue collects other Issues that depend on extended capabilities in the executor, i.e. where just running Dask futures in the cluster in the current way may not be enough....
I've started to implement #136, see [the ds_caching branch](https://github.com/LiberTEM/LiberTEM/tree/ds_caching) and PR #471 . It can right now be considered a prototype. This is supposed to be an overview of what...
Currently, our reference documentation includes some private APIs, for example, many methods of `DataSet` may need to change in the future. On the other hand, `Slice` and `Shape` are in...
Discussion with @sk1p: Now that we are starting to integrate application modules, we should make sure these are properly packaged and can be installed separately from each other to preempt...