; This is a batch file that will be executed *within IDL* ; to process new incoming 10 Hz data from the Willow Creek ; and Lost Creek towers ; ; It can be called to run at any time of day using a batch ; file initiated *from the unix command line*: ; ; at -f /davis/s1/lib/bruce/cron_jobs/run_newdata HHMM ; ; NOTE: The X-window that initiates this command must remain open ; until the job has finished. ; ; Written by Bruce Cook, May 2003 .compile /eddy/s1/lib/bruce/cron_jobs/cron_wc .compile /eddy/s1/lib/bruce/cron_jobs/cron_lc ; NOTES: ; 1) Make sure to run 1 day previous to make sure all data is concatonated, ; making sure the files for each day have the correct number of lines. ; 2) To turn plots on/off, modify cron_wc.pro or cron_lc.pro. cron_wc,'03160',9 cron_lc,'03160',9 exit