Skip to content
  • Stephen's avatar
    Adding PSIBackgroundSubtraction algorithm · 77fa2e5e
    Stephen authored
    This first commit implements the fitting method to determine the background, this consists of the following steps:
    (1) Define a flat background and ExpDecayMuon function
    (2) For each spectra fit this function to the second half of the data
    (3)  Subtract the flat background from the raw counts
    
    This commit also adds a unit test to the Algorithm
    77fa2e5e