clatlan / cdiutils

A python package to help Coherent Diffraction Imaging (CDI) practitioners in their analysis.
MIT License
10 stars 6 forks source link

Generic loader class #39

Closed clatlan closed 3 months ago

clatlan commented 3 months ago

Implement the generic parent class Loader. This enables reducing code and regrouping common methods to all child class loaders. This closes #33.