From 56128d62799069f00420c2a10a2cb158f3594acc Mon Sep 17 00:00:00 2001 From: "zhaojunyan@shao.ac.cn" Date: Sun, 14 Apr 2024 11:04:33 +0800 Subject: [PATCH] test --- csst_mci_sim/csst_mci_sim.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/csst_mci_sim/csst_mci_sim.py b/csst_mci_sim/csst_mci_sim.py index 413cd67..e6e135a 100644 --- a/csst_mci_sim/csst_mci_sim.py +++ b/csst_mci_sim/csst_mci_sim.py @@ -1713,9 +1713,10 @@ class MCIsimulator(): theta = rotTelPos - rotSkyPos ############ load star data catlog ##################### - starcat='selection_20230517_concat.csv' - #starcat='selection_yuyong20230609_sim.csv' + ##starcat='selection_20230517_concat.csv' + starcat='GaiaSource_675688-675713' + self.log.info('Stat catlog file name is %s' % (starcat)) print('test 0 ======================') -- GitLab