Code Monkey home page Code Monkey logo

Comments (3)

mmuckley avatar mmuckley commented on August 17, 2024 1

Hello @mscipio, could you describe what your dimensions mean? To me it looks like a 20-coil dataset. As you can see from the KbNufftAdjoint documentation the input size should be (N, C) + klength, where N is the batch size and C is the number of coils, so I think your inputs should be [1, 20, 44636800] for the data and [3, 44636800] for the trajectory.

Also from the documentation, the units of the k-space should be in radians/voxel, so there may be some conversions you need for the trajectory before inputting it into the operator.

Lastly, I'll say that the package can be a little slow with 3D trajectories, as stated in the performance notes. If there are any transformations you can make to a 2D problem (e.g., a stack-of-stars radial trajectory), I highly recommend using those to improve computation speed.

from torchkbnufft.

mscipio avatar mscipio commented on August 17, 2024

Thank you very much for those pointers, @mmuckley
I will make sure to double-check I am doing everything right and then I'll share a (hopefully successful update).

I think I also have a 'trick' I can use to turn the 3D problem into a 2D problem, so I will try that as well.

from torchkbnufft.

mmuckley avatar mmuckley commented on August 17, 2024

Closing as there has been no follow-up. Feel free to reopen if necessary.

from torchkbnufft.

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.