Skip to content

Commit

Permalink
Merge pull request #122 from OpenCOMPES/bugfix/distortion_correction_…
Browse files Browse the repository at this point in the history
…not_applied

Fix bug that always calculates momentum calobration from uncorrected …
  • Loading branch information
rettigl authored May 13, 2023
2 parents ab3fd0e + fd2a311 commit c549ab1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sed/core/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -590,8 +590,6 @@ class and the momentum calibration to the dataframe.
print("Adding kx/ky columns to dataframe:")
self._dataframe, metadata = self.mc.append_k_axis(
df=self._dataframe,
x_column="X",
y_column="Y",
calibration=calibration,
)

Expand Down

0 comments on commit c549ab1

Please sign in to comment.