Ignore:
Timestamp:
Dec 6, 2005, 5:46:37 PM (19 years ago)
Author:
duncan
Message:

comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • production/karratha_2005/get_timeseries.py

    r2083 r2122  
    6666    max_depth = 0
    6767    max_momentum = 0   
    68     for i, t in enumerate(f.T):
     68    for i, t in enumerate(f.T): # T is a list of times
    6969        #if tmin < t < tmax:
    7070        w = f(t, point_id = k)[0]
Note: See TracChangeset for help on using the changeset viewer.