NMRPy / nmrpy

A Python module for processing NMR spectra.
BSD 3-Clause "New" or "Revised" License
20 stars 10 forks source link

Add `verbose` option to `Fid.phase_correct()` and `FidArray.phase_correct_fids()` #9

Closed patjiang closed 5 months ago

patjiang commented 5 months ago

Added: -Verbose option for the phase_correct function class

-Greater insight on the outputted values if Verbose is True

jmrohwer commented 5 months ago

Thanks for the suggestion. I have updated the docstrings of the methods accordingly and also fixed the keyword option for the FidArray method to phase correct all fids.