SpectralUnmixer#
- class patato.SpectralUnmixer(chromophores: List[Spectrum | str], wavelengths, rescaling_factor=1, algorithm_id='')#
Bases:
SpatialProcessingAlgorithmThe spectral unmixer. This takes in reconstruction data and spits out linearly spectrall unmixed data.
- __init__(chromophores: List[Spectrum | str], wavelengths, rescaling_factor=1, algorithm_id='')[source]#
Methods