@alisterburt what do you think about having an optional rotation matrix parameter for the subtomo reconstruction here?
|
self, point_zyx: torch.Tensor, sidelength: int |
For me it makes sense because I can give an additional rotation to the subtomogram as an augmentation. In a wider sense it could be useful because you might have a known rotation of the subvolume (particle) and can immediately apply it here for reconstruction without requiring an additional interpolation step.
@alisterburt what do you think about having an optional rotation matrix parameter for the subtomo reconstruction here?
torch-tomogram/src/torch_tomogram/tomogram.py
Line 70 in 1991b8a
For me it makes sense because I can give an additional rotation to the subtomogram as an augmentation. In a wider sense it could be useful because you might have a known rotation of the subvolume (particle) and can immediately apply it here for reconstruction without requiring an additional interpolation step.