NPPC-UK / ct_scanner_plotting

Plotting data from the microCT scanner
1 stars 0 forks source link

We have the major and minor axis diameters at every z height. Refine by considering pod angle at z position. #7

Open maxf130 opened 5 years ago

maxf130 commented 5 years ago

We have the major and minor axis diameters at every z height. Using the major axis diameter naively as pod width is probably fine. A refinement:

  1. Calculate the angle of the pod with respect to the central axis of the scanneras a function of z height. This will be two angles, the inclination and the in what direction it is inclined.
  2. Correct the major axis diameter to account for the fact that we are not measuring the minimal distance across the pod.

This would require getting not just major and minor axis diameters, but also their orientation.

_Originally posted by @maxf130 in https://github.com/NPPC-UK/ct_scanner_plotting/issues/2#issuecomment-503004839_