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 27
    • Issues 27
    • 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 & 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
  • !57

Add 3d xrd 2

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed payno requested to merge add_3d_xrd_2 into master Apr 29, 2021
  • Overview 1
  • Commits 8
  • Pipelines 2
  • Changes 21

Description / Goal

Include management of 3d-xrd dataset in nxtomomill.

TODO list

  • handle HDF5
    • add a 3DXRD inheriting from BaseAcquisition for 3DXRD.
    • add a 3DXRDH5Config or a 3DXRDConfig
    • add a Mock up class for 3D XRD
    • add unittest
    • add an application to handle it
  • handle EDF
    • rework EDF converter ?
    • handle EDF to work with urls if necessary
    • create external storage for EDF
    • create virtual dataset from external storage for the data dataset
    • add an application to handle it
  • add deprecation warning for API modifications (settings, HDF5Config class...)

INFO (how to use...)

some example of usage:

  • without a configuration file
    nxtomomill h5-3dxrd-2nx bassanite_Bassanite_start_1_4.h5 test_julia_no_cfg.nx --single-file
  • with a configuration file
    nxtomomill h5-3dxrd-2nx --config xrd_3d_config.cfg

an example of a configuration file: xrd_3d_config.cfg

Any warning ?

associated materials (screenshot, test scripts...)

Edited May 12, 2021 by payno
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: add_3d_xrd_2