You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: ✨ Add support for focal spot size
- Add support for focal spot in beam parameters
- Change typing of PipeConnection to Connection
- This fixes a compilation issue on Linux
- Replace gvxr.computeProjectionSet() with a loop
- This is due to a breaking change with latest master of gvxr
- Add tqdm progress bar to reconstruction
- This may be temporary, should be investigated with Better Error System #52
Currently, the spot size for cone-beam geometries is an infinite point, resulting in no blurring at any distance.
Using GVXR's SquareSource or CubeSource we can implement differently sized sources in order to more accurately model X-ray projectors.
Unfortunately, these functions are not yet exposed to SimpleGVXR, which WebCT is built on.
The text was updated successfully, but these errors were encountered: