Feature Requests #88
Replies: 13 comments 12 replies
-
Below is my list of the items to be supported at leap package for the usual usage for tomography.
|
Beta Was this translation helpful? Give feedback.
-
I am interested in the following topics and would appreciate if they could be considered for inclusion in the LEAP toolkit:
|
Beta Was this translation helpful? Give feedback.
-
Thanks for the list. I have some questions/ comments.
|
Beta Was this translation helpful? Give feedback.
-
@ProjX0, I could easily do 3-energy decomposition and multi-material BHC for any number of materials. What is the purpose of the Katsevich algorithm? It is theoretically exact, but in practice WFBP (the algorithm implemented in LEAP) produces better results and is more "dose efficient". By dose efficient, the WFBP algorithm always uses data from all detector rows, but the Katsevich algorithm throws out some of the data. |
Beta Was this translation helpful? Give feedback.
-
@hws203, what do you mean by HU information? Note that if you know something about the x-ray spectra you can convert your reconstructions into HU using the XrayPhysics package. |
Beta Was this translation helpful? Give feedback.
-
The Future Releases section has been modified. @hws203, I still don't understand you comment about converting to HU. You can do this with the XrayPhysics packages like this: |
Beta Was this translation helpful? Give feedback.
-
@kylechampley |
Beta Was this translation helpful? Give feedback.
-
@kylechampley , Did you go back to old future release list at your readme file ? Now it is updated,,,, |
Beta Was this translation helpful? Give feedback.
-
A beta version of the GUI has been released. |
Beta Was this translation helpful? Give feedback.
-
Ball phantom calibration function has been released in v1.22. |
Beta Was this translation helpful? Give feedback.
-
Hi Kyle, it would be great if you could add more documentation to the leaptorch section. Does leaptorch support curvedetector, shift_detector, set_rampFilter, etc. ? |
Beta Was this translation helpful? Give feedback.
-
They are already supported because the tomographicModels class (the class in leapctype.py) is a member variable of the Projector class. For example, you can do:
|
Beta Was this translation helpful? Give feedback.
-
@kylechampley As you know, current leapct use the float type projection data as like float *g. But most x-ray detector device makes unsigned short type data, so I have to convert it into float data which consumes more memory and cpu resource. |
Beta Was this translation helpful? Give feedback.
-
I maintain a list the things I am working on in the Future Releases section on the main page.
But what sorts of features do our users want? Some example topics are: improve the build process, improve speed, new algorithms, improvements to the PyTorch interface, file I/O features to process data from various vendor systems, etc.? What is preventing you from using LEAP for your applications?
Beta Was this translation helpful? Give feedback.
All reactions