Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-sims
csst_mci_sim
Commits
132ee572
Commit
132ee572
authored
Apr 12, 2024
by
Yan Zhaojun
Browse files
update
parent
40d93d8b
Changes
22
Show whitespace changes
Inline
Side-by-side
csst_mci_sim/support/seddata/stellar_temp.fits
0 → 100755
View file @
132ee572
File added
csst_mci_sim/support/shao.py
View file @
132ee572
...
...
@@ -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
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment