nmrglue.process.pipe_proc.mir

nmrglue.process.pipe_proc.mir(dic, data, mode='left', invl=False, invr=False, sw=True)[source]

Append mirror image.

Parameters :

dic : dict

Dictionary of NMRPipe parameters.

data : ndarray

Array of NMR data.

mode : {‘left’, ‘right’, ‘center’, ‘ps90-180’, pw0-0’}

Type of mirror image to append.

invl : bool

True to negate left half.

invr : bool

True to negate right half.

sw : bool

True to update ppm parameters, recommended.

Returns :

ndic : dict

Dictionary of updated NMRPipe parameters.

ndata : ndarray

Array of NMR data with mirror image appended.

Notes

Negations of selected region are applied regardless of the mode selected.

Previous topic

nmrglue.process.pipe_proc.mc

Next topic

nmrglue.process.pipe_proc.mult

This Page