From 10a21ec99ce57fafbe538ed1f3e72126d3dd3505 Mon Sep 17 00:00:00 2001 From: yan Date: Wed, 8 May 2024 20:48:08 +0800 Subject: [PATCH] debug --- csst_mci_sim/csst_mci_sim.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csst_mci_sim/csst_mci_sim.py b/csst_mci_sim/csst_mci_sim.py index 61abc7e..8eed5b5 100644 --- a/csst_mci_sim/csst_mci_sim.py +++ b/csst_mci_sim/csst_mci_sim.py @@ -2749,8 +2749,8 @@ class MCIsimulator(): photons=galsim.PhotonArray.makeFromImage(stamp_img, max_flux=1.0) cx0,cy0=centroid(stamp_img.array) - ########### apply fat effect ##### - if self.appFatt =='yes': + ########### apply fat effect to galaxy image ##### + if self.appFatt : ### apply treering and bright fatter and diffusion; -- GitLab