~stellarium/stellarium/deltaT-advanced

« back to all changes in this revision

Viewing changes to src/core/StelUtils.hpp

  • Committer: Alexander Wolf
  • Date: 2013-02-15 17:34:17 UTC
  • Revision ID: alex.v.wolf@gmail.com-20130215173417-mgep81kzup462mjm
added equations by Stephenson & Morrison (1995) and Stephenson (1997) for calculation of Delta-T

Show diffs side-by-side

added added

removed removed

Lines of Context:
341
341
        //! Implementation algorithm by Stephenson (1978) for DeltaT computation
342
342
        //! @param jDay the date and time expressed as a julian day
343
343
        //! @return Delta-T in seconds
344
 
        double getDeltaTByStephenson(double jDay);
 
344
        double getDeltaTByStephenson1978(double jDay);
 
345
 
 
346
        //! Get Delta-T estimation for a given date.
 
347
        //! Implementation algorithm by Stephenson (1997) for DeltaT computation
 
348
        //! @param jDay the date and time expressed as a julian day
 
349
        //! @return Delta-T in seconds
 
350
        double getDeltaTByStephenson1997(double jDay);
345
351
 
346
352
        //! Get Delta-T estimation for a given date.
347
353
        //! Implementation algorithm by Schmadel & Zech (1979) for DeltaT computation
362
368
        double getDeltaTByStephensonMorrison1984(double jDay);
363
369
 
364
370
        //! Get Delta-T estimation for a given date.
 
371
        //! Implementation algorithm by Stephenson & Morrison (1995) for DeltaT computation
 
372
        //! @param jDay the date and time expressed as a julian day
 
373
        //! @return Delta-T in seconds
 
374
        double getDeltaTByStephensonMorrison1995(double jDay);
 
375
 
 
376
        //! Get Delta-T estimation for a given date.
365
377
        //! Implementation algorithm by Stephenson & Houlden (1986) for DeltaT computation
366
378
        //! @param jDay the date and time expressed as a julian day
367
379
        //! @return Delta-T in seconds