PRO cron_lc,startdate,days ;cron_lc.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_lc,startdate,days,fileopen meow_lc,startdate,days fluxavg_lc,startdate,days,plot ;NOTE: These do not work for some reason (i/o error with plots?) ;plotb_lc,startdate,days,screen,plot,plotstart,plotend ;plotc_lc,startdate,days,exclude,screen,plot,plotstart,plotend return end