From 86cb9fdbd1564fce331f23887a6f902cd3d83bb9 Mon Sep 17 00:00:00 2001 From: zhangxin Date: Thu, 28 Mar 2024 10:42:37 +0800 Subject: [PATCH] stupid error: fogot delete one row code --- ObservationSim/SimSteps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ObservationSim/SimSteps.py b/ObservationSim/SimSteps.py index ecb484e..5300c52 100644 --- a/ObservationSim/SimSteps.py +++ b/ObservationSim/SimSteps.py @@ -121,7 +121,7 @@ class SimSteps: else: chip, filt, tel, pointing = self.add_sky_flat_calibration(chip, filt, tel, pointing, catalog, obs_param) - chip, filt, tel, pointing = self.add_sky_background_sci(chip, filt, tel, pointing, catalog, obs_param) + # chip, filt, tel, pointing = self.add_sky_background_sci(chip, filt, tel, pointing, catalog, obs_param) return chip, filt, tel, pointing -- GitLab