LACosmic.jl

Code Build Status PkgEval Coverage License

Laplacian cosmic-ray detection (L.A.Cosmic) in pure Julia.

Installation

To use the LACosmic library, first install it using Pkg

julia> ]add LACosmic

Usage

To import the library

using LACosmic

there is one exported function: lacosmic

clean_image, mask = lacosmic(image)

Contributing and Support

If you would like to contribute, feel free to open a pull request. If you want to discuss something before contributing, head over to discussions and join or open a new topic. If you're having problems with something, please open an issue.