diff --git a/src/JuliaAstroDocs.jl b/src/JuliaAstroDocs.jl index 3aeaf20f9..9f9a35ea7 100644 --- a/src/JuliaAstroDocs.jl +++ b/src/JuliaAstroDocs.jl @@ -246,6 +246,16 @@ ecosystem() = ( """, astropy = ["photutils", "regions"], ), + ( + name = "PhotometricFilters.jl", + repo = "https://github.com/JuliaAstro/PhotometricFilters.jl", + doc = "https://juliaastro.org/PhotometricFilters/stable/", + tagline = "A reference of common photometric filters", + descr = """ + - Provides access to, and operations on, photometric filter curves + """, + astropy = [], + ), ( name = "PSFModels.jl", repo = "https://github.com/JuliaAstro/PSFModels.jl",