******** lacosmic ******** ``lacosmic`` is a Python package to remove cosmic rays from an astronomical image using the `L.A.Cosmic algorithm `_. The algorithm is based on Laplacian edge detection and is described in `van Dokkum (2001; PASP 113, 1420) `_. Requirements ============ ``lacosmic`` has the following requirements: * `Python `_ 3.9 or later * `NumPy `_ 1.22 or later * `Scipy `_ 1.7.2 or later * `Astropy`_ 5.0 or later `pytest-astropy `_ (0.10 or later) is required to run the test suite. Installation ============ The latest released (stable) version of lacosmic can be installed with `pip`_:: pip install lacosmic .. _pip: https://pip.pypa.io/en/latest/ User Documentation ================== .. automodapi:: lacosmic :no-heading: Changelog ========= .. toctree:: :maxdepth: 1 changelog.rst Developer Documentation ======================= .. toctree:: :maxdepth: 1 dev/releasing.rst