Commit 60202b16 authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

test

parent 3aef83b7
Pipeline #4008 failed with stage
in 0 seconds
......@@ -1259,6 +1259,8 @@ class MCIsimulator():
self.information['I_filters']=["z", "y", "F815N", "CBI", "F925N", "F960M", "F968N", "F845M" ,"F850LP" ,"F814W"]
#### load telescope efficiency data
print(self.information['dir_path'])
self.tel_eff=np.load(self.information['dir_path']+'MCI_inputData/tel_eff/tel_eff.npy',allow_pickle=True).item()
#### load MCI filter data
......
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