From e31dcf3ff89e67c60aef1f40776a8e23609de9d9 Mon Sep 17 00:00:00 2001 From: "zhaojunyan@shao.ac.cn" Date: Sun, 14 Apr 2024 18:05:52 +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 96dedb3..2ad5868 100644 --- a/csst_mci_sim/csst_mci_sim.py +++ b/csst_mci_sim/csst_mci_sim.py @@ -1944,7 +1944,7 @@ class MCIsimulator(): if angle_earth < 0: earth_e = 0 - earthshine_wave0, earthshine_flux0 = ill2flux(earth_e+star_e,self.information['dir_pah']) + earthshine_wave0, earthshine_flux0 = ill2flux(earth_e+star_e, self.information['dir_path']) self.log.info('load star catlog 444444444') -- GitLab