Commit ea65766a authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

debug

parent fec0b949
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1907,7 +1907,7 @@ class MCIsimulator():
        
        
        
        # sample as ifs wavelength
        # sample as mci wavelength
        wave_mci = np.linspace(2500, 11000, 8501) #np.arange(2500, 11000, 1)
        f1 = interp1d(wave0, zodi0)
        zodi_mci = f1(wave_mci)
@@ -1998,7 +1998,7 @@ class MCIsimulator():
            
        for j in tqdm(range(Nstar)): ###   nsrcs length  
        
        
            if j==0:
                self.log.info('begin iteration........')
            
            if j<nsrcs-8: