Commit 04be48b4 authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

test

parent e45594d9
Loading
Loading
Loading
Loading
Loading
+12 −7
Original line number Diff line number Diff line
@@ -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