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
04be48b4
Commit
04be48b4
authored
May 15, 2024
by
Yan Zhaojun
Browse files
test
parent
e45594d9
Pipeline
#4583
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
csst_mci_sim/csst_mci_sim.py
View file @
04be48b4
...
...
@@ -68,13 +68,18 @@ import os, sys, math
import
configparser
as
ConfigParser
from
matplotlib
import
pyplot
as
plt
from
scipy
import
ndimage
sys
.
path
.
append
(
'./csst_mci_sim'
)
from
CTI
import
CTI
from
support
import
logger
as
lg
from
support
import
cosmicrays
from
support
import
shao
from
support
import
sed
from
support
import
MCIinstrumentModel
#sys.path.append('./csst_mci_sim')
from
.CTI
import
CTI
from
.support
import
logger
as
lg
from
.support
import
cosmicrays
from
.support
import
shao
from
.support
import
sed
from
.support
import
MCIinstrumentModel
from
joblib
import
Parallel
,
delayed
from
astropy.coordinates
import
SkyCoord
from
scipy
import
interpolate
...
...
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