PRO cron_wc,startdate,days ;cron_wc.pro ;IDL program that processes new incoming data from Willow Creek ; ;It can be executed from within idl or from a unix command line ;using the batch file, run_newdata ; ;Written by Bruce Cook (May 2003) plot='n' screen='n' ;exclude='n' ;plotstart=1S ;plotend=1S split_wc,startdate,days,fileopen meow_wc,startdate,days fluxavg_wc,startdate,days,plot ;NOTE: These do not work for some reason (i/o error with plots?) ;plotb_wc,startdate,days,screen,plot,plotstart,plotend ;plotc_wc,startdate,days,exclude,screen,plot,plotstart,plotend return end