BackgroundMeshes.jl

CodeStableDev

CICoverageLicense

Create meshes for estimating the background in astronomical images. Originally a submodule of Photometry.jl.

Quickstart

Currently, this package is unregistered and must be installed directly from this repository using the built-in package manager

julia> ]
# Or, using Pkg; Pkg.add(url = "https://github.com/JuliaAstro/BackgroundMeshes.jl")
pkg> add https://github.com/JuliaAstro/BackgroundMeshes.jl
julia> using BackgroundMeshes

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.

License

The work derived from astropy/photutils is BSD 3-clause. All other work uses the MIT license. Therefore, this work as a whole is BSD 3-clause. LICENSE contains all licenses and any files using derived work are noted at the top of the file.