Skip to content
GitLab
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 32
    • Issues 32
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 5
    • Merge requests 5
  • 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
  • nxtomomillnxtomomill
  • Merge requests
  • !38

[h5_to_nx] handle zserie

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged payno requested to merge add_zsplit into 0.4 Nov 19, 2020
  • Overview 0
  • Commits 6
  • Pipelines 9
  • Changes 8

Description / Goal

handle zseries by creating one entry per z found. /close #13 (closed)

We can still create one file per entry (default behavior of tomoh52x) or create one file per entry and one master file (--single-file option)

TODO

  • add a new parameter in settings 'H5_ZSERIE_INIT_TITLES' will be merge with 'H5_INIT_TITLES' when h5_to_nx is call
  • split _Acquisition into a base class (_BaseAcquisition and _ZSerieAcquisition). PR of ID15 data will need to be rework due to this I guess.
  • add _ZSerieAcquisition class: represents a serie of _StandardAcquisition. 'write_as_nxtomo' is now only part of StandardAcquisition
  • doc
  • test

NOTE

Split H5_INIT_TITLES to H5_INIT_TITLES and H5_ZSERIE_INIT_TITLES to distinguish zseries and 'standard acquisition'

No API modification at command line level. Only adding an init_zserie_titles option to define zseries title if necessary

Edited Nov 19, 2020 by payno
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: add_zsplit