Giter VIP home page Giter VIP logo

first_breaks_picking's People

Contributors

daloroat avatar kerim371 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

first_breaks_picking's Issues

How to use it?

I would like to ask how to use your code. I just don't kwon how to start it. Could you teach me?

The result of first-arrival-pick containing information of shot and geophone positions?

It's a good tool to pick the first arrival time of seismic data. Thank you for your contribution. The input file for PyGIMLI need the first-arrival-time file, which contains three columns data: shot position, geophone position, travel-time. How can I obtain this formatted file from first_breaks_picking tools? If I can get this file, the workflow for tomography and full-waveform inversion can continue.
Yours Sincerely,
Li Jian
China University of Geosciences

Testing on land data

I tried to run this on 2 different land datasets.

Fisrt one has pretty good signal/noise ratio and the algorithm works pretty good:
image

The second dataset is of poor quality: geology includes permafrost with high energy attenuation, surface noise is high:
image

Do you have ideas what we can do to improve the result of the second dataset?

Horizontal Plotting of Traces

@DaloroAT when we do VSP time picking we prefer to have the traces plotted horizontally than vertically for accuracy in time picking purpose. Is it possible you can deploy it Visual Settings.

Google Colab is getting crashed for export_image( )

@DaloroAT , Google Colab is getting crashed when I am running the function,

export_image(task, image_filename,
             time_window=(0, 60),
             traces_window=(79.5, 90.5),
             show_processing_region=False,
             headers_total_pixels=80,
             height=500,
             width=700,
             hide_traces_axis=True
             )

Below is the Google Colab log file:

Timestamp,Level,Message
"Jun 6, 2024, 12:37:59 AM",WARNING,WARNING:root:kernel 7ef480cf-4b19-47a6-8eb2-038a24f6e581 restarted

"Jun 6, 2024, 12:37:59 AM",INFO,"KernelRestarter: restarting kernel (1/5), keep random ports"

"Jun 6, 2024, 12:37:58 AM",WARNING,"Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb."

"Jun 6, 2024, 12:37:58 AM",WARNING,This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

"Jun 6, 2024, 12:37:58 AM",WARNING,"qt.qpa.plugin: Could not load the Qt platform plugin ""xcb"" in """" even though it was found."

"Jun 6, 2024, 12:36:34 AM",WARNING,"�[0;93m2024-06-05 19:06:34.678717360 [W:onnxruntime:Default, onnxruntime_pybind_state.cc:870 CreateExecutionProviderInstance] Failed to create CUDAExecutionProvider. Please reference https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html#requirementsto ensure all dependencies are met.�[m"

"Jun 6, 2024, 12:36:34 AM",WARNING,�[m

"Jun 6, 2024, 12:36:34 AM",WARNING,"�[1;31m2024-06-05 19:06:34.678683952 [E:onnxruntime:Default, provider_bridge_ort.cc:1744 TryGetProviderInfo_CUDA] /onnxruntime_src/onnxruntime/core/session/provider_bridge_ort.cc:1426 onnxruntime::Provider& onnxruntime::ProviderLibrary::Get() [ONNXRuntimeError] : 1 : FAIL : Failed to load library libonnxruntime_providers_cuda.so with error: libcublasLt.so.11: cannot open shared object file: No such file or directory"

"Jun 6, 2024, 12:36:33 AM",WARNING,�[m

"Jun 6, 2024, 12:36:33 AM",WARNING,"�[1;31m2024-06-05 19:06:33.857753107 [E:onnxruntime:Default, provider_bridge_ort.cc:1744 TryGetProviderInfo_CUDA] /onnxruntime_src/onnxruntime/core/session/provider_bridge_ort.cc:1426 onnxruntime::Provider& onnxruntime::ProviderLibrary::Get() [ONNXRuntimeError] : 1 : FAIL : Failed to load library libonnxruntime_providers_cuda.so with error: libcublasLt.so.11: cannot open shared object file: No such file or directory"

Issue for saving data in the current version of numpy (1.24.1)

For saving the data, I get this error.

np.save(args.data_dir / f'model_{k}.npy', model_and_picking)
  File "<__array_function__ internals>", line 200, in save
  File "env/lib/python3.9/site-packages/numpy/lib/npyio.py", line 521, in save
    arr = np.asanyarray(arr)
ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (2,) + inhomogeneous part.

To avoid this problem, the output of model_generator.get_random_model() should be converted to ndarray with dtype="object"

Python > 3.10

Hi,

Are there any reasons why it doesn't work with python > 3.10?
For example when trying to run pip install first-breaks-picking-gpu I get error:

ERROR: Ignored the following versions that require a different python version: 0.3.100 Requires-Python <=3.10,>=3.8; 0.4.0a0 Requires-Python <=3.10,>=3.8; 0.4.0a2 Requires-Python <=3.10,>=3.8; 0.5.1 Requires-Python <=3.10,>=3.8; 0.6.0 Requires-Python <=3.10,>=3.8
ERROR: Could not find a version that satisfies the requirement first-breaks-picking-gpu (from versions: none)
ERROR: No matching distribution found for first-breaks-picking-gpu

[notice] A new release of pip available: 22.2.2 -> 23.3.1
[notice] To update, run: python.exe -m pip install --upgrade pip

Check manual picking

Hi @HHTC0.

I added the ability to refine the first breaks manually and export the pick to SGY. Could you check it?

I have a qustion about first_break_picking

I'm a beginner in deep learning.My data is in IBM format.I got a error when I used 'sgy reader.py' to read my data.Could you teach me how to use your program in my real data?I want to get the time of firs break.Thanks!

Unsmooth First break picks

Hi @DaloroAT,

In VSP view, first break pick looks much smoother when initially picked (red line). However, only can see it unsmooth when loaded back (blue line).

If you spare sometime to fix this over weekend, that would be awesome as I am in middle of project.

Regards

Request for the examples/tutorials

Hi,

I would like to try this package but it is difficult to start.

Is there any examples how to use it? Especially I'm looking for the python commands...

Error Loading SEGY

Hi,

Thank you for sharing this with us.

I receive the error **** after I selected SGY file.

Also, it breaks my Anaconda installation after I install the library and I have reinstalled.

Some other error message I received when I installed the library are below. I installed these libraries afterwards and then reinstalled the main library. But still the same error message as above.

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
gensim 4.3.0 requires FuzzyTM>=0.4.0, which is not installed.
conda-repo-cli 1.0.41 requires requests_mock, which is not installed.
numba 0.56.4 requires numpy<1.24,>=1.18, but you have numpy 1.24.2 which is incompatible.
conda-repo-cli 1.0.41 requires clyent==1.2.1, but you have clyent 1.2.2 which is incompatible.
conda-repo-cli 1.0.41 requires nbformat==5.4.0, but you have nbformat 5.7.0 which is incompatible.
conda-repo-cli 1.0.41 requires requests==2.28.1, but you have requests 2.28.2 which is incompatible.

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
conda-repo-cli 1.0.41 requires requests==2.28.1, but you have requests 2.28.2 which is incompatible.

didn't understand how to pick first break?

could you help me out , how to pick first break? I have read all of the codes. but only functions are defined. Didn't understand what are the functions are to be called ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.