import time #strptime for e-mail alarms import wgFunctions as wg #----------------------------# print("start at: " + time.strftime("%a, %d %b %Y %H:%M:%S +0000", time.localtime())) #User inputs #vehicle = 'wgTiny' #deployments = ['20250813'] vehicle = 'wgHansen' deployments = ['20250311'] for dep in deployments: #define data directories #myDirWG = 'C:/Users/tmasek/Dropbox/Projects/MBARI/WaveGliderDisplay/WaveGlider/' myDirWG = '//atlas.shore.mbari.org/WaveGlider/' myDirPC = myDirWG +'deployment_data/' +vehicle +'/' +dep +'/postCruise/' wg.qcWG_plotAll(myDirPC) print("ended at: " + time.strftime("%a, %d %b %Y %H:%M:%S +0000", time.localtime()))