We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e84929 commit eeb94f2Copy full SHA for eeb94f2
src/JuliaAstroDocs.jl
@@ -784,6 +784,16 @@ ecosystem() = (
784
""",
785
astropy = ["astroalign"],
786
),
787
+ (
788
+ name = "BackgroundMeshes.jl",
789
+ repo = "https://github.com/JuliaAstro/BackgroundMeshes.jl",
790
+ doc = "https://juliaastro.org/BackgroundMeshes/stable",
791
+ tagline = "Create meshes for estimating the background in astronomical images",
792
+ descr = """
793
+ - Create meshes for estimating the background in astronomical images. Originally a submodule of [Photometry.jl](https://juliaastro.org/Photometry).
794
+ """,
795
+ astropy = ["photutils", "regions"],
796
+ ),
797
(
798
name = "Casacore.jl",
799
repo = "https://github.com/torrance/Casacore.jl",
0 commit comments