From 27c170f348b37145248fc82f9f3a607c33371107 Mon Sep 17 00:00:00 2001 From: weichengliang Date: Thu, 14 Dec 2023 16:01:25 +0800 Subject: [PATCH] update calibration in Chip.py --- ObservationSim/Instrument/Chip/Chip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ObservationSim/Instrument/Chip/Chip.py b/ObservationSim/Instrument/Chip/Chip.py index 2ddfa1b..f4ce360 100755 --- a/ObservationSim/Instrument/Chip/Chip.py +++ b/ObservationSim/Instrument/Chip/Chip.py @@ -656,7 +656,7 @@ class Chip(FocalPlane): FlatCombImg = newimg ### 1*16 -> 2*8 img-layout - img = chip_utils.formatRevert(GSImage=FlatCombImg) + FlatCombImg = chip_utils.formatRevert(GSImage=FlatCombImg) self.nsecy = 2 self.nsecx = 8 -- GitLab