Skip to content

Releases: DeepskyLog/laravel-astronomy-library

Version 4.9.1

22 Sep 11:48
6401c00
Compare
Choose a tag to compare

Use \Carbon\Carbon everywhere in the code

Version 4.9

22 Sep 10:57
39faf60
Compare
Choose a tag to compare

Add methods to calculate the equatorial coordinates of the sun.

Version 4.8

15 Sep 10:51
28f8709
Compare
Choose a tag to compare

Add methods to calculate the apparent place of a star, using the Ron-Vondrák expression. The calculations take into account the perturbations caused by the planets, the precession and the nutation.

Version 4.7

09 Sep 10:38
5258827
Compare
Choose a tag to compare

Added

  • Add precession method for EquatorialCoordinates to calculate the precession for a given date with low accuracy. The proper motion of the star is taken into account for the calculation of the precession.
  • Add precessionHighAccuracy for EquatorialCoordinates method to calculate the precession for a given date with high accuracy. The proper motion of the star is taken into account for the calculation of the precession.
  • Add precessionHighAccuracy for EclipticalCoordinates method to calculate the precession for a given date with high accuracy. The proper motion of the star is not taken into account for the calculation of the precession.

Changed

  • The constructor of the EquatorialCoordinates class now also takes the epoch of the coordinate as argument. If the epoch is not given, the standard epoch of 2000.0 is taken.
  • The constructor of the EquatorialCoordinates class now also takes the proper motion (in RA and in dec) as arguments. If the proper motion is not given, the value of 0.0 is taken.

Version 4.6

03 Aug 08:10
84af338
Compare
Choose a tag to compare

Calculate smallest circle containing three celestial bodies.

Version 4.5

31 Jul 12:57
72a6ed1
Compare
Choose a tag to compare

Added methods to check if three bodies are in a straight line and to calculate the deviation from a straight line.

Version 4.4

15 Jun 08:35
cb3d29f
Compare
Choose a tag to compare

Added method to calculate the angular separation between two equatorial coordinates.

Version 4.3

09 Jun 14:52
9b3149e
Compare
Choose a tag to compare
  • Added methods to calculate the refraction for given horizontal coordinates.

Version 4.2

03 Jun 11:36
2317dca
Compare
Choose a tag to compare
  • Added view with the length of the night at a given location.
    Night

Version 4.1

29 May 09:12
1709d5e
Compare
Choose a tag to compare
  • Added view with the altitude of the target during the night.
    Altitude