Git Product home page Git Product logo

Comments (7)

daniel-koehn avatar daniel-koehn commented on August 30, 2024

Hi AlbertZhangHIT,

There seem to be a bug in the AC module of DENISE preventing a successful FWI of hydrophone data, even though it works in the isotropic elastic DENISE module. I have to look deeper into the issue. The FWI of component data (SEISMO=1,QUELLTYPB=1,2 or 3) in the AC module should work.

Best regards,
Daniel

from denise-black-edition.

AlbertZhangHIT avatar AlbertZhangHIT commented on August 30, 2024

Thank you Daniel. I will also try my best to comtribute to fixing this bug.

from denise-black-edition.

AlbertZhangHIT avatar AlbertZhangHIT commented on August 30, 2024

Hi Daniel,
Finally I fixed the bug.
The original code for source injection when doing adjoint modeling in ac.c is

/* adjoint explosive source */
if((QUELLTYPB>=4)&&(mode==1)){ 	
	psource_AC(nt, (*waveAC).p, (*acq).srcpos_loc_back, (*seisPSVfwi).sectionpdiff, nsrc_loc, 1);
}

but the number of sources goes wrong. The argument nsrc_loc for function psource_AC, should be replaced by ntr which represents the number of receivers.

Hope everything goes well.
Albert

from denise-black-edition.

daniel-koehn avatar daniel-koehn commented on August 30, 2024

Hi Albert,

Sorry for the late reply, I'm currently producing a lot of lecture videos for my students.
Congratulations for finding the bug. This should indeed fix the problem. Have you tested the acoustic FWI module with the fixed bug? Can I mention you as a contributer to the DENISE code in the manual and my talks?

Best regards,

Daniel

from denise-black-edition.

AlbertZhangHIT avatar AlbertZhangHIT commented on August 30, 2024

Hi Daniel,

I'm sorry for the late reply. I'm engaged in my project and missed your reply. Sure you can memtion me as a contributer to the DENISE code in the manual and your talks. Thank you. I have tested the acoustic FWI module with fixed bug, it works well. And I also did some more modification about the gradient computation in the case GRAD_FORM=2, where the gradient can be computed without data integration.

Best,
Albert

from denise-black-edition.

daniel-koehn avatar daniel-koehn commented on August 30, 2024

Hi Albert,

Sounds good.

Best regards,
Daniel

from denise-black-edition.

ADharaUTEXAS123007 avatar ADharaUTEXAS123007 commented on August 30, 2024

The issue still exists

from denise-black-edition.

Related Issues (20)

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.