Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • nxtomomill nxtomomill
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 25
    • Issues 25
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & 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
  • nxtomomillnxtomomill
  • Merge requests
  • !88

Handle pcotomo

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged payno requested to merge handle_pcotomo into master Feb 08, 2022
  • Overview 0
  • Commits 34
  • Pipelines 63
  • Changes 48

Overview

  • PR to be merged first:
    • !89 (merged)
    • tomoscan!73 (merged)
  • fix #88 (closed)
  • refactor existing to use the nexus module
    • rework FrameAppender:
      • add handling of h5py.VirtualSource type
      • improve handling of DataUrl
  • add pcotomo
    • retrieve information regarding nb_loop and nb_tomo
    • add a dedicated class for PCOTomo
    • add unit tests
  • update 'create NXtomo from scratch adding examples by providing externalDataUrl or VirtualSources'
  • add test diode is not created from standardacquisition unit test
  • add documentation on design:
    • one step to read all entries / node
    • create NXtomo entries associated to those
    • optional rework on NXtomo entries (pcotomo case)
    • save NXtomo according to the configuration file
  • allow loading an NXtomo to edit it from the existing API (might use tomoscan). Like NXtomo.load(file_path, data_path) -> NXtomo ? If so: this will be part of another PR
    • add API
    • add unit test
  • add a function to split a h5py VirtualDataset from a selection (needed to split an NXTomo)
  • update documentation of NXtomo edition

details

Edited Mar 10, 2022 by payno
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: handle_pcotomo