Create meshes for estimating the background in astronomical images. Originally a submodule of Photometry.jl.
Currently, this package is unregistered and must be installed directly from this repository using the built-in package manager
julia>]
pkg> add https://github.com/JuliaAstro/BackgroundMeshes.jl
julia> using Pkg; Pkg.add("https://github.com/JuliaAstro/BackgroundMeshes.jl")
For more information, see the Pkg documentation.
To load this package
julia> using BackgroundMeshes
Please see the online documentation for further usage, tutorials, and API reference.
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.
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.