Skip to content

Commit 348d4cc

Browse files
committed
update
Former-commit-id: 1c5800e
1 parent 7423f93 commit 348d4cc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

py4DSTEM/datacube/datacube.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,7 @@ def find_bragg_vectors(
699699
'corrPower' : 1,
700700
'sigma' : 2,
701701
'subpixel' : 'poly',
702+
'upsample_factor' : 16,
702703
},
703704
thresh = {
704705
'minAbsoluteIntensity' : 0,
@@ -923,8 +924,9 @@ def find_bragg_vectors(
923924
maxmimum detection - in this case, `corrPower` is ignored, but all
924925
parameters in this dictionary are used.
925926
Note also that if this dictionary is specified (i.e. is not None)
926-
but corrPower or sigma or subpixel are not specified, their default
927-
values (corrPower=1, sigma=2, subpixel='poly') are used.
927+
but corrPower or sigma or subpixel or upsample_factor are not
928+
specified, their default values (corrPower=1, sigma=2,
929+
subpixel='poly', upsample_factor=16) are used.
928930
thresh : None or dict
929931
If None, no thresholding is performed (not recommended!). Otherwise,
930932
should be a dictionary with valid keys:

0 commit comments

Comments
 (0)