JuliaAstro / LACosmic.jl

Laplacian cosmic-ray detection in pure Julia

Home Page:https://juliaastro.github.io/LACosmic.jl/dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LACosmic.jl

Build Status PkgEval Coverage License

Stable Dev

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.

About

Laplacian cosmic-ray detection in pure Julia

https://juliaastro.github.io/LACosmic.jl/dev/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Julia 100.0%