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

test

parent e45594d9
Pipeline #4583 failed with stage
in 0 seconds
......@@ -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
......
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