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

test

parent 82283607
Pipeline #4064 failed with stage
in 0 seconds
...@@ -2218,7 +2218,7 @@ class MCIsimulator(): ...@@ -2218,7 +2218,7 @@ class MCIsimulator():
st_magz.append(zmag) st_magz.append(zmag)
self.log.info('load star catlog 888888888888') self.log.info('begin cal PSF')
###################################################################### ######################################################################
psf=dict() psf=dict()
...@@ -2260,7 +2260,7 @@ class MCIsimulator(): ...@@ -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) cx0,cy0=centroid(stamp_img.array)
......
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