Skip to content

Commit

Permalink
Merge pull request #556 from smribet/braggvectors
Browse files Browse the repository at this point in the history
Small braggvectors bug
  • Loading branch information
bsavitzky authored Nov 7, 2023
2 parents fc93069 + 0babde0 commit 7d1fb84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py4DSTEM/braggvectors/braggvectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ def copy(self, name=None):
braggvector_copy.set_raw_vectors(self._v_uncal.copy())
for k in self.metadata.keys():
braggvector_copy.metadata = self.metadata[k].copy()
braggvector_copy.setcal()
return braggvector_copy

# write
Expand Down

0 comments on commit 7d1fb84

Please sign in to comment.