pyckster 26.1.3__tar.gz → 26.1.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. {pyckster-26.1.3/pyckster.egg-info → pyckster-26.1.5}/PKG-INFO +13 -5
  2. {pyckster-26.1.3 → pyckster-26.1.5}/README.md +11 -3
  3. {pyckster-26.1.3 → pyckster-26.1.5}/pyckster/__init__.py +2 -2
  4. {pyckster-26.1.3 → pyckster-26.1.5}/pyckster/core.py +3407 -1674
  5. pyckster-26.1.5/pyckster/dispersion_stack_viewer.py +307 -0
  6. {pyckster-26.1.3 → pyckster-26.1.5}/pyckster/pick_io.py +13 -3
  7. {pyckster-26.1.3 → pyckster-26.1.5}/pyckster/sw_utils.py +12 -4
  8. {pyckster-26.1.3 → pyckster-26.1.5/pyckster.egg-info}/PKG-INFO +13 -5
  9. {pyckster-26.1.3 → pyckster-26.1.5}/pyckster.egg-info/SOURCES.txt +1 -6
  10. {pyckster-26.1.3 → pyckster-26.1.5}/setup.py +1 -1
  11. pyckster-26.1.3/CHANGES.md +0 -65
  12. pyckster-26.1.3/MANIFEST.in +0 -6
  13. pyckster-26.1.3/images/pyckster.png +0 -0
  14. pyckster-26.1.3/images/pyckster.svg +0 -85
  15. pyckster-26.1.3/images/screenshot_01.png +0 -0
  16. pyckster-26.1.3/pyckster/pac_inversion.py +0 -785
  17. {pyckster-26.1.3 → pyckster-26.1.5}/LICENCE +0 -0
  18. {pyckster-26.1.3 → pyckster-26.1.5}/pyckster/__main__.py +0 -0
  19. {pyckster-26.1.3 → pyckster-26.1.5}/pyckster/auto_picking.py +0 -0
  20. {pyckster-26.1.3 → pyckster-26.1.5}/pyckster/bayesian_inversion.py +0 -0
  21. {pyckster-26.1.3 → pyckster-26.1.5}/pyckster/inversion_app.py +0 -0
  22. {pyckster-26.1.3 → pyckster-26.1.5}/pyckster/inversion_manager.py +0 -0
  23. {pyckster-26.1.3 → pyckster-26.1.5}/pyckster/inversion_visualizer.py +0 -0
  24. {pyckster-26.1.3 → pyckster-26.1.5}/pyckster/ipython_console.py +0 -0
  25. {pyckster-26.1.3 → pyckster-26.1.5}/pyckster/mpl_export.py +0 -0
  26. {pyckster-26.1.3 → pyckster-26.1.5}/pyckster/obspy_utils.py +0 -0
  27. {pyckster-26.1.3 → pyckster-26.1.5}/pyckster/pyqtgraph_utils.py +0 -0
  28. {pyckster-26.1.3 → pyckster-26.1.5}/pyckster/surface_wave_analysis.py +0 -0
  29. {pyckster-26.1.3 → pyckster-26.1.5}/pyckster/surface_wave_profiling.py +0 -0
  30. {pyckster-26.1.3 → pyckster-26.1.5}/pyckster/tab_factory.py +0 -0
  31. {pyckster-26.1.3 → pyckster-26.1.5}/pyckster/visualization_utils.py +0 -0
  32. {pyckster-26.1.3 → pyckster-26.1.5}/pyckster.egg-info/dependency_links.txt +0 -0
  33. {pyckster-26.1.3 → pyckster-26.1.5}/pyckster.egg-info/entry_points.txt +0 -0
  34. {pyckster-26.1.3 → pyckster-26.1.5}/pyckster.egg-info/not-zip-safe +0 -0
  35. {pyckster-26.1.3 → pyckster-26.1.5}/pyckster.egg-info/requires.txt +0 -0
  36. {pyckster-26.1.3 → pyckster-26.1.5}/pyckster.egg-info/top_level.txt +0 -0
  37. {pyckster-26.1.3 → pyckster-26.1.5}/setup.cfg +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyckster
3
- Version: 26.1.3
4
- Summary: A PyQt5-based GUI for picking seismic traveltimes
3
+ Version: 26.1.5
4
+ Summary: A PyQt5-based GUI for the processing and analysis of active near-surface seismic data
5
5
  Home-page: https://gitlab.in2p3.fr/metis-geophysics/pyckster
6
6
  Author: Sylvain Pasquet
7
7
  Author-email: sylvain.pasquet@sorbonne-universite.fr
@@ -38,9 +38,17 @@ Dynamic: summary
38
38
  [![PyPI Downloads](https://static.pepy.tech/badge/pyckster)](https://pepy.tech/projects/pyckster)
39
39
  ![PyPI - Downloads](https://img.shields.io/pypi/dm/PyCKSTER)
40
40
 
41
- 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.
41
+ PyCKSTER is an open-source PyQt5-based GUI for processing and analysis of active near-surface seismic data, with a focus on traveltime picking and surface wave dispersion analysis.
42
42
 
43
- PyCKSTER can read SEG2, SEGY and Seismic Unix (SU) files (although SEG2 headers are not read correctly yet). You can import source and geophone elevation from csv files. You can also update headers information (ffid, source and trace coordinates, delay), and save shots with these updated headers in SEGY and SU formats.
43
+ **Core Features:**
44
+ - **File I/O**: Read and write seismic files in SEG2, SEGY, and Seismic Unix (SU) formats
45
+ - **Data Editing**: Edit headers information (source and trace coordinates, topography integration, delay, ffid) and traces (move, swap, mute, delete)
46
+ - **Traveltime Analysis**: Interactive picking with multiple visualization options (source/geophone diagrams, hodochrones) and direct inversion using [pyGIMLi](https://www.pygimli.org)
47
+ - **Surface Wave Analysis**: Compute dispersion images using phase-shift transform, simple windowing with interactive picking capabilities, and import/export dispersion curves with [SWIP](https://github.com/spasquet/SWIP) MATLAB package compatibility.
48
+
49
+ **Coming Soon**: Advanced dispersion windowing and stacking, surface wave dispersion inversion
50
+
51
+ Picked traveltimes are saved in pyGIMLi's unified format for seamless subsurface velocity model reconstruction.
44
52
 
45
53
  ## Installation
46
54
 
@@ -98,7 +106,7 @@ PyCKSTER is currently developped by [Sylvain Pasquet](https://orcid.org/0000-000
98
106
 
99
107
 
100
108
  *CNRS, Sorbonne Université*\
101
- *UAR 3455 OSU ECCE TERRA*\
109
+ *UAR 3455 OSU OMA TERRA*\
102
110
  *UMR 7619 METIS*
103
111
 
104
112
 
@@ -6,9 +6,17 @@
6
6
  [![PyPI Downloads](https://static.pepy.tech/badge/pyckster)](https://pepy.tech/projects/pyckster)
7
7
  ![PyPI - Downloads](https://img.shields.io/pypi/dm/PyCKSTER)
8
8
 
9
- 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.
9
+ PyCKSTER is an open-source PyQt5-based GUI for processing and analysis of active near-surface seismic data, with a focus on traveltime picking and surface wave dispersion analysis.
10
10
 
11
- PyCKSTER can read SEG2, SEGY and Seismic Unix (SU) files (although SEG2 headers are not read correctly yet). You can import source and geophone elevation from csv files. You can also update headers information (ffid, source and trace coordinates, delay), and save shots with these updated headers in SEGY and SU formats.
11
+ **Core Features:**
12
+ - **File I/O**: Read and write seismic files in SEG2, SEGY, and Seismic Unix (SU) formats
13
+ - **Data Editing**: Edit headers information (source and trace coordinates, topography integration, delay, ffid) and traces (move, swap, mute, delete)
14
+ - **Traveltime Analysis**: Interactive picking with multiple visualization options (source/geophone diagrams, hodochrones) and direct inversion using [pyGIMLi](https://www.pygimli.org)
15
+ - **Surface Wave Analysis**: Compute dispersion images using phase-shift transform, simple windowing with interactive picking capabilities, and import/export dispersion curves with [SWIP](https://github.com/spasquet/SWIP) MATLAB package compatibility.
16
+
17
+ **Coming Soon**: Advanced dispersion windowing and stacking, surface wave dispersion inversion
18
+
19
+ Picked traveltimes are saved in pyGIMLi's unified format for seamless subsurface velocity model reconstruction.
12
20
 
13
21
  ## Installation
14
22
 
@@ -66,7 +74,7 @@ PyCKSTER is currently developped by [Sylvain Pasquet](https://orcid.org/0000-000
66
74
 
67
75
 
68
76
  *CNRS, Sorbonne Université*\
69
- *UAR 3455 OSU ECCE TERRA*\
77
+ *UAR 3455 OSU OMA TERRA*\
70
78
  *UMR 7619 METIS*
71
79
 
72
80
 
@@ -1,5 +1,5 @@
1
1
  """
2
- Pyckster - A PyQt5-based GUI for picking seismic traveltimes and analyzing inversions
2
+ Pyckster - A PyQt5-based GUI for the processing and analysis of active near-surface seismic data
3
3
  """
4
4
 
5
5
  # Set matplotlib backend to prevent popup windows before any imports
@@ -15,7 +15,7 @@ except ImportError:
15
15
  pass # matplotlib not available, that's fine
16
16
 
17
17
  # Define version and metadata in one place
18
- __version__ = "26.1.3"
18
+ __version__ = "26.1.5"
19
19
  __author__ = "Sylvain Pasquet"
20
20
  __email__ = "sylvain.pasquet@sorbonne-universite.fr"
21
21
  __license__ = "GPLv3"