Home | Trees | Index | Help |
|
---|
Package xdp :: Module transformation :: Class RebinTransform |
|
Transformation
--+
|
RebinTransform
RebinTransform objects encasulate the process of performing XAFS data reduction on one or more vectors.
See xdp.data.rebin() for more information about rebinning.Method Summary | |
---|---|
Create a new RebinTransfrom object which will rebin the columns 'columnNames' using the energy values from 'energyName'. | |
Rebin the energy column EnergyName and columns of ColumnNames from the object 'data' and return a new Data object containing the rebinned values in place of the originals. | |
Inherited from Transformation | |
Apply this transformation to the xdp.Data object 'data'. |
Method Details |
---|
__init__(self,
Eo,
offset,
estep,
kstep,
energyName,
*columnNames)
|
apply(self, data)Rebin the energy column EnergyName and columns of ColumnNames from the object 'data' and return a new Data object containing the rebinned values in place of the originals. An xdp.ColumnNameError is raised if any of the source column names specified in the constructor are invalid.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed Jul 20 11:51:05 2005 | http://epydoc.sf.net |