Giter Club home page Giter Club logo

ust-sart's People

Contributors

morganjroberts avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

ust-sart's Issues

Vectorised pixel weight calculation

The reconstruction time is dominated by the calculation of pixel weights for each ray section, which currently uses a for loop. Need to vectorise this to speed it up:

Time for breaking rays into sections: 0.90166 s
Time for calculating pixel weights:   66.2126 s
Total time:                           70.6406 s

Spiking at reconstruction circle

Spiking errors are observed at the reconstruction boundary, in the region known to be water.

Possible causes:

  • rays that intersect the reconstruction circle almost tangentially, meaning residual errors are distributed over only 1 or 2 grid points.
  • upsampling the grid causing the reconstruction circle to be defined differently (a point previously excluded from the recontruction circle becomes included, and has a large sound speed contrast relative to surrounding points)

Possible solutions:

  • Implement maximum value changes
  • Change the size of the reconstruction circle after upsampling
  • Smooth the correction matrix before applying it.

Timing

Implement timing tracking so that bottlenecks can be addressed

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.