Skip to content

Releases: pysmo/aimbat

AIMBAT-1.0.7

05 Sep 22:10
5d3418f

Choose a tag to compare

Bugfix release (#107 )

AIMBAT-1.0.5

18 Aug 05:07

Choose a tag to compare

Main contributor: smlloyd, xlougeo.

  • Lots of code clean and restructure, including src, docs, and tests.
  • Package installation: make fortran optional, update dependencis, update travis, setup pipenv.
  • Update documentation.
  • Bug fixes.

AIMBAT-1.0.4

24 Dec 04:10

Choose a tag to compare

  • Add SAC P1 Button to the main GUI
  • Plot only a subset of traces for faster data QC and (de)selection. All labels are plotted. Add a button to plot more traces

AIMBAT-1.0.3

07 Dec 06:47

Choose a tag to compare

Some GUI setting changes

AIMBAT-1.0.2

05 Dec 06:57

Choose a tag to compare

AIMBAT-1.0.2 Pre-release
Pre-release
  • Add option to plot simple delay time map by matplotlib.pyplot and fix typo in plotutils

AIMBAT-1.0.1

05 Dec 06:58

Choose a tag to compare

AIMBAT-1.0.1 Pre-release
Pre-release

Has a typo. Do not use.

  • Fix bugs in changing trace selection status (QC), manual phase picking, and trace label.
  • Change in GUI settings. Using right button dragging is enough and give up on QScrollArea.
  • In cross-correlation, do not allow reverse polarity which causes cycle skipping too often.

AIMBAT-1.0.0

03 Dec 06:09

Choose a tag to compare

AIMBAT-1.0.0 Pre-release
Pre-release
  • Use new pysmo.core.sac.SacIO (pysmo-pysmo-v0.7.0) instead of pysmo.sac.sacio.SacFile
  • New setup.py:
    ** Wrap all scripts into a callable function and add them to entry_point, e.g.,
    aimbat-ttpick is automatically generated in your bin folder.
    ** Use git commit/tag to determine version automatically.
  • SAC plotting and aimbat-ttpick are still using Matplotlib GUI.
  • New GUI (aimbat-qtpick) using pyqtgraph for fast plotting. Similar user interactions as v0.3:
    ** Key pressed event handler in pyqtgraph is redefined
    ** Use mouse to change time window and press key 'w' to set <-- work on stack only
    ** Press key 't[0-9]' to set time picks like SAC PPK <-- work on both stack and traces
    ** Mouse click on waveform to change trace selection status <-- work on trace only
  • Better separation between data and plot.
  • Filter and sort are both in the main GUI controlled by a parameter tree.

AIMBAT-v0.9.0

01 Dec 14:03

Choose a tag to compare

AIMBAT-v0.9.0 Pre-release
Pre-release

testing tag for uploading to pypi.org

AIMBAT-0.3 alpha1a

12 Jun 04:20

Choose a tag to compare

AIMBAT-0.3 alpha1a Pre-release
Pre-release
  • Upgrade to python 3, such as print(), list(range(n)), and str vs bytes. May not be back-compatible with python 2.
  • No change in functionalities from v0.2.
  • Include sacio in the same aimbat source package.

AIMBAT-0.2

03 Jun 20:03

Choose a tag to compare

Tag v0.2 for committed changes between Dec 19, 2012 (v0.1.2) and Aug 23, 2016.