Laplacian cosmic-ray detection (L.A.Cosmic) in pure Julia.
To use the LACosmic library, first install it using Pkg
julia> ]add LACosmic
To import the library
using LACosmic
there is one exported function: lacosmic
clean_image, mask = lacosmic(image)
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.