Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Releases: space-physics/themisasi

update for newer numpy.datetime64

27 Apr 06:37
b83cf03
Compare
Choose a tag to compare
v1.2.0

update to new numpy.datetime64 api

src/ layout, entry_points, add examples

17 Jul 18:53
b0f45b5
Compare
Choose a tag to compare

Modernizing package layout

asyncio downloading, base url is a parameter, parametrize tests

17 Jun 23:58
Compare
Choose a tag to compare
v1.0.0

Merge branch 'master' of https://github.com/scivision/themisasi

improved project structure

31 Dec 18:46
00beda8
Compare
Choose a tag to compare
  • put projections into own file, as this is a very important and growing use case
  • improved multi-OS CI
  • cleanup

bugfix: not autofinding cal files

14 Sep 20:46
Compare
Choose a tag to compare
bugfix: sav/cdf time finding

vers

fix corner cases, auto-download cal files

14 Sep 19:21
Compare
Choose a tag to compare

Now, calibration files are automatically downloaded
added several tests to fix corner cases and improve coverage
improve auto-cal file loading

autoload most recent prior cal file if available

05 Sep 21:28
7510dfa
Compare
Choose a tag to compare

Redo API to be oriented around path, site, time instead of specific filenames

import themisasi as ta
dat = ta.load'~/data/', 'gako','2011-01-01T06:32:10')

SpacePy=>CDFlib, robust time handling

29 Aug 22:36
5fd96ef
Compare
Choose a tag to compare

Use easy CDFlib instead of bulky SpacePy to read CDF

make time handling more robust and tested

Robustify

10 Jul 21:32
Compare
Choose a tag to compare
  • add pixel time series plot function
  • functionalize more
  • improve test coverage into fov.py
  • generally lots more checks and test

modernization

09 Jul 20:15
Compare
Choose a tag to compare
  • pep8, mypy, setup.cfg