#------------------------------------------------------------------------------- # LenaPlot Setup File # # Description: Generate the Hydrogen, Oxygen, Background corrected plots #------------------------------------------------------------------------------- # # Generated on: Wed May 17 08:35:34 EDT 2000 # #-------------------- # general parameters #-------------------- #-------------------------------------- # generating the GIF files using the # web interface, set to Y #-------------------------------------- l_via_web = N #-------------------------------------- # set to Y when generating summary # reports, *** l_via_web must be set # to N *** #-------------------------------------- l_gen_sum = N #-------------------------------------- # generate a postscript file # Y = yes, N = no #-------------------------------------- l_postscript = N #-------------------------------------- # start/stop date/time for requested # period. Dates can be entered in # as YYYY|MM|DD or YYYY|DOY #-------------------------------------- l_start_date = 2003|10|24 l_start_time = 14:00:00 l_stop_date = 2003|10|24 l_stop_time = 20:00:00 #-------------------------------------- # data source, if reading in files #-------------------------------------- l_data_src = ./ #-------------------------------------- # location to write output data to #-------------------------------------- l_prod_dst = ./ #-------------------------------------- # the type of data to process # l_zc1 = health & safety # l_zc2 = singles & coincidences # l_zc3 = image browse products # l_zss = singles data # l_zhk = housekeeping # l_zse = event data # l_per = perigee plots # l_apo = apogee plots # l_mspec = mass spectrum # l_hob = hydrogen, oxygen, background #-------------------------------------- l_data_type = l_hob #-------------------------------------- # Y = generate a status report #-------------------------------------- l_gen_report = l_report_file = report.txt #-------------------------------------- # plot output format in: # PNG = Portable Network Graphics, # default # GIF = graphics interchange format, # not available in IDL v5.4 #-------------------------------------- l_output_plot_format = GIF #-------------------------------------- # Y = to generate a movie file #-------------------------------------- l_gen_movie = #-------------------------------------- # Color tables: # 1 = blue,cyan,green, yellow, red # 2 = blue,purple,red, orange, yellow # 3 = black and white # 4 = black + rainbow # 5 = red temperature #-------------------------------------- l_color_tbl = 4 #-------------------------------------- # Y = convert data to count rate # N = raw data, NO conversion #-------------------------------------- l_count_rate = Y #-------------------------------------- # Y = convert data to log # N = raw data, NO conversion #-------------------------------------- l_log = Y #-------------------------------------- # Y = convert to flux # NOTE: remember to modify the color # bar min and max #-------------------------------------- l_flux = N #-------------------------------------- # Y = scaling of each plot is automatic # N = user scale color range on plots # l_color_min and l_color_max must # be set by the user #-------------------------------------- l_auto_scale = N #-------------------------------------- # Y = scale each plot separately # N = all plots scaled to the same # color range # ** NOTE ** # l_auto_scale must be N # user must set l_color_min & # l_color_max #-------------------------------------- l_sep_plot_scale = Y #-------------------------------------- # if l_sep_plot_scale set to N AND # if l_auto_scale is N, the # color range min/max must be set # this will set all plots to the # same range # min/max = log values # NOTE: make sure the values for # min/max match the l_log #-------------------------------------- l_color_min = -0.4 l_color_max = 1.7 #-------------------------------------- # Y = smooth (IDL Function) the data # N = DO NOT smooth the data #-------------------------------------- l_smooth_data = N #-------------------------------------- # E = spin angle zero is the earth # S = spin angle zero is the sun # M = spin angle zero is the moon # N = spin angle (no adjustment) #-------------------------------------- l_angle_zero = E #-------------------------------------- # Y = draw the sun direction on the plots # N = do not draw the sun direction #-------------------------------------- l_sun_direction = Y #-------------------------------------- # Y = draw earth direction # N = no earth direction drawn # # earth direction is drawn only if the # angle zero selected is Earth, for any # other option, it will default to N #-------------------------------------- l_earth_markers = Y #-------------------------------------- # Y = draw ram direction # N = do not draw ram direction #-------------------------------------- l_ram_direction = N #-------------------------------------- # Y = draw magnetic field directions # N = do not draw field directions #-------------------------------------- l_B_direction = N #-------------------------------------- # Y = display power supply bars on plot # N = do not display power supply bars # on plot #-------------------------------------- l_pwrsup_bars = N #-------------------------------------- # Y = generate text dump of data # N = do not generate text dump of data #-------------------------------------- l_dumps = Y #-------------------------------------- # Text Dump File related paramter. # Y = write plot values as the # corresponding color value to text # dump # N = write plot values to text dump #-------------------------------------- l_color_values = N #------------------------------------------------------------------------------- # LENA SCIENCE #------------------------------------------------------------------------------- #-------------------- # event data #-------------------- #-------------------------------------- # Y = use event data # N = don't use event data # use binn data # NOTE: must set l_binned to N # if event data is selected #-------------------------------------- l_event = Y #-------------------------------------- # Select to use hydrogen #-------------------------------------- l_event_hydrogen = Y #-------------------------------------- # provide eV for hydrogen #-------------------------------------- l_event_hydrogen_energy0_eV = 20 l_event_hydrogen_energy1_eV = 65 l_event_hydrogen_energy2_eV = 200 #-------------------------------------- #-------------------------------------- l_event_oxygen = N #-------------------------------------- #-------------------------------------- l_event_oxygen_energy0_eV = 30 l_event_oxygen_energy1_eV = 65 l_event_oxygen_energy2_eV = 200 #-------------------------------------- # Select the energy to plot, valid # for both H/O #-------------------------------------- l_event_energy0 = N l_event_energy1 = Y l_event_energy2 = Y #-------------------------------------- # Y = merge the above H/O Energy selections # N = each selection is a separate plot #-------------------------------------- l_event_merge = Y #-------------------------------------- # background correction #-------------------------------------- l_event_background = Y #----------------------------------------- #----------------------------------------- #l_event_color_min = 3.7 #l_event_color_max = 5.7 l_event_color_min = -0.4 l_event_color_max = 1.7 #----------------------------------------- # channels for Hydrogen used for background # correction # (151-190) 40 channels = Hydrogen channels # (251-350) 100 channels = background channels #----------------------------------------- hydrogen_beg_chan = 151 hydrogen_end_chan = 190 oxygen_beg_chan = 401 oxygen_end_chan = 1000 bkgrnd_beg_chan = 251 bkgrnd_end_chan = 350 #-------------------- # binned data #-------------------- #-------------------------------------- # Y = use data from the binn/image data # packets # N = don't use binn/image data # NOTE: must set l_event above # to N if binn data is selected # if you only want to see the ROI data # then set this field to N and the # l_binned_bkgrnd to Y #-------------------------------------- #-------------------------------------- # begin new #-------------------------------------- #-------------------------------------- # Y = use binned data # N = don't use binned data #-------------------------------------- l_binned = N #-------------------------------------- # select to plot H data #-------------------------------------- l_binned_hydrogen = Y #-------------------------------------- # set the color bar range # either linear or log must be set and # the correct min/max values set # color_min : minimum color scale # color_max : maximum color scale # NOTE: make sure the values for # min/max match the l_log #-------------------------------------- l_binned_hydrogen_color_min = -1.0 l_binned_hydrogen_color_max = 2.0 #-------------------------------------- # select to plot O data #-------------------------------------- l_binned_oxygen = N #-------------------------------------- # set the color bar range # either linear or log must be set and # the correct min/max values set # color_min : minimum color scale # color_max : maximum color scale # NOTE: make sure the values for # min/max match the l_log #-------------------------------------- l_binned_oxygen_color_min = -1.0 l_binned_oxygen_color_max = 2.0 #-------------------------------------- # select the energies #-------------------------------------- l_binned_energy0 = N l_binned_energy1 = Y l_binned_energy2 = Y #-------------------------------------- # Y = merge all H/O and energies into # one plot # N = separate plots #-------------------------------------- l_binned_merge = Y #-------------------------------------- # min/max color bar axis for binned # data, this includes H/O and # all energies #-------------------------------------- l_binned_color_min = 2.7 l_binned_color_max = 5.7 #-------------------------------------- # end new #-------------------------------------- #------------------------------------------- # BACKGROUND PLOT # Y = plot background data # N = no background plot # NOTE: ** if background is selected, the # ROI data is used for binned data # if you want to see the actual binned # data, it is recommended that you select # N #------------------------------------------- l_binned_bkgrnd = Y #------------------------------------------- # BACKGROUND PLOT # set the color bar range # either linear or log must be set and # the correct min/max values set # color_min : minimum color scale # color_max : maximum color scale # NOTE: make sure the values for # min/max match the l_log #------------------------------------------- l_binned_bkgrnd_color_min = -1.0 l_binned_bkgrnd_color_max = 2.0