Open inter1965 opened 1 year ago
dxy_eman, theta, tilt_angles, tilt_azimuth = read_tlt_params( json_file=input_json_file ) rotation_matrices = angle2rotm(theta + tilt_azimuth)
however, here at least theta is converted into radians, tilt_azimuth is not.
Hey! Thanks for the report - I'm not going to be maintaining this repo moving forward so please fork and make any changes you require
however, here at least theta is converted into radians, tilt_azimuth is not.