Metadata-Version: 2.2
Name: pyckster
Version: 25.1.8
Summary: A PyQt5-based GUI for picking seismic traveltimes
Home-page: https://gitlab.in2p3.fr/metis-geophysics/pyckster
Author: Sylvain Pasquet
Author-email: sylvain.pasquet@sorbonne-universite.fr
License: GPLv3
Requires-Python: >=3.7, <4
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: PyQt5>=5.15.4
Requires-Dist: pyqtgraph
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: obspy
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

<img src="https://gitlab.in2p3.fr/metis-geophysics/pyckster/-/raw/master/pyckster.png?ref_type=heads" alt="pyckster" width="200"/>

[![PyPI - Version](https://img.shields.io/pypi/v/pyckster)](https://pypi.org/project/pyckster/)
[![GitLab Tag](https://img.shields.io/gitlab/v/tag/spasquet%2Fpyckster?gitlab_url=https%3A%2F%2Fgitlab.in2p3.fr)](https://gitlab.in2p3.fr/spasquet/pyckster/-/tags)
<!-- ![GitLab Release](https://img.shields.io/gitlab/v/release/spasquet%2Fpyckster?gitlab_url=https%3A%2F%2Fgitlab.in2p3.fr) -->

PyCKSTER is an open-source PyQt5-based GUI for picking seismic traveltimes. It reads seismic files in SEG2, SEGY and Seismic Unix (SU) formats. Picked traveltimes are saved in [pyGIMLi](https://www.pygimli.org)'s unified format so they can easily be inverted to reconstruct subsurface velocity models.

## Installation

You can simply download the package from PyPi:
``` bash
pip install pyckster
```

Or download the sources file in the Gitlab repository and unzip it in the directory of your choice.

## Running PyCKSTER

If you installed PyCKSTER with Pypi, open a terminal and run:
```bash
pyckster
```

If you downloaded the source files, open a terminal, move to the `pyckster-master` directory and run:
```bash
python pyckster.py
```

## Author
PyCKSTER is currently developped by [Sylvain Pasquet](https://orcid.org/0000-0002-3625-9212)\
[sylvain.pasquet@sorbonne-universite.fr](sylvain.pasquet@sorbonne-universite.fr)


*CNRS, Sorbonne Université*\
*UAR 3455 OSU ECCE TERRA*\
*UMR 7619 METIS*


Any feedback or help is welcome.

## Licence

PyCKSTER is distributed under the terms of the GPLv3 license. Details on
the license agreement can be found [here].

[here]: LICENCE
