Loading ObservationSim/Instrument/Chip/Chip.py +1 −0 Original line number Diff line number Diff line Loading @@ -420,6 +420,7 @@ class Chip(FocalPlane): dy = int(ny/self.nsecy) newimg = galsim.Image(nx, int(ny+over2), init_value=0) 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 noverscan,nsp,nmax = over2,3,10 beta,w,c = 0.478,84700,0 Loading Loading
ObservationSim/Instrument/Chip/Chip.py +1 −0 Original line number Diff line number Diff line Loading @@ -420,6 +420,7 @@ class Chip(FocalPlane): dy = int(ny/self.nsecy) newimg = galsim.Image(nx, int(ny+over2), init_value=0) 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 noverscan,nsp,nmax = over2,3,10 beta,w,c = 0.478,84700,0 Loading