NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

Changeset 256

Show
Ignore:
Timestamp:
11/20/09 23:33:46
Author:
cbc
Message:

Comments in doctests.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sodar/branches/scintec-branch/sodar/scintec/maindata.py

    r255 r256  
    3232    >>> len(main_data) 
    3333    48 
     34     
     35    Parse the first profile: 
    3436    >>> len(main_data[0]) 
    3537    41 
     
    3840    >>> main_data[0][-1] 
    3941    '200  99.99  999.9  -0.07  99.99  9.99E+37       0' 
     42     
     43    Parse the last profile: 
    4044    >>> len(main_data[-1]) 
    4145    41