From 5267b7f659e1b0f5586c737a450b90adaf68b5c0 Mon Sep 17 00:00:00 2001 From: yan Date: Thu, 18 Apr 2024 13:54:41 +0800 Subject: [PATCH] debug --- csst_ifs_sim/support/cosmicrays.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csst_ifs_sim/support/cosmicrays.py b/csst_ifs_sim/support/cosmicrays.py index e9d1c5c..632649b 100644 --- a/csst_ifs_sim/support/cosmicrays.py +++ b/csst_ifs_sim/support/cosmicrays.py @@ -358,8 +358,8 @@ class cosmicrays(): area_cr = np.count_nonzero(self.cosmicrayMap) covering = 100.*area_cr / (self.xsize*self.ysize) - text = 'The cosmic ray covering factor is %i pixels i.e. %.3f per cent' % (area_cr, covering) - self.log.info(text) + # text = 'The cosmic ray covering factor is %i pixels i.e. %.3f per cent' % (area_cr, covering) + # self.log.info(text) # if verbose: # print( text) -- GitLab