Skip to content

Commit

Permalink
Merge pull request #44 from PallHaraldsson/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mileslucas authored Sep 29, 2022
2 parents ec2d02f + 1d1f3a3 commit 4790015
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ immutable types are used to represent coordinates in each system:

- `ICRSCoords`: ICRS coordinates system
- `GalCoords`: Galactic coordinates system
- `FK5Coords`: FK5 coordinates system (with arbitrary equninox)
- `FK5Coords`: FK5 coordinates system (with arbitrary equinox)

```julia
julia> c1 = ICRSCoords(0, 0) # inputs are ra, dec in radians
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ immutable types are used to represent coordinates in each system:

- [`ICRSCoords`](@ref): ICRS coordinates system
- [`GalCoords`](@ref): Galactic coordinates system
- [`FK5Coords`](@ref): FK5 coordinates system (with arbitrary equninox)
- [`FK5Coords`](@ref): FK5 coordinates system (with arbitrary equinox)

Each type holds a longitude and latitude, and each is a subtype of
[`AbstractSkyCoords`](@ref).
Expand Down

0 comments on commit 4790015

Please sign in to comment.