File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments