Commit 132ee572 authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

update

parent 40d93d8b
......@@ -86,11 +86,11 @@ def onOrbitObsPosition(input_ra_list, input_dec_list, input_pmra_list, input_pmd
raise TypeError("Parameter 16 second range error [0 ~ 60)!", input_second)
#Inital dynamic lib
# import os
# currfile=os.getcwd()
# print(currfile)
import os
currfile=os.getcwd()
print(currfile)
shao = cdll.LoadLibrary('./mci_so/libshao.so')
shao = cdll.LoadLibrary('../mci_so/libshao.so')
shao.onOrbitObs.restype = c_int
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment