Skip to content

Create step-by-step 3D mesh

Valentin Valls requested to merge valentin.valls/bliss:support-mesh-3d into master

Related to #1858 (closed)

This MR introduce a a3mesh and d3mesh.

With that it became easy to simulate ID15 3D sinograms.

  • Provides a n-dim anmesh scan
    • backnforth is managed to reduce motor displacement for all the axis
  • Provides helper a3mesh and d3mesh
  • Create a module bliss.common.sans.meshes for mesh scans

TODO

  • !2691 (merged) have to be merged first
  • Any idea if there was already a name for it in spec? Command could be renamed.
  • Is backnforth in the right direction?
Edited by Valentin Valls

Merge request reports