Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • N Nabu
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 72
    • Issues 72
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • tomotools
  • Nabu
  • Merge requests
  • !73

Sinogram normalization

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Pierre Paleo requested to merge sino_normalization into master Sep 10, 2020
  • Overview 0
  • Commits 16
  • Pipelines 12
  • Changes 11

This PR brings sinogram normalization (close #118 (closed)).

To do

  • SinoNormalization class
  • Cuda implementation
  • Unit tests
  • Integrate in pipeline: config, process_config
  • Integrate in FullFieldPipeline
  • Integrate in FullFieldPipelineLimitedMemory
  • Test on datasets

Notes

  • Tested on "ha_refill".
  • In the pipeline (FullFieldPipeline), normalization is done before building the sinogram. The reason is that in the case of half-tomo, the build_sino step modifies the sinogram structure, making normalization not work as expected. There is no really alternatives. The drawback is that any "normalization" that might need to happend after build_sino would need another intantiation/step.
  • In the limited memory setting, normalization is done on host. It might be too slow for large chunks of data. Doing the processing on GPU might needs more work: either doing VerticalShifts on GPU, or doing on normalization on GPU only if VerticalShift is disabled.
  • Only Chebyshev normalization is implemented. Splines normalization will have to wait.
Edited Sep 11, 2020 by Pierre Paleo
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: sino_normalization