Home | Trees | Index | Help |
|
---|
Package xdp :: Module meansum :: Class ExperimentData |
|
Data
--+
|
ExperimentData
Method Summary | |
---|---|
Create an empty ExperimentData object or make one by loading the experiment data from a file. | |
Inherited from Data | |
Allow columns to be accessed as attributes. | |
Allow columns to be set as attributes. | |
Create a new column of data. | |
Create a new column of data. | |
list of str ings
|
Retrieve a list of the column names. |
xdp.Data
|
Create a copy of this dataset. |
any |
Evaluate a Python expression using this dataset's column names |
Numeric vector
|
Retrieve a column's data. |
Numeric vector
|
Retrieve a column's data. |
list of str ings
|
Retrieve a list of the column names. |
Numeric matrix
|
Construct a matrix out of this dataset. |
bool
|
Check for the presence of a column. |
bool
|
Check for the presence of a column. |
Remove a column. | |
Remove a column. | |
Rename a column. | |
Rename a column. | |
Assign data to a column. | |
Assign data to a column. |
Instance Variable Summary | |
---|---|
Sff , Xafs , Text, or
None |
header : header of this dataset's source file |
str ing |
_name : name of dataset's source file |
str ing |
_path : full path and name of dataset's source file |
float or None |
_shift : relative X-axis shift |
Class Variable Summary | |
---|---|
Inherited from Data | |
compiled regular expression | COLNAMES : used by Data.evaluate to match and replace the
@X column names in expressions |
compiled regular expression | COLNUMS : used by Data.evaluate to match and replace the
@X column numbers in expressions |
dict |
EVAL_NAMESPACE : used by Data.evaluate as the default namespace for
evaluating Python expressions |
Method Details |
---|
__init__(self,
path='',
mapping=None)
Create an empty ExperimentData object or make one by loading the
experiment data from a file.
|
Instance Variable Details |
---|
headerheader of this dataset's source file |
_namename of dataset's source file
|
_pathfull path and name of dataset's source file
|
_shiftrelative X-axis shift
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed Jul 20 11:51:05 2005 | http://epydoc.sf.net |