#!/usr/bin/env python

from WxMAP2 import *

bnums=range(1,33)
ropt='norun'
ropt=''
for bnum in bnums:
    stmid="%02dh"%(bnum)
    cmd='w2-tc-stm-trkplt.py -S %s -O -D'%(stmid)
    mf.runcmd(cmd,ropt)

    cmd='w2-tc-stm-trkplt.py -S %s -O -P -D'%(stmid)
    mf.runcmd(cmd,ropt)
