pyMCR icon indicating copy to clipboard operation
pyMCR copied to clipboard

pyMCR: Multivariate Curve Resolution for Python

Results 14 pyMCR issues
Sort by recently updated
recently updated
newest added

Hello, I would like to use a Unimodality constraint to follow a kinetic process (time-ordered matrix ). Is it possible to perform this kind of study with your package ?...

Hello. Is matrix augmentation supported like in MATLAB MCR-ALS? If not, is there a straightforward way to extend the code to allow row and column augmented matrices? Thanks. Amin.

To whom it may concern, If you are using https://github.com/astropy/ci-helpers in your appveyor.yml , please know that the Astropy project has dropped active development/support for Appveyor CI. If it still...

This makes the API more similar to sklearn's as discussed in https://github.com/hyperspy/hyperspy/pull/2172#issuecomment-625770320. The most drastic change to the API is moving most of the arguments of ``fit()`` to ``__init__()``. Alternatively,...

@CCampJr : @jat255 and I have been testing our Hyperspy MCR implementation. We noticed that if one or more spectral channels in the dataset contains all zeros then MCR returns...

In some dataset mcr.py will create a C_temp with Nan values. If the Nan values are not removed, the script will crash at line 421. I encountered the Nan value...

Currently, it is retrieved from the setup.py file, but it really should be done in an install-independent manner.

- Rank estimation submodule (See PR #21 ) - SVD - HySime - SIMPLISMA (?) - More examples - New Constraints - Fix for k iterations - **Please submit your...

I have written a script that would be a useful addition to this project for the initial estimate of components using partial SVD combined with the SIMPLISMA algorithm. I have...