Ticket #2831 (closed: fixed)

Opened 9 years ago

Last modified 5 years ago

Generic Multi-dimensional CoordTransformation class

Reported by: Janik Zikovsky Owned by: Janik Zikovsky
Priority: critical Milestone: Iteration 28
Component: Mantid Keywords:
Cc: Blocked By:
Blocking: Tester: Roman Tolchenov

Description

The goal is to make a MxN transformation matrix that can take a coordinate in M dimensions and convert it to another space in N dimensions. The types of conversions to account for are:

  • Simple rotation matrix
  • Affine Transformation = linear transform such as a rotation + a translation
  • Projection into lower dimensions, for example taking a 2D slice out of 3D data.

The class will be templated by two parameters (# of in/out dimensions) in an effort to make it most efficient.

Change History

comment:1 Changed 9 years ago by Janik Zikovsky

  • Status changed from new to accepted

comment:2 Changed 9 years ago by Janik Zikovsky

(In [10880]) Refs #2831: Generic coordinate transformation class.

comment:3 Changed 9 years ago by Janik Zikovsky

(In [10881]) Refs #2831: Added a performance test and did some optimizations to the transform.

comment:4 Changed 9 years ago by Janik Zikovsky

  • Status changed from accepted to verify
  • Resolution set to fixed

(In [11072]) Fixes #2831: Generic CoordTransform class for multidimensional coordinate transformation.

comment:5 Changed 9 years ago by Janik Zikovsky

(In [11073]) Refs #2831, #2830: Coordinate transformation that measures the distance (squared) between an event and a point.

comment:6 Changed 9 years ago by Roman Tolchenov

  • Status changed from verify to verifying
  • Tester set to Roman Tolchenov

comment:7 Changed 9 years ago by Roman Tolchenov

  • Status changed from verifying to closed

The classes are not templated

comment:8 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 3678

Note: See TracTickets for help on using tickets.