From eaf8965388eb1693a1223a686cae068df80e2446 Mon Sep 17 00:00:00 2001 From: Shuai Feng <451424498@qq.com> Date: Tue, 24 Dec 2024 17:32:24 +0800 Subject: [PATCH] fix some bugs --- csst_ifs_gehong/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/csst_ifs_gehong/config.py b/csst_ifs_gehong/config.py index 46da374..451798c 100644 --- a/csst_ifs_gehong/config.py +++ b/csst_ifs_gehong/config.py @@ -33,3 +33,4 @@ class config(): self.dpix = dpix self.fov_x = nx * dpix self.fov_y = ny * dpix + self.inst_fwhm = 2.5 -- GitLab