nmrglue.process.pipe_proc.save

nmrglue.process.pipe_proc.save(dic, data, name, overwrite=True)[source]

Save the current vector.

Parameters :

dic : dict

Dictionary of NMRPipe parameters.

data : ndarray

Array of NMR data.

name : str

Filename to save vector to.

overwrite : bool

True will overwrite existing files, False will raise a Warning if the file already exists.

Returns :

ndic : dict

Dictionary of updated NMRPipe parameters.

ndata : ndarray

Unmodified array of NMR data.

Notes

The resulting FDPIPECOUNT header parameter does not match the one created using NMRPipe’s SAVE function.

Previous topic

nmrglue.process.pipe_proc.qmix

Next topic

nmrglue.process.pipe_proc.smo

This Page