From 0176542ad22eb584755899be22d19e96179012fe Mon Sep 17 00:00:00 2001 From: yan Date: Wed, 24 Apr 2024 16:09:40 +0800 Subject: [PATCH] debug --- csst_ifs_sim/csst_ifs_sim.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/csst_ifs_sim/csst_ifs_sim.py b/csst_ifs_sim/csst_ifs_sim.py index d6c4029..cfef0fe 100644 --- a/csst_ifs_sim/csst_ifs_sim.py +++ b/csst_ifs_sim/csst_ifs_sim.py @@ -5518,7 +5518,9 @@ class IFSsimulator(): exptimes = self.information['exposuretimes'] else: exptimes = 1 - + self.information['exposuretimes'] =1 + + # if self.debug: # exptimes=1 if exptimes>1: -- GitLab