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


Public Member Functions | |
| def | create (self, dname, ftype=None, init=None, rank=None) |
| Create a CAPS DataSet Object. More... | |
| def | fields (self) |
| Returns a list of the fields in the Analysis Object associated with this DataSet. | |
Public Member Functions inherited from Sequence | |
| def | keys (self) |
| Returns the keys of the Sequence. | |
| def | values (self) |
| Returns the values of the Sequence. | |
| def | items (self) |
| Returns the items of the Sequence. | |
| def 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) |