Skip to content

Releases: shbhuk/barycorrpy

Bug fix pyerfa requirement not being specified in setup.py

30 Jul 17:15
b7182b5
Compare
Choose a tag to compare

Bug fix and add warning to reflected light code

29 Jul 16:17
95ad240
Compare
Choose a tag to compare
  1. Query Horizons using TDB JD float instead of using Astropy Time Object
  2. Add a warning based on the target name queried from Horizons. Can use this to help troubleshoot if the correct target was queried, especially in light of the majorbody/smallbody ambiguity.

Deprecate warning message and astropy.erfa

29 Jul 15:15
49f331a
Compare
Choose a tag to compare
  1. Remove print message for warning in reflected light calculations. Instead use standard warning variable.
  2. Use separate erfa package instead of astropy.erfa

v0.4.1 - Deprecate leap update keywords

03 Mar 20:13
7eff82b
Compare
Choose a tag to compare

v0.4.0 - Use Astropy leap seconds

03 Mar 19:36
f525508
Compare
Choose a tag to compare

v0.3.7 - minor formatting changes

02 Mar 17:07
401bed2
Compare
Choose a tag to compare
Reshape output of JPL Ephemeris call through astropy get_body_barycentric_posvel()
Change function name for JDUTC_to_SolarEmissionTDB to JDUTC_to_HJDTDB
Minor formatting

Include a new function to calculate time of emission for Solar RVs

22 Feb 19:47
0d99f3c
Compare
Choose a tag to compare

Add a new function JDUTC_to_SolarEmissionTDB() to convert the JDUTC time of observation to the TDB time scale time of emission from the Solar center.

Also include this in the unit test and run_sample().

v0.3.5 - minor bug fix

06 Feb 21:06
d7dc4cb
Compare
Choose a tag to compare

In response to PR #37. Bug with np.size(JDUTC) for updated versions of Astropy / Numpy.

BugFix: Allow leap_update = False for SS barycentric correction

03 Aug 17:29
Compare
Choose a tag to compare

For the case of solar system barycentric corrections, leap_update flag is not propagated.

Minor changes to leap update and warning propagation

03 May 23:39
7642532
Compare
Choose a tag to compare
Merge pull request #35 from shbhuk/Minor-bug-warnings

Warnings not propagating