Skip to content

Add background subtraction before fit

Thomas Vincent requested to merge tvincent/xsocs:fit-bg into master

This MR adds an extra background subtraction step before merging with 2 options:

  • constant background which shifts the data so that min = 0
  • linear background: lines going through the first and last data points.

closes #48 (closed)

Merge request reports