From d419ba2993902fe2b7567c6a14a0d49bb5e6c1e6 Mon Sep 17 00:00:00 2001 From: "zhaojunyan@shao.ac.cn" Date: Sun, 14 Apr 2024 09:25:27 +0800 Subject: [PATCH] test --- 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 69438a6..390706b 100644 --- a/csst_mci_sim/csst_mci_sim.py +++ b/csst_mci_sim/csst_mci_sim.py @@ -1487,7 +1487,7 @@ class MCIsimulator(): Configures the simulator with input information and creates and empty array to which the final image will be build on. """ - self.readConfigs(simnumber,source) + self.readConfigs(simnumber,sourcein) self.processConfigs() -- GitLab