Skip to content

Commit

Permalink
Add missing line to eq2hor docstring (#62)
Browse files Browse the repository at this point in the history
I was confused about this `ws` parameter until I realized that this function is copied directly from IDL, so I looked up the [`eq2hor` IDL documentation](https://idlastro.gsfc.nasa.gov/ftp/pro/astro/eq2hor.pro) and it turned out half of the description had been forgotten.
  • Loading branch information
OliverEvans96 committed Oct 8, 2020
1 parent 5adbcad commit c8a0782
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/eq2hor.jl
Expand Up @@ -92,6 +92,7 @@ or
Optional keyword arguments:
* `ws` (optional boolean keyword): set this to `true` to get the azimuth measured
westward from south (not East of North)
* `B1950` (optional boolean keyword): set this to `true` if the ra and dec
are specified in B1950 (FK4 coordinates) instead of J2000 (FK5). This is `false` by
default
Expand Down

0 comments on commit c8a0782

Please sign in to comment.