alisterburt / emanjson2imodxf

Convert EMAN2 tilt series alignments to IMOD format
Other
8 stars 0 forks source link

the values of last column of tlt_params #1

Open inter1965 opened 1 year ago

inter1965 commented 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.

alisterburt commented 1 year ago

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