spectrochempy.pk_expο
- pk_exp(dataset, phc0=0.0, pivot=0.0, exptc=0.0, **kwargs)[source]ο
Exponential Phase Correction.
For multidimensional NDDataset, the phase is by default applied on the last dimension.
- Parameters:
- Returns:
phased β Dataset.
- Other Parameters:
dim (str or int, keyword parameter, optional, default=βxβ.) β Specify on which dimension to apply the phase. If
dimis specified as an integer it is equivalent to the usualaxisnumpy parameter.inv (bool, keyword parameter, optional, default=False.) β True for inverse phasing.
inplace (bool, keyword parameter, optional, default=False.) β True if we make the transform inplace. If False, the function return a new dataset.