Releases: iannesbitt/readgssi
Releases · iannesbitt/readgssi
Fitch
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
- 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
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
- 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
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
- 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
0.0.6-beta2 "Fitch"
changes from 0.0.5
- 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)
- 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
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
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
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