Skip to content

Commit 613d76b

Browse files
authored
Disable charge diffusion and IPC flags
1 parent 05abd14 commit 613d76b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pista/imaging.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ def __init__(self, df, coords=None, tel_params=None, n_x=1000,
5757

5858
# Flags
5959
self.shot_noise = True
60-
self.charge_diffusion = True
61-
self.ipc = True
60+
self.charge_diffusion = False
61+
self.ipc = False
6262
self.QE = True
6363
self.sky = True
6464
self.PRNU = True

0 commit comments

Comments
 (0)