Skip to content

Commit

Permalink
Fix typo in spline correction
Browse files Browse the repository at this point in the history
  • Loading branch information
jadball authored Sep 26, 2024
1 parent 42c3acd commit ac28b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImageD11/sinograms/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ def get_colfile_from_peaks_dict(self, peaks_dict=None):
cf = correct_cf_with_dxdyfiles(cf, self.e2dxfile, self.e2dyfile)
else:
if self.splinefile is not None:
cf = correct_cf_with_spline(cf, self.spline_file)
cf = correct_cf_with_spline(cf, self.splinefile)

# Generate columnfile from peaks table
return cf
Expand Down

0 comments on commit ac28b5a

Please sign in to comment.