openmrslab / suspect

MRS processing tools
https://suspect.readthedocs.io/en/latest/
MIT License
33 stars 23 forks source link

ENH: Adding RATS frequency correction algorithm #134

Closed bennyrowland closed 4 years ago

bennyrowland commented 4 years ago

This change adds a new frequency correction algorithm called RATS, originally proposed by Martin Wilson. It also modifies the interface for calling frequency correction tools by providing a simplified method which will apply the chosen correction technique to a whole sequence of spectra and return the corrected versions. There are also some minor improvements to the documentation on frequency correction.

bennyrowland commented 4 years ago

This commit closes #133