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 7ef0e17 commit 887d54eCopy full SHA for 887d54e
gallery/experiments/experimental_abinitio_pipeline_10028.py
@@ -115,7 +115,6 @@
115
# you may remove this code block and associated variables.
116
117
classification_src = src
118
-custom_averager = None
119
if do_cov2d:
120
# Use CWF denoising
121
cwf_denoiser = DenoiserCov2D(src)
@@ -163,6 +162,7 @@
163
162
logger.info("Begin Orientation Estimation")
164
165
# Create a custom orientation estimation object for ``avgs``.
+# This is done to customize the ``n_theta`` value.
166
orient_est = CLSync3N(avgs, n_theta=72)
167
168
# Create an ``OrientedSource`` class instance that performs orientation
0 commit comments