I don't know the Perl module you are using, and am not able to help, but maybe I can clarify a bit on the celestial coordinate systems.

Azimuth and elevation give the position at a given time of a celestial object compared to the local horizon of the place where the observer is located. The are called horizontal coordinates. Thus it depends on where the observer is located.

Right ascension and declination constitute the equatorial coordinates, which do not depend on the location of the observer, as they are measured against the celestial equator. Declination is the angle of a celestial object to the equator (it is sort of the latitude of the object). Right ascension is analogous to the longitude and is the angle between the vernal equinox point (a special point on the celestial equator) and the object. It is often measured in hours, minutes and seconds (in this case, it is usually called hour angle and it is analogous to the time zone of the celestial object), rather than degrees or radians.

There are other systems of coordinates used in astronomy but that would become off-topic.

In reply to Re: Locationg celestial objects (using Astro::Coords, if need be) by Laurent_R
in thread Locationg celestial objects (using Astro::Coords, if need be) by schweini

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.