Skip to content

Commit

Permalink
changing vectorized dpc default to False
Browse files Browse the repository at this point in the history
  • Loading branch information
gvarnavi committed Oct 8, 2024
1 parent 5b0c14a commit f37b976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py4DSTEM/process/phase/dpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def preprocess(
force_com_rotation: float = None,
force_com_transpose: bool = None,
force_com_shifts: Union[Sequence[np.ndarray], Sequence[float]] = None,
vectorized_com_calculation: bool = True,
vectorized_com_calculation: bool = False,
force_com_measured: Sequence[np.ndarray] = None,
plot_center_of_mass: str = "default",
plot_rotation: bool = True,
Expand Down

0 comments on commit f37b976

Please sign in to comment.