We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5661062 + 7cab6c3 commit 6f3729bCopy full SHA for 6f3729b
1 file changed
src/JuliaAstroDocs.jl
@@ -774,6 +774,16 @@ ecosystem() = (
774
),
775
776
"Data processing" => (
777
+ (
778
+ name = "Astroalign.jl",
779
+ repo = "https://github.com/JuliaAstro/Astroalign.jl",
780
+ doc = "https://juliaastro.org/Astroalign/stable/",
781
+ tagline = "An experimental reimplementation of astroalign.py",
782
+ descr = """
783
+ - An experimental reimplementation of [astroalign](https://github.com/quatrope/astroalign) in Julia
784
+ """,
785
+ astropy = ["astroalign"],
786
+ ),
787
(
788
name = "torrance/Casacore.jl",
789
repo = "https://github.com/torrance/Casacore.jl",
0 commit comments