zzar43 / FWI_OT

Full waveform inversion with unbalanced optimal transport distance
8 stars 8 forks source link

How to display the data.jld2 file #3

Open saaaqhz opened 4 months ago

saaaqhz commented 4 months ago

Hello, may I ask how the seismic record file data.jld2 (or real velocity model: marmousi) generated through make_data.jl should be displayed

zzar43 commented 4 months ago

Hi,

I think you can read the data.jld2 file through the package JLD2. Some parameters are saved in this file. Please check make_data.jl, line 52.

Please let me know if you have any questions.

Best, Da

On Sat, May 25, 2024 at 10:18 AM saaaqhz @.***> wrote:

Hello, may I ask how the seismic record file data.jld2 (or real velocity model: marmousi) generated through make_data.jl should be displayed

— Reply to this email directly, view it on GitHub https://github.com/zzar43/FWI_OT/issues/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFMZGT2VJ6DCSEWZNB7EFNLZD7YH3AVCNFSM6AAAAABIIPN2I2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGMYTMNJYHAYDSNI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Da Li, PhD Postdoctoral Researcher Mathematics and Statistics Department University of Calgary

saaaqhz commented 3 months ago

Thank you for your help