|
ocssw
V2022
|
Functions | |
| def | bore_sight (dth) |
Variables | |
| float | rad2Deg = 180.0/np.pi |
| float | deg2Rad = np.pi/180.0 |
| float | as2Deg = 1.0/3600.0 |
| float | as2Rad = as2Deg*deg2Rad |
| r_hico_bs = np.zeros((3)) | |
| def | rot = bore_sight(r_hico_bs*deg2Rad) |
| r_hico_to_iss = np.zeros((3,3)) | |
Detailed Description
Created on Nov 19, 2015 @author: rhealy
Function Documentation
◆ bore_sight()
| def hico.bore_sight.bore_sight | ( | dth | ) |
Definition at line 8 of file bore_sight.py.
Variable Documentation
◆ as2Deg
| float as2Deg = 1.0/3600.0 |
Definition at line 31 of file bore_sight.py.
◆ as2Rad
Definition at line 32 of file bore_sight.py.
◆ deg2Rad
| float deg2Rad = np.pi/180.0 |
Definition at line 30 of file bore_sight.py.
◆ r_hico_bs
| r_hico_bs = np.zeros((3)) |
Definition at line 34 of file bore_sight.py.
◆ r_hico_to_iss
| r_hico_to_iss = np.zeros((3,3)) |
Definition at line 40 of file bore_sight.py.
◆ rad2Deg
| float rad2Deg = 180.0/np.pi |
Definition at line 29 of file bore_sight.py.
◆ rot
| def rot = bore_sight(r_hico_bs*deg2Rad) |
Definition at line 38 of file bore_sight.py.


