%This program is made daily sensitive to the data from the Vaissala ceilometer CL31 clear all; fclose('all'); cruise_name='AMMA_2007'; fname=input('Input file name to evaluate (ex: A7031600.DAT) .... ', 's'); %enter path of the raw data: raw_data_path='F:\AMMA_2007\RHB\Ceilometer\Raw\'; %enter path of where to put the processed data: % processed_data_path='C:\Data\CRUISES\RHB_Setup_Charleston-11-16_March_2007\ceilometer\test\OnRHB\'; processed_data_path='F:\AMMA_2007\RHB\Ceilometer\Processed\'; %enter path of where to put the processed images: % process_images_path='C:\Data\CRUISES\RHB_Setup_Charleston-11-16_March_2007\ceilometer\test\OnRHB\'; process_images_path='F:\AMMA_2007\RHB\Ceilometer\Raw_Images\'; read_daily_rawceilo_CL31_2007; ceilo_daily_plot_program_2007;