nmrglue.process.pipe_proc.save

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

Save the current vector.

Parameters
dicdict

Dictionary of NMRPipe parameters.

datandarray

Array of NMR data.

namestr

Filename to save vector to.

overwritebool

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

Returns
ndicdict

Dictionary of updated NMRPipe parameters.

ndatandarray

Unmodified array of NMR data.

Notes

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