Commit 077696cc authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

test

parent 82283607
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2218,7 +2218,7 @@ class MCIsimulator():
            st_magz.append(zmag)
            
           
            self.log.info('load star catlog 888888888888')
            self.log.info('begin cal PSF')
            ######################################################################
            psf=dict() 
            
@@ -2260,7 +2260,7 @@ class MCIsimulator():
                
                #################################################   
                    
                photons=galsim.PhotonArray.makeFromImage(stamp_img, max_flux=min(1.0, stamp_img.array.max()/10000.0))
                photons=galsim.PhotonArray.makeFromImage(stamp_img, max_flux=max(1.0, stamp_img.array.max()/100000.0))
                
                cx0,cy0=centroid(stamp_img.array)