Skip to content

Commit

Permalink
braggvector_copy calstate
Browse files Browse the repository at this point in the history
  • Loading branch information
smribet committed Nov 7, 2023
1 parent 2bd2fa6 commit facec21
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 facec21

Please sign in to comment.