Commit bcb681cf authored by Wei Chengliang's avatar Wei Chengliang
Browse files

update log

parent 051ef73b
...@@ -420,6 +420,7 @@ class Chip(FocalPlane): ...@@ -420,6 +420,7 @@ class Chip(FocalPlane):
dy = int(ny/self.nsecy) dy = int(ny/self.nsecy)
newimg = galsim.Image(nx, int(ny+over2), init_value=0) newimg = galsim.Image(nx, int(ny+over2), init_value=0)
for ichannel in range(16): for ichannel in range(16):
print('\n***add CTI effects: pointing-{:} chip-{:} channel-{:}***'.format(pointing_ID, self.chipID, ichannel+1))
#nx,ny,noverscan,nsp,nmax = 4608,4616,84,3,10 #nx,ny,noverscan,nsp,nmax = 4608,4616,84,3,10
noverscan,nsp,nmax = over2,3,10 noverscan,nsp,nmax = over2,3,10
beta,w,c = 0.478,84700,0 beta,w,c = 0.478,84700,0
......
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