Skip to content

Commit eeb94f2

Browse files
committed
added BackgroundMeshes.jl
1 parent 9e84929 commit eeb94f2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/JuliaAstroDocs.jl

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -784,6 +784,16 @@ ecosystem() = (
784784
""",
785785
astropy = ["astroalign"],
786786
),
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+
),
787797
(
788798
name = "Casacore.jl",
789799
repo = "https://github.com/torrance/Casacore.jl",

0 commit comments

Comments
 (0)