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

Changeset 149

Show
Ignore:
Timestamp:
04/09/08 15:12:02
Author:
cbc
Message:

Fixed Velocity plot label spelling error in plotSodar.py.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sodar/trunk/plotSodar.py

    r148 r149  
    7878                                          uComponents) 
    7979    makePcolor(maskedUComponents.T, 
    80                'U Component of Wind Veloctiy for %s' % 
     80               'U Component of Wind Velocity for %s' % 
    8181                (str(beginStamp)[:10],), 
    8282               'uComponents.png', 
     
    8787                                          vComponents) 
    8888    makePcolor(maskedVComponents.T, 
    89                'V Component of Wind Veloctiy for %s' % 
     89               'V Component of Wind Velocity for %s' % 
    9090                (str(beginStamp)[:10],), 
    9191               'vComponents.png', 
     
    9696                                          wComponents) 
    9797    makePcolor(maskedWComponents.T, 
    98                'W Component of Wind Veloctiy for %s' % 
     98               'W Component of Wind Velocity for %s' % 
    9999                (str(beginStamp)[:10],), 
    100100               'wComponents.png', 
     
    213213                                          uComponents) 
    214214    makePcolor(maskedUComponents.T, 
    215                'U Component of Wind Veloctiy for %s' % 
     215               'U Component of Wind Velocity for %s' % 
    216216                (str(beginStamp)[:10],), 
    217217               'ims_sodar_latest_uComponents.png', 
     
    222222                                          vComponents) 
    223223    makePcolor(maskedVComponents.T, 
    224                'V Component of Wind Veloctiy for %s' % 
     224               'V Component of Wind Velocity for %s' % 
    225225                (str(beginStamp)[:10],), 
    226226               'ims_sodar_latest_vComponents.png', 
     
    231231                                          wComponents) 
    232232    makePcolor(maskedWComponents.T, 
    233                'W Component of Wind Veloctiy for %s' % 
     233               'W Component of Wind Velocity for %s' % 
    234234                (str(beginStamp)[:10],), 
    235235               'ims_sodar_latest_wComponents.png',