2013-11-08 14:31:09 +01:00
|
|
|
# -*- coding: utf-8 -*-
|
2015-06-11 10:07:21 +02:00
|
|
|
# --------------------------------------------------------
|
2013-11-08 14:31:09 +01:00
|
|
|
# Purpose: Convience imports for PyLoT
|
|
|
|
#
|
|
|
|
'''
|
2014-03-31 13:01:51 +02:00
|
|
|
================================================
|
2013-11-08 14:31:09 +01:00
|
|
|
PyLoT - the Python picking and Localization Tool
|
2014-03-31 13:01:51 +02:00
|
|
|
================================================
|
2013-11-08 14:31:09 +01:00
|
|
|
|
|
|
|
This python library contains a graphical user interfaces for picking
|
|
|
|
seismic phases. This software needs ObsPy (http://github.com/obspy/obspy/wiki)
|
|
|
|
and the Qt4 libraries to be installed first.
|
|
|
|
|
|
|
|
PILOT has been developed in Mathworks' MatLab. In order to distribute
|
|
|
|
PILOT without facing portability problems, it has been decided to re-
|
|
|
|
develop the software package in Python. The great work of the ObsPy
|
|
|
|
group allows easy handling of a bunch of seismic data and PyLoT will
|
|
|
|
benefit a lot compared to the former MatLab version.
|
|
|
|
|
|
|
|
The development of PyLoT is part of the joint research project MAGS2.
|
|
|
|
|
|
|
|
:copyright:
|
2014-03-31 13:01:51 +02:00
|
|
|
The PyLoT Development Team
|
2013-11-08 14:31:09 +01:00
|
|
|
:license:
|
|
|
|
GNU Lesser General Public License, Version 3
|
|
|
|
(http://www.gnu.org/copyleft/lesser.html)
|
2015-06-11 10:07:21 +02:00
|
|
|
'''
|