Skip to content

CCT 1.0.12

Compare
Choose a tag to compare
@justinbarno justinbarno released this 15 Jun 18:51
· 36 commits to master since this release

Features and improvements

  • This release is focused around replacing all of our plots with new HTML5 based plots that utilize PlotlyJS and D3.js.
    • Our existing plotting codes have been moved to the llnl.gnem.core.gui.swing package.
    • All plots now share a common look-and-feel and have a common interface through the toolbar available by mousing over the top right corner of each plot.
    • New plots all support export via SVG in addition to existing snapshot functionality.
  • We now have navigation buttons on the top bar of the waveform display when you are looking at a single waveform that allow you to quicky navigate to different frequency bands for that event/station pair.
  • Added a menu item under the Data menu item to mark all picks in a data set as reviewed.
  • Additional data exposed in the UI based on user feedback.
    • Added depth and julian day information in site/meas event view.
    • Added an ISO 8601 date column to the results tables.
    • Added station count and frequency band coverage QC metric columns in the results tables.
    • Added network code column to the data and parameter tables.
  • Waveform plots are now aligned on the time axis such that 0 aligns to the event origin time.
  • Site and measurement tabs for individual events now only show stations that contributed measurements to that event.
  • Spectral plots now include a right Y-axis that displays the Mw value in addition to the existing Y-axis in log dyne-cm.
  • Spectral plot frequency axis is now plotting as log labels rather than the center frequency (label change only, no change to plot of data values).
  • Plots now allow turning elements on and off by clicking on the legend entry for that element.