LiberTEM / LiberTEM-blobfinder

LiberTEM correlation and refinement library
https://libertem.github.io/LiberTEM-blobfinder/
GNU General Public License v3.0
5 stars 3 forks source link

Cleaner boundaries between libertem-specific code and the rest #5

Open sk1p opened 4 years ago

sk1p commented 4 years ago

Modules imported from the main libertem package, which will become "de-facto public" interfaces (meaning we will have to coordinate changes to these interfaces with libertem_blobfinder):

sk1p commented 4 years ago

Also, which parts of the blobfinder don't need to depend on libertem, which can be made more reusable?

uellue commented 4 years ago

The separation was now done in #14. Yes, managing the net of dependencies will be a bit of work while the restructuring is ongoing. All the packages you mention are candidates to become indedependent of LiberTEM core.

sk1p commented 7 months ago

At least the clean separation of the core correlation code from the libertem-dependent part is done as of #87 + #90

sk1p commented 7 months ago

I consider this done for now, further restructuring is separate