#------------------------------------------------------------------------------ # Description: Generate Image (browse) plots. Spin based plots. #------------------------------------------------------------------------------ #------------------------------------------------------------------------------ # setup file for creation of image files #------------------------------------------------------------------------------ l_event = N l_image_correction = Y #------------------------------------------------------------------------------ # proces via web Y/N (disables output to screen if Y) #------------------------------------------------------------------------------ l_via_web = N #------------------------------------------------------------------------------ # the unix process id when running on web, otherwise # can manually enter in a run identifier #------------------------------------------------------------------------------ l_process_id = rlvw #------------------------------------------------------------------------------ # start and stop time #------------------------------------------------------------------------------ l_start_date = 2004|09|20 l_start_time = 14:00:00 l_stop_date = 2004|09|20 l_stop_time = 15:00:00 #------------------------------------------------------------------------------ # l_data_src = directory data source is ? # l_prod_dst = directory where any and all output files are sent #------------------------------------------------------------------------------ l_data_src = ./ l_prod_dst = ./ #------------------------------------------------------------------------------ # the main application idl procedure to call #------------------------------------------------------------------------------ l_data_type = l_zc3 #------------------------------------------------------------------------------ #------------------------------------------------------------------------------ l_num_spin = 1 #------------------------------------------------------------------------------ # want a dump of the data Y/N #------------------------------------------------------------------------------ l_dumps = N #------------------------------------------------------------------------------ # images in movie format Y/N #------------------------------------------------------------------------------ l_gen_movie = N # #----------------------------------------------------------------------------- # TYPE OF IMAGE PLOT # # l_output_type = 1 => 3 full images (12x45) # l_output_type = 2 => 3 square images earth fixed size # l_output_type = 3 => 3 square images (12x12) #----------------------------------------------------------------------------- # l_output_type = 1 # #----------------------------------------------------------------------------- # DATA COLLECTION # # l_singles_sum = 1 => series of one spin images over the time period # l_singles_sum = 2 => image is a sum over the whole time period #----------------------------------------------------------------------------- # l_singles_sum = 1 # #----------------------------------------------------------------------------- # AVERAGE or SUM the data for the image plots # # if l_singles_sum = 1 # then l_avg_sum is ignored # if l_singles_sum = 2 # then l_avg_sum = 1 means to average the data prior to plotting and # l_avg_sum = 2 means to plot the data the way it is #----------------------------------------------------------------------------- # l_avg_sum = 2 #------------------------------------------------------------------------------ # value assigned to minimum color and maximum color # if min <= max then the data will dictate values assigned to min and max #------------------------------------------------------------------------------ l_color_min = -0.5 l_color_max = 1.0