Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.44 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.44 KB

REMOS - Recursive Entropy Method of Segmentation.

This repository contains the code related to the REMOS algorithm. REMOS is an open-source algorithm for the detection, segmentation, classification, and visualization of continuous volcano-seismic data streams (see Bueno et al. 2019). If would like to contribute, do not hesitate to fork the repository (or contact us).

If using REMOS, please cite;

Bueno Rodriguez Angel, Díaz-Moreno Alejandro, De Angelis Silvio, Benítez Carmen and Ibáñez, Jesús. M. 
Recursive Entropy Method of Segmentation. Seismological Research Letters. 91. 2019. 

An application example is included on the attched Jupyter Notebook. Tested under Python 2.7.

Release History

  • 0.1.0

    • Version as published at SRL.
  • 0.0.1

    • Preliminary version with the project skeleton.

Contact Information

Angel Bueno : angelbueno@ugr.es

Distributed under the GNU General Public License (GPL) v3.0. See LICENSE file for more information.

https://github.com/srsudo/github-link

Contributing

REMOS is an ongoing development project. If you would like to suggest any change here on github, please do the following:

  1. Fork it (https://github.com/srsudo/remos/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request