Apply the alignment calculated for one dataset to another.
This will include the spatial registration, tilt axis, and tilt axis
shift if they have been previously calculated.
- Parameters:
- other: TomoStack
The tilt series which is to be aligned using the previously
calculated parameters. The data array in the TomoStack must be of
the same size as that in self.data
- Returns:
out – The result of applying the alignment to other
- Return type:
TomoStack