From 0efe1166605d586af305363fb6c9fc0c46506c07 Mon Sep 17 00:00:00 2001 From: yan <zhaojunyan@shao.ac.cn> Date: Sat, 11 May 2024 16:30:08 +0800 Subject: [PATCH] debug --- csst_mci_sim/csst_mci_sim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csst_mci_sim/csst_mci_sim.py b/csst_mci_sim/csst_mci_sim.py index 46a2206..80fb520 100644 --- a/csst_mci_sim/csst_mci_sim.py +++ b/csst_mci_sim/csst_mci_sim.py @@ -1577,7 +1577,7 @@ class MCIsimulator(): cx0,cy0=centroid(stamp_img.array) - self.log.info('appfat= %s'%(self.appFatt)) + ##self.log.info('appfat= %s'%(self.appFatt)) if self.appFatt : #self.log.info('begin appfat ........') -- GitLab