IMSY-DKFZ / simpa

The Simulation and Image Processing for Photonics and Acoustics (SIMPA) toolkit.
https://simpa.readthedocs.io/en/main/
Other
73 stars 18 forks source link

Integrate linear unmixing into SIMPA #43

Closed jgroehl closed 3 years ago

jgroehl commented 3 years ago

We have refactored the way the linear unmixing algorithm should be integrated into SIMPA. The correct location is now simpa.algorithms.multispectral.

We still need a new base class for multispectral algorithms that unifies the way these are called. Opened a new issue for this #63.

jgroehl commented 3 years ago

Merged multispectral base class with LU implementation and pushed to develop. Opening a new issue to follow up in this component after changes to the spectral library.