2 Created on Nov 19, 2015
22 rot[0,:]=[cy*cz,cy*sz,-sy]
23 rot[1,:]=[sx*sy*cz-cx*sz,sx*sy*sz+cx*cz,cy*sx]
24 rot[2,:]=[cx*sy*cz+sx*sz,cx*sy*sz-sx*cz,cy*cx]
28 if __name__ ==
'__main__':
32 as2Rad = as2Deg*deg2Rad
34 r_hico_bs = np.zeros((3))
35 r_hico_bs[0] = -0.9957
37 r_hico_bs[2] = -0.0128
40 r_hico_to_iss = np.zeros((3,3))
41 r_hico_to_iss[0][0] = -1.0
42 r_hico_to_iss[1][1] = -1.0
43 r_hico_to_iss[2][2] = 1.0