We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b748a4 commit 9f9b70eCopy full SHA for 9f9b70e
1 file changed
src/JuliaAstroDocs.jl
@@ -366,6 +366,16 @@ ecosystem() = (
366
""",
367
astropy = ["specreduce", "specutils"],
368
),
369
+ (
370
+ name = "Spectra.jl",
371
+ repo = "https://github.com/JuliaAstro/Spectra.jl",
372
+ doc = "https://juliaastro.org/Spectra/stable",
373
+ tagline = "Utilities for interfacing with astronomical spectra and synthetic spectra libraries",
374
+ descr = """
375
+ - Utilities for interfacing with astronomical spectra and synthetic spectra libraries
376
+ """,
377
+ astropy = ["specreduce", "specutils"],
378
+ ),
379
(
380
name = "SpectralFitting.jl",
381
repo = "https://github.com/fjebaker/SpectralFitting.jl",
0 commit comments