Skip to content
GitLab
Projects Groups Topics 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
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 29
    • Issues 29
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • 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
  • !28

Manage id15 data

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged payno requested to merge manage_ID15_data into master Oct 12, 2020
  • Overview 0
  • Commits 28
  • Pipelines 15
  • Changes 21

DONE

  • try to guess if a dataset comes form 'standard' tomography or XRD-CT
  • insure translation for the ID15 use case
  • restructure code to get the two cases in parallel. Like create a '_StandardAcquisition' and a '_XRDCTAcquisition' both inheriting from '_Acquisition'
  • link this conversion to the existing tomoh52nx
  • add 'log' colormap for xrd-ct data interpretation
  • diode input should be normalize: diode = diode / mean(diode)
  • rework converter to split the Acquisition classes in a different folder
  • add documentation
  • add unit test for xrd-ct

HOW TO USE

This is directly link to the tomoh5tonx command. And we will add two option to inform about the input format. Because we can try to guess but there is no information about it and e cannot be 100% that our guess will be correct.

  • --standard-format: for the 'standard' format. The one we where managing until now (ID19, BM05, ID11...)
  • --xrd-ct-format: for the format we will also manage now: ID15...

This is an example of usage:

nxtomomill tomoh52nx /users_ext/datasets/XRD-CT/ID15/glassbeads_Cr2O3_step_scan_20um_res/glassbeads_Cr2O3_step_scan_20um_res_0001/glassbeads_Cr2O3_step_scan_20um_res_0001.h5 output_test.nx --xrd-ct-format
Edited Nov 27, 2020 by payno
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: manage_ID15_data