Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/community/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The core product of JuliaAstro is high quality astronomical software, including

🟢 Determine a plan for [long-term support of FITS](https://github.com/JuliaAstro/FITSIO.jl), while also improving performance and making contributions easier.

🔶 Determine a plan for long-term support of a [pure Julia implementation of FITS](https://github.com/barrettp/FITSFiles.jl) and [ASDF](https://github.com/JuliaAstro/ASDF2.jl), while also improving performance and making contribution easier.
🔶 Determine a plan for long-term support of a [pure Julia implementation of FITS](https://github.com/JuliaAstro/FITSFiles.jl) and [ASDF](https://github.com/JuliaAstro/ASDF2.jl), while also improving performance and making contribution easier.

🟥 Provide next-generation radio analysis tools usable by individual researchers and larger surveys with [EHTJulia coordinated packages](https://github.com/EHTJulia) and formation of a Radio Astronomy Group (RAG).

Expand Down
4 changes: 2 additions & 2 deletions src/JuliaAstroDocs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -718,8 +718,8 @@ ecosystem() = (
),
(
name = "FITSFiles.jl",
repo = "https://github.com/barrettp/FITSFiles.jl",
doc = "https://barrettp.github.io/FITSFiles.jl/",
repo = "https://github.com/JuliaAstro/FITSFiles.jl",
doc = "https://juliaastro.org/FITSFiles/stable/",
tagline = "A Julia Flexible Image Transport System (FITS) file IO package",
descr = """
- A Flexible Image Transport System (FITS) file IO package written in Julia
Expand Down
Loading