Skip to content

JuliaAstro/LACosmic.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.