From 2dbd5bbed5ac348b21ad3372ee141a591000d4b8 Mon Sep 17 00:00:00 2001 From: "zhaojunyan@shao.ac.cn" Date: Sun, 14 Apr 2024 11:02:29 +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 6e46edc..413cd67 100644 --- a/csst_mci_sim/csst_mci_sim.py +++ b/csst_mci_sim/csst_mci_sim.py @@ -1713,7 +1713,7 @@ class MCIsimulator(): theta = rotTelPos - rotSkyPos ############ load star data catlog ##################### - starcat='selection_MACSJ0744.9 3927_20230517_concat.csv' + starcat='selection_20230517_concat.csv' #starcat='selection_yuyong20230609_sim.csv' self.log.info('Stat catlog file name is %s' % (starcat)) -- GitLab