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/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ postprocess_cb()

# Differentiate between pure Julia and wrapper packages
wrapper_packages = [
"torrance/Casacore",
"Casacore",
"CFITSIO",
"JuliaAPlavin/Difmap",
"emmt/EasyFITS",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/tutorials/tabular-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ In these examples, we will fetch and load the Hipparcos-GAIA Catalog of Accelera
This catalog cross matches stars from the Hipparcos and GAIA catalogs in order to calculate the long term astrometric proper motion anomaly; that is, the star's deviation from straight line motion in the plane of the sky over the ~20 baseline between the two missions.

A wide range of tabular data formats are supported in Julia under a common [Tables.jl interface](https://tables.juliadata.org). For example,
[CSV](https://csv.juliadata.org), [Excel](https://felipenoris.github.io/XLSX.jl), [Arrow](https://github.com/apache/arrow-julia), [CASA Tables](http://mweastwood.info/CasaCore.jl/stable/), and various SQL formats to name a few.
[CSV](https://csv.juliadata.org), [Excel](https://felipenoris.github.io/XLSX.jl), [Arrow](https://github.com/apache/arrow-julia), [CASA Tables](http://juliaastro.org/Casacore/stable/), and various SQL formats to name a few.


## Packages
Expand Down
8 changes: 4 additions & 4 deletions src/JuliaAstroDocs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -849,12 +849,12 @@ ecosystem() = (
),
(
name = "Casacore.jl",
repo = "https://github.com/torrance/Casacore.jl",
doc = "https://github.com/torrance/Casacore.jl?tab=readme-ov-file#casacorejl",
repo = "https://github.com/JuliaAstro/Casacore.jl",
doc = "https://juliaastro.org/JuliaAstro/stable",
tagline = "A high level Julia interface to Casacore",
descr = """
- Wrapper for [CasaCore](http://casacore.github.io/casacore/)
- Uses [casacorecxx](https://github.com/torrance/casacorecxx) which uses [CxxWrap](https://github.com/JuliaInterop/CxxWrap.jl) to wrap the C++ Casacore codebase. These raw objects and methods are available in `Casacore.LibCasacore`
- Wrapper for [casa ore](http://casacore.github.io/casacore/)
- Uses [casacorecxx](https://github.com/JuliaBinaryWrappers/casacorecxx_jll.jl) which uses [CxxWrap](https://github.com/JuliaInterop/CxxWrap.jl) to wrap the C++ Casacore codebase. These raw objects and methods are available in `Casacore.LibCasacore`
""",
astropy = [],
),
Expand Down
Loading