Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.18 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.18 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. 

Release History

  • 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

  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