# set up notebook to show plots within the notebook
%matplotlibnotebook
...
...
@@ -167,18 +169,19 @@
Here, SVD essentially compares every single ronchigram with every other ronchigram to find statistically significant trends in the dataset. Such correlation would be infeasible if the ronchigrams were averaged to bright-field and dark-field scalar values.
%% Cell type:code id: tags:
``` python
proc=px.SVD(h5_main,num_comps=256)
# First check if SVD was already computed on this dataset: