Kyle Champley
Kyle Champley
Hello. There was not a demo script for laminography, but I just added one to my current development branch. You can find it on the champley_dev branch [here](https://github.com/LLNL/LEAP/blob/champley_dev/demo_leapctype/d32_laminography.py). This will...
Yep, I can explain. This is caused by two issues. The first issue is simple. I set the detector size to only fit that object if the laminography angle was...
Yes, you can rotate the detectors as well. The easiest way I know to do this is with quaternions. Add the following code just before the set_modularbeam command. from scipy.spatial.transform...
Do you have any more questions related to this issue? If you do, I'd be happy to leave it open and answer more questions, but if not, can I close...
I'm going to close this issue because of inactivity and because I think I answered all of your questions, but feel free to open a new issue if something comes...
Yes, it looks like you have to install Visual Studio. Did you see the list of dependencies on the [wiki page](https://github.com/LLNL/LEAP/wiki/Installing-and-Using-LEAP)?
Any luck? If you are still having trouble you can just download the precompiled libraries [here](https://github.com/LLNL/LEAP/releases/tag/v1.9). You can also run the [manual_install.py](https://github.com/LLNL/LEAP/blob/main/manual_install.py) script to "install" LEAP once you've downloaded the...
I'm glad the manual install worked for you, but it would be great if you could compile LEAP yourself. I'm not sure Visual Studio (VS) 2022 will work. Sometimes VS...
Did you ever get LEAP to compile?
Hello and you're welcome. The short answer to your question is yes, I'm sure a Docker image could be made for LEAP, but I don't know how to do this....