Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Merge pull request #57 from usgs/release-2.6.0
Browse files Browse the repository at this point in the history
Release 2.6.0
  • Loading branch information
tparker-usgs authored Feb 6, 2017
2 parents a34444c + 46aea6e commit 8670921
Show file tree
Hide file tree
Showing 71 changed files with 7,193 additions and 5,871 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/target/
/classes/
src/main/java/gov/usgs/volcanoes/swarm/Version.java
/.DS_Store
/dependency-reduced-pom.xml
/Swarm.config
/Swarm.config.bak
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Version 2.6.0
* Add option to plot hypocenters from NEIC summary files on map
* Add event inspector dialog
* Expand maximum time span of inset wave window
* Quote command line args before passing them to java
* Fix wave close buttons
* Fix kisok enter/exit keys

## Version 2.5.2
* Remove obsoleted DefaultMetadata Class.

Expand Down
30 changes: 30 additions & 0 deletions RsamDefaults.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
default.autoScale=true

default.binSize=Hour

default.countsPeriod=10

default.detrend=false

default.eventMaxLength=300.0

default.eventRatio=1.3

default.eventThreshold=50.0

default.runningMean=false

default.runningMeanPeriod=300.0

default.runningMedian=false

default.runningMedianPeriod=300.0

default.scaleMax=100.0

default.scaleMin=0.0

default.valuesPeriod=600

default.viewType=VALUES

Loading

0 comments on commit 8670921

Please sign in to comment.