Commit 27c170f3 authored by Wei Chengliang's avatar Wei Chengliang
Browse files

update calibration in Chip.py

parent 72f70d57
...@@ -656,7 +656,7 @@ class Chip(FocalPlane): ...@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment