nmrglue.process.proc_base.thres

nmrglue.process.proc_base.thres(data, thres=0.0)[source]

Mark values less than thres as invalid (for use with filters)

Parameters :

data : ndarray

Array of NMR data.

thres : float

Threshold value.

Returns :

ndata : masked ndarray

Masked array of NMR data with values less than thres masked.

Previous topic

nmrglue.process.proc_base.coad

Next topic

nmrglue.process.proc_base.conv

This Page