Loading ObservationSim/Instrument/Chip/Chip.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -656,7 +656,7 @@ class Chip(FocalPlane): FlatCombImg = newimg FlatCombImg = newimg ### 1*16 -> 2*8 img-layout ### 1*16 -> 2*8 img-layout img = chip_utils.formatRevert(GSImage=FlatCombImg) FlatCombImg = chip_utils.formatRevert(GSImage=FlatCombImg) self.nsecy = 2 self.nsecy = 2 self.nsecx = 8 self.nsecx = 8 Loading Loading
ObservationSim/Instrument/Chip/Chip.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -656,7 +656,7 @@ class Chip(FocalPlane): FlatCombImg = newimg FlatCombImg = newimg ### 1*16 -> 2*8 img-layout ### 1*16 -> 2*8 img-layout img = chip_utils.formatRevert(GSImage=FlatCombImg) FlatCombImg = chip_utils.formatRevert(GSImage=FlatCombImg) self.nsecy = 2 self.nsecy = 2 self.nsecx = 8 self.nsecx = 8 Loading