function [] = create_his_engineering_plots(print_flag,filedate) % % function [] = create_his_engineering_plots(print_flag,filedate); % % .....This Matlab function creates plots of engineering data for the HIS % instrument after reading several different files. % % Example input: create_his_engineering_plots(0,980513); % % Input: % print_flag - Flag for printing hard copies (1 for yes, 0 for no hard copies). % % filedate - This is a NUMBER that designates the date that the HIS % data was taken, ie, 980513. % % NOTE: This routine requires the following files to be % in the following directory structure (assuming % filedate = 980513): % % [direc]\ac980513\qc\hc1 % [direc]\ac980513\qc\hc3 % [direc]\ac980513\qc\hc5 % [direc]\ac980513\980513.BL1 % [direc]\ac980513\980513.BL2 % [direc]\ac980513\980513.BL3 % [direc]\ac980513\98-063.BAC % % Written by Von P. Walden % 17 May 1998 % Update 27 May 1998 (Eliminated the need to enter the flight track name.) % his_noise_plots(print_flag,filedate); his_hk_plots(print_flag,filedate); nav_plot(print_flag,filedate);