Previous topic

nmrglue.process.pipe_proc.med

Next topic

nmrglue.process.pipe_proc.add

This Page

nmrglue.process.pipe_proc.sol

nmrglue.process.pipe_proc.sol(dic, data, mode='low', fl=16, fs=1, head=0)

Solvent Filter

Only low pass filter implemented. mir, noseq, and nodmx parameters not implemented.

Parameters:

  • dic Dictionary of NMRPipe parameters.
  • data array of spectral data.
  • mode Filter Mode (must be “low”)
  • fl Filter length in points
  • fs Lowpass filter shape (1=boxcar, 2=sine , 3=Sine^2)
  • head Number of points to skip

Differences from NMRPipe: - Parameter “mir” not implemented - Parameters “noseq” and “nodmx” not implemented