| |
Methods defined here:
- GetAxis(self, name)
- This method takes the name of an axis, & checks if there's already
an nvAxis object for that axis. If so, the object is returned.
If not, it is created, then returned.
- Print(self)
- Print information about self.
- __init__(self, nc, initAxes='')
- Constructor.
nc: A NetCDFFile object.
initAxes: String containing a comma-separated list of axes (with no spaces).
|