We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17bcc1e commit 4ddf3fbCopy full SHA for 4ddf3fb
tutorials/examples/cov3d_simulation.py
@@ -28,6 +28,7 @@
28
29
# Create a simulation object with specified filters
30
sim = Simulation(
31
+ L=img_size,
32
n=num_imgs,
33
C=num_vols,
34
unique_filters=[RadialCTFFilter(defocus=d) for d in np.linspace(1.5e4, 2.5e4, 7)],
0 commit comments