Commit 100bd12d authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

debug

parent 8b37df7a
Pipeline #4395 passed with stage
in 0 seconds
......@@ -2088,6 +2088,7 @@ class MCIsimulator():
cx0,cy0=centroid(stamp_img.array)
if self.appFatt :
self.log.info('begin appfat ........')
### apply treering and bright fatter and diffusion;
SimpleTreeRing = galsim.SiliconSensor().simple_treerings(amplitude=self.information['treering'])
......@@ -2110,6 +2111,9 @@ class MCIsimulator():
photons=galsim.PhotonArray.makeFromImage(image, max_flux=1.0)
cx0,cy0=centroid(image.array)
self.log.info('finish appfat ........')
############################################
############################################
......
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