PaulHancock / Aegean

The Aegean source finding program and associated tools
http://aegeantools.rtfd.io/
Other
47 stars 14 forks source link

Numba aegean #211

Closed AhmedHamadto closed 4 months ago

AhmedHamadto commented 5 months ago

This forked branch implements the Numba module, alters the elliptical_gaussian function to work with Numba by replacing the try-except clause with an IF statement.

The numba version has been included in the pyproject.toml file, and the CHANGELOG.md has been updated accordingly.

AhmedHamadto commented 5 months ago

I have completed the requested changes.