gausspyplus icon indicating copy to clipboard operation
gausspyplus copied to clipboard

Fully automated Gaussian decomposition package for emission line spectra

Results 6 gausspyplus issues
Sort by recently updated
recently updated
newest added

Though I could run the demo version of gausspy+-0.2dev0 under py3.8.7, **scipy1.6.0**, numpy1.19.5 and lmfit1.0.1, on a Mac OS10.12.6 (Sierra), when I applied it to my own dataset (13CO 1-0...

bug

-------------------------------------------------------------------------- ValueError Traceback (most recent call last) Cell In[3], line 24 20 train.training() 23 if __name__ == "__main__": ---> 24 main() Cell In[3], line 20, in main() 18 train.alpha2_initial =...

This is an automated issue from Astropy. You might be using code removed in astropy v6.0.dev from astropy/astropy#14670 in the following files: * gausspyplus/tests/test_example.py * gausspyplus/conftest.py Please use https://docs.pytest.org/en/stable/how-to/capture-warnings.html instead....

It seems that upgrading to newer versions of scipy (>= v1.5.0) may cause an error as discussed [here](https://github.com/scipy/scipy/issues/11403). The workaround for now is to downgrade scipy to a previous version...

bug

I met two problems with the finalized list of gaussians returned by gausspy+: 1) the CROTA value in the fits header of my data was ignored and therefore the absolute...

may be an easy fix with the minimizer.py function? Not sure if that was in the previous version. ``` --------------------------------------------------------------------------- ImportError Traceback (most recent call last) in () 48 decompose.single_prepared_spectrum...

bug