You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently our pencil tomo is 2D (x, th). We'll need 3D tomo though, which is a stack of 2D tomo reconstructions. This means we need some logic which accumulates over Z but updates over all other variables.
We may need some initialization logic to make sure it looks 3D. I'm not sure how mayavi is going to act when it gets an (n, n, 1) array but we can figure it out.
We will also need to modify the metadata to tell us what the z motor is.
The text was updated successfully, but these errors were encountered:
Currently our pencil tomo is 2D (x, th). We'll need 3D tomo though, which is a stack of 2D tomo reconstructions. This means we need some logic which accumulates over Z but updates over all other variables.
We may need some initialization logic to make sure it looks 3D. I'm not sure how mayavi is going to act when it gets an
(n, n, 1)
array but we can figure it out.We will also need to modify the metadata to tell us what the
z
motor is.The text was updated successfully, but these errors were encountered: