Skip to content

Commit 4ddf3fb

Browse files
committed
Add passing of image size in simulation object
1 parent 17bcc1e commit 4ddf3fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tutorials/examples/cov3d_simulation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
# Create a simulation object with specified filters
3030
sim = Simulation(
31+
L=img_size,
3132
n=num_imgs,
3233
C=num_vols,
3334
unique_filters=[RadialCTFFilter(defocus=d) for d in np.linspace(1.5e4, 2.5e4, 7)],

0 commit comments

Comments
 (0)