Created
August 8, 2022 14:58
-
-
Save alisterburt/706cbdff00e7011064dbf09589bbe972 to your computer and use it in GitHub Desktop.
ribosome tilt-series simulation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the explanation, hence it should be something below,
inverse_model_orientations = model_orientations.copy()inverse_model_orientations[:, :, :, [2, 0]] = model_orientations[:, :, :, [0, 2]]inverse_model_orientations[:, :, [2, 0], :] = inverse_model_orientations[:, :, [0, 2], :]