Skip to content

Releases: iannesbitt/readgssi

Fitch

28 Aug 04:24
5c4fa19
Compare
Choose a tag to compare

readgssi 0.0.6-beta5 - "Fitch"

changes since 0.0.5

  • added example code and plots
  • fixed a bug that caused both plots of dual-channel radar files to be written out to one file
  • fixed a bug that caused manually-created output file names to be ignored when plotting
  • added basic background removal and dewow capability (#5 from @fxsimon)
  • added support for the D50800/D50300 antenna
    • added plotting support for dual-channel radar devices
    • merged #3 from @fxsimon which fixed a bug that caused multi-channel file traces to be read in a 121212 sequence instead of 111222
  • updated the workings of the plotting algorithm's colormap
  • changed the way files are saved (bug in 0.0.5 mangled some filenames)
  • added the ability to specify colormap and whether to draw a colorbar and a histogram
  • added an automatic figsize option (leaves figsize up to Matplotlib)
  • added ability to apply gain
  • fixed bug that caused gain to be applied incorrectly
  • script now tries to automatically calculate timezero using (nsamp*range)/position

known bugs:

  • translation to anything but csv is broken (hope to have time to at least fix HDF5 output soon)
    • csv translation does not work for dual-channel radar devices (exports to file but channels are merged end-to-end)
  • color bar shows up too large on some plots (no known fix yet)
  • histogram only shows pre-gain data distribution

Fitch

11 Aug 13:49
Compare
Choose a tag to compare

readgssi 0.0.6-beta4 - "Fitch"

changes since 0.0.5

  • added support for the D50800 antenna
  • added plotting support for dual-channel radar devices
    • merged #3 from @fxsimon which fixed a bug that caused multi-channel file traces to be read in a 121212 sequence instead of 111222
  • updated the workings of the plotting algorithm's colormap
  • changed the way files are saved (bug in 0.0.5 mangled some filenames)
  • added the ability to specify colormap and whether to draw a colorbar and a histogram
  • added an automatic figsize option (leaves figsize up to Matplotlib)
  • added ability to apply gain
  • fixed bug that caused gain to be applied incorrectly
  • script now tries to automatically calculate timezero using (nsamp*range)/position

known bugs:

  • translation to anything but csv is broken (hope to have time for a fix soon)
    • csv translation does not work for dual-channel radar devices (exports to file but channels are merged end-to-end)
  • color bar shows up too large on some plots (no known fix yet)

Fitch

09 Aug 20:15
Compare
Choose a tag to compare

readgssi 0.0.6-beta3 - "Fitch"

changes since 0.0.5

  • added support for the D50800 antenna
  • added plotting support for dual-channel radar devices
    • merged #3 from @fxsimon which fixed a bug that caused multi-channel file traces to be read in a 121212 sequence instead of 111222
  • updated the workings of the plotting algorithm's colormap
  • changed the way files are saved (bug in 0.0.5 mangled some filenames)
  • added the ability to specify colormap and whether to draw a colorbar and a histogram
  • added an automatic figsize option (leaves figsize up to Matplotlib)
  • added ability to apply gain

known bugs:

  • time-zero is broken (it's currently a constant and needs to be a function of antenna separation and samplerate)
  • translation to anything but csv is broken (hope to have time for a fix soon)
    • csv translation does not work for dual-channel radar devices (exports to file but channels are merged end-to-end)
  • color bar shows up too large on some plots (no known fix yet)
  • colormap of radargram doesn't always work for certain types of data (adding user-adjustable gain soon)

Fitch

09 Aug 17:00
114428f
Compare
Choose a tag to compare

0.0.6-beta2 "Fitch"

changes from 0.0.5

  • added support for the D50800 antenna
  • added plotting support for dual-channel radar devices
    • merged #3 from @fxsimon which fixed a bug that caused multi-channel file traces to be read in a 121212 sequence instead of 111222
  • updated the workings of the plotting algorithm's colormap
  • changed the way files are saved (bug in 0.0.5 mangled some filenames)
  • added the ability to specify colormap and whether to draw a colorbar and a histogram
  • added an automatic figsize option (leaves figsize up to Matplotlib)

known bugs:

  • time-zero is broken (it's currently a constant and needs to be a function of antenna separation and samplerate)
  • translation to anything but csv is broken (hope to have time for a fix soon)
    • csv translation does not work for dual-channel radar devices (exports to file but channels are merged end-to-end)
  • color bar shows up too large on some plots (no known fix yet)
  • colormap of radargram doesn't always work for certain types of data (adding user-adjustable gain soon)

Fitch

09 Aug 04:51
e8b58c7
Compare
Choose a tag to compare

0.0.6-beta1 "Fitch"

changes in 0.0.6

  • added support for the D50800 antenna
  • added plotting support for dual-channel radar devices
  • updated the workings of the plotting algorithm's colormap
  • changed the way files are saved (bug in 0.0.5 mangled some filenames)

known bugs:

  • translation to anything but csv is broken (hope to have time for a fix soon)
    • csv translation does not work for dual-channel radar devices (exports to file but channels are merged end-to-end)
  • color bar shows up too large on most plots (no known fix yet)
  • colormap of radargram doesn't always work for certain types of data (adding user-adjustable gain soon)
  • time-zero is broken (it's currently a constant and needs to be a function of antenna separation and samplerate)

Williams

07 Aug 21:20
9bf0379
Compare
Choose a tag to compare

0.0.5 "Williams"

Changes:

  • Plotting support with stack, autostack, and figure size adjustment

Bugs:

  • Still cannot export to HDF5 (No conversion path for dtype: dtype('<U22'))
  • HDF5 output crashes when no DZG file (line 461)

Prospect

30 Nov 04:17
Compare
Choose a tag to compare

0.0.3 "Prospect"

Calls to __main__ of python script return statistics and allow the user to specify csv output
Calls to matlab script load data into 1) header section and 2) an array

Todo in python script:

  • GPS support (DZG/DZX files, or manual handheld GPS data)
  • HDF5 output
  • SEG-Y output
  • import of function by another function should return numpy array and statistics