Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JuliaImageRecon/Sinograms.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: JuliaImageRecon/Sinograms.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Choose a head ref
  • 2 commits
  • 64 files changed
  • 1 contributor

Commits on Dec 24, 2022

  1. Parker weighting for CBCT (#46)

    * Test f32
    
    * Construct :short cases
    
    * Move parker shape to plan
    
    * 2D parker weights
    
    * Parker weighting for 3d
    
    * Test Parker weighting
    
    * Add short scan example
    JeffFessler authored Dec 24, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    65fafe8 View commit details

Commits on Dec 31, 2022

  1. Use helpers instead of getproperty (#47)

    * Improve short CBCT demo
    
    * Use getfield for show
    
    * WIP to remove getproperty
    
    * Use helpers
    
    * update docs
    
    * view weight
    
    * Use parker_weight
    
    * Coverage
    
    * Simply fbp_ramp
    
    * Fix ds bug
    
    * Test _tau
    
    * v0.4.0
    
    * Use _ds
    
    * Fix ramp
    
    * Move _tau, improve coverage
    
    * Refine DocTestSetup for import
    
    * Setup view_weights, improve type inference, typeof
    
    * Test _angle_weights
    
    * Update logo code
    
    * Update tests
    
    * Hide jim
    
    * fft units
    
    * Type stable fbp_sino_filt
    
    * Remove helper.jl
    
    * window type inference
    
    * fft_filter units and type inference
    
    * fbp2 type inference
    
    * Remove sino_filt
    
    * Test stack of sinos
    JeffFessler authored Dec 31, 2022
    2
    Copy the full SHA
    ed697de View commit details
Loading