Giter Site home page Giter Site logo

offsetScan not working? about leap HOT 3 CLOSED

llnl avatar llnl commented on September 14, 2024
offsetScan not working?

from leap.

Comments (3)

kylechampley avatar kylechampley commented on September 14, 2024

It seems to work for the situations that I've tested. Did you find a case where it did not work as expected? If so, please provide more detail.

from leap.

hyaihjq avatar hyaihjq commented on September 14, 2024

First of all, I would like to express my sincere gratitude to open-source for such a powerful algorithm library.
I have successfully reconstructed the correct image. After offsetscan function cropping, how to remove a circle of beam edges around the image? Thank you!
image
image
image
Tree shaped stripes appear in the upper part of the image.
image

from leap.

kylechampley avatar kylechampley commented on September 14, 2024

You're welcome and we hope many people find LEAP useful. If you find LEAP helpful, then please "star" the repo and be sure to site us if you publish work that uses LEAP.

I am concerned that you said you "cropped" your data. You should not need to crop the data to perform an offset scan. In fact, you should keep all good data.

Anyway, to remove the circular mask, just increase the field of view. Just this command:
leapct.set_diameterFOV(d),
where d is the diameter of the circular mask measured in mm. If you know this only needs to be increase by, say, 10 voxels, you can do this:
leapct.set_diameterFOV((10+leapct.get_numX())*leapct.get_voxelWidth())

Let me know if this solves your issue.

from leap.

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.