diff --git a/src/JuliaAstroDocs.jl b/src/JuliaAstroDocs.jl index fc9d1d6375..eeca9a87ae 100644 --- a/src/JuliaAstroDocs.jl +++ b/src/JuliaAstroDocs.jl @@ -784,6 +784,16 @@ ecosystem() = ( """, astropy = ["astroalign"], ), + ( + name = "BackgroundMeshes.jl", + repo = "https://github.com/JuliaAstro/BackgroundMeshes.jl", + doc = "https://juliaastro.org/BackgroundMeshes/stable", + tagline = "Create meshes for estimating the background in astronomical images", + descr = """ + - Create meshes for estimating the background in astronomical images. Originally a submodule of [Photometry.jl](https://juliaastro.org/Photometry). + """, + astropy = ["photutils", "regions"], + ), ( name = "Casacore.jl", repo = "https://github.com/torrance/Casacore.jl",