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

Changeset 162

Show
Ignore:
Timestamp:
04/10/08 19:15:59
Author:
cbc
Message:

Fix usage message and force-update default value in plotSodar.py and fix computation of differenceWalk when force-update in findMissing.py.

Files:

Legend:

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

    r161 r162  
    230230 
    231231def _main(): 
    232     """bin/python %prog [options] \ 
    233                   /path/to/raw/files/ \ 
    234                   /path/to/plots/ \ 
    235                   /path/to/latest/plot/ \ 
    236                   /path/to/catalog/""" 
     232    """bin/python %prog [options] /path/to/raw/files/ /path/to/plots/ /path/to/latest/plot/ /path/to/catalog/""" 
    237233     
    238234    __description__ = 'Plot all sodar raw data files.' 
     
    241237                                   version='%prog 1.0', 
    242238                                   description=__description__) 
    243     parser.set_defaults(forceUpdate=False) 
     239    parser.set_defaults(force=False) 
    244240    parser.add_option('-f', '--force-update', 
    245241                      action='store_true',