Skip to content

Releases: lanl/swiftbat_python

v0.1.4

09 Aug 00:52
8abd7ab
Compare
Choose a tag to compare

Modernized version.

  • Replace pyephem with skyfield
    • pyephem is no longer supported
  • Pointing history replaced screen-scraping with swifttool database access
    • Appeared as DOS on the scraped website when I ran too often
  • General decrufting
    • reformatted with black
    • Code still suffers from being the first Python I ever wrote, on python2.6
    • Some (but not much) type hinting)
  • Requirements updated:
    • Python >= 3.9
    • astropy >= 5
    • skyfield >= 1.4

v0.1.2a3

07 Nov 03:12
Compare
Choose a tag to compare

Corrects bug in detid2xy() and related functions.