|
pyCAPS
pyCAPS: A Python Extension Module for CAPS
|
Defines a Sequence of CAPS DataSet Objects. More...


Public Member Functions | |
| create (self, dname, ftype=None, init=None, rank=None) | |
| Create a CAPS DataSet Object. | |
| fields (self) | |
| Returns a list of the fields in the Analysis Object associated with this DataSet. | |
Public Member Functions inherited from Sequence | |
| keys (self) | |
| Returns the keys of the Sequence. | |
| values (self) | |
| Returns the values of the Sequence. | |
| items (self) | |
| Returns the items of the Sequence. | |
Defines a Sequence of CAPS DataSet Objects.
| create | ( | self, | |
| dname, | |||
ftype = None, |
|||
init = None, |
|||
rank = None |
|||
| ) |
Create a CAPS DataSet Object.
| dname | The name of the data set |
| ftype | The field type (FieldIn, FieldOut, GeomSens, TessSens, User). Auto detected FieldIn/FieldOut if None |
| init | Inital value assiged to the DataSet. Length must be consistent with the rank. |
| rank | The rank of the data set (only needed for un-connected data set) |