We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
radec2altaz
altaz2radec
I'm trying to get the position of the sun in the sky at a given time and location. Similar to this: https://discourse.julialang.org/t/calculate-positions-of-astronomical-objects-from-a-terrestrial-observatory/107772
sunpos returns right ascension and declanation and there exists hadec2altaz, but I don't want to manually convert from right ascension to hour angle.
sunpos
hadec2altaz
I'd like to be able to call radec2altaz(sunpos(time)[1:2], lat, lon, time) and get an altitude and azimuth.
radec2altaz(sunpos(time)[1:2], lat, lon, time)
The text was updated successfully, but these errors were encountered:
The function I'm looking for is eq2hor.
eq2hor
Sorry, something went wrong.
No branches or pull requests
I'm trying to get the position of the sun in the sky at a given time and location. Similar to this: https://discourse.julialang.org/t/calculate-positions-of-astronomical-objects-from-a-terrestrial-observatory/107772
sunpos
returns right ascension and declanation and there existshadec2altaz
, but I don't want to manually convert from right ascension to hour angle.I'd like to be able to call
radec2altaz(sunpos(time)[1:2], lat, lon, time)
and get an altitude and azimuth.The text was updated successfully, but these errors were encountered: