Skip to content

Commit a8412c1

Browse files
committed
Also expand the default padding in the z-direction.
1 parent 4bf5cb2 commit a8412c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ppafm/ocl/AFMulator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ def _get_params(file_path):
722722
return afmulator_params, sample_lvec
723723

724724

725-
def get_lvec(scan_window, pad=(3.0, 3.0, 3.0), tipR0=(0.0, 0.0, 3.0), pixPerAngstrome=10):
725+
def get_lvec(scan_window, pad=(3.0, 3.0, 5.0), tipR0=(0.0, 0.0, 3.0), pixPerAngstrome=10):
726726
pad = np.array(pad)
727727
tipR0 = np.array(tipR0)
728728
center = (np.array(scan_window[0]) + np.array(scan_window[1])) / 2

0 commit comments

Comments
 (0)