From 5f8779add60909b9b9a4a7701e7dcee72b87da80 Mon Sep 17 00:00:00 2001 From: "zhaojunyan@shao.ac.cn" Date: Sun, 14 Apr 2024 19:09:23 +0800 Subject: [PATCH] test --- csst_mci_sim/csst_mci_sim.py | 26 +++++++++++++++++++------- csst_mci_sim/support/sed.py | 25 +++++++++++++------------ 2 files changed, 32 insertions(+), 19 deletions(-) diff --git a/csst_mci_sim/csst_mci_sim.py b/csst_mci_sim/csst_mci_sim.py index 0cfa5e0..9ca2d6c 100644 --- a/csst_mci_sim/csst_mci_sim.py +++ b/csst_mci_sim/csst_mci_sim.py @@ -2031,7 +2031,7 @@ class MCIsimulator(): st_magz=[] - self.log.info('load star catlog 777777777') + #################### generate star image ########## if self.debug: @@ -2047,7 +2047,10 @@ class MCIsimulator(): Nstar=nstar-8 - for j in tqdm(range(Nstar)): ### nsrcs length + for j in tqdm(range(Nstar)): ### nsrcs length + + + self.log.info('begin iteration........') if j