#------------------------------------------------------------------------------- # LenaPlot Setup File # # Description: Generate Long Term Trending Plots of singles start/stop, HSKP, # Binned, or Event data. Binned or Event data can be background corrected #------------------------------------------------------------------------------- # # Generated on: Mon Feb 14 11:37:26 EST 2000 # #------------------------------- # general parameters #------------------------------- #-------------------------------------- # if 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 postscript files? # Y = yes, N = no #-------------------------------------- l_postscript = N #-------------------------------------- # Select the type of plot to generate # P = postscript # X = Xwindows # G = GIF #-------------------------------------- l_plot_type = X #-------------------------------------- # start/stop date/time for requested # period. Dates can be entered in # as YYYY|MM|DD or YYYY|DOY # # ** For the LTT plots, more than # one day must be entered, a # minimum of 2 days #-------------------------------------- l_start_date = 2001|01|01 l_start_time = 00:00:00 l_stop_date = 2001|12|31 l_stop_time = 23:59:59 #-------------------------------------- # the source directory to the data #-------------------------------------- l_data_src = ./ #-------------------------------------- # location to store plots generated #-------------------------------------- l_prod_dst = ./ #-------------------------------------- # the number of spins to process # ignore for now #-------------------------------------- l_num_spin = #-------------------------------------- # the number of polar zones #-------------------------------------- l_num_polarzn = 12 #-------------------------------------- # the number of spin sectors #-------------------------------------- l_num_spinsec = 45 #-------------------------------------- # 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_zsb = image data # l_zse = event data # l_per = perigee plots # l_apo = apogee plots # l_ltt = long term trending #-------------------------------------- l_data_type = l_ltt #-------------------------------------- # Y = generate a status report # N or ' ' = don't 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 = #-------------------------------------- # E = spin angle zero is the earth # S = spin angle zero is the sun # M = spin angle zero is the moon # N = no adjustment #-------------------------------------- l_angle_zero = N #-------------------------------------- # Y = generate a line plot # N = don't generate a line plot #-------------------------------------- l_line_plots = N #-------------------------------------- # Y = a generate text dump of data # N = do not generate text dump of data #-------------------------------------- l_dumps = Y #-------------------------------------- # 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 = 1 #-------------------------------------- # Y = scaling of each plot is automatic # ** NOTE ** # l_sep_plot_scale below MUST be # set to N # N = user scale color range on plots # l_color_min and l_color_max must # be set by the user #-------------------------------------- l_auto_scale = N #-------------------------------------- # 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 #-------------------------------------- l_color_min = 0 l_color_max = 4.0 #-------------------------------------- # Y = convert data to count rate # N = raw data, NO conversion #-------------------------------------- l_count_rate = N #-------------------------------------- # Y = convert data to log # N = raw data, NO conversion #-------------------------------------- l_log = N #-------------------------------------- # Y = convert to flux # N = NO conversion #-------------------------------------- l_flux = N #-------------------------------------- # *** NOTE *** # This option for the Long Term Trending # plots is ONLY available for the Tokar # plots generated on a SPIN basis. These # bars are NOT the equivalent to the power # supply bars (commanded voltage level bars) # seen on the spectrograms. # # Y = to display an average spin rate # above the tokar plot # N = do not display an average spin # rate bar above the tokar plot #-------------------------------------- l_pwrsup_bars = N #-------------------------------------- # T = date, yy/mm/dd # D = day of year #-------------------------------------- l_Xaxis_Label = D #-------------------------------------- # Y = turns the yy/mm/dd label on # regardless of what l_Xaxis_Label # is set to # N = no yy/mm/dd labelling on X-axis #-------------------------------------- l_Xaxis_ymd_label = N #-------------------------------------- # Y = Display LTT as a Tokar Display # N = Display LTT as a regular line plot #-------------------------------------- TokarDisplay = N #-------------------------------------- # Y-axis for tokar plots are: # H = tokar plots on an hourly basis # S = tokar plots on a spin basis #-------------------------------------- tokar_y_func = H #-------------------------------------- # Y = apply background correction to data # N = do not apply background correction #-------------------------------------- background_correction = N #-------------------------------------- # 0-44, begin and end azimuthal range #-------------------------------------- azimuthal_begin = 0 azimuthal_end = 44 azimuthal_threshold = 0 #-------------------------------------- # 0-11, begin and end polar range # 0-11, polar sector search within # this threshold, i.e. # threshold = 2, search within 2 # sectors of selected begin and end # polar bins #-------------------------------------- polar_begin = 0 polar_end = 11 polar_threshold = 0 #-------------------------------------- # 0-2, begin and end energy range # 0-2, energy sector search within # this threshold, i.e. # threshold = 2, search within 2 # sectors of selected begin and end # energy bins #-------------------------------------- energy_begin = 0 energy_end = 2 #-------------------------------------- # H = Hydrogen counts # O = Oxygen counts # BK = Background counts #-------------------------------------- tof = H #-------------------------------------- # filter for: # A = apogee # P = perigee # = no blank after equal is no filter # if for Tokar plots, an option must # be set, else the default, apogee is # used #-------------------------------------- time_filter = A #-------------------------------------- # a number in HOURS, +/- number of hours # between apogee/perigee #-------------------------------------- time_range = 1 #-------------------------------------- # filter for : # S = Sun sectors # = (a blank) is equal to no trace filter #-------------------------------------- trace_filter = #-------------------------------------- # integer value -- valid only if # trace filter above is selected # with Sun option # +/- N sun sectors #-------------------------------------- sun_threshold = 2 #------------------------------------------------------------------------------- # LENA SCIENCE #------------------------------------------------------------------------------- #-------------------- # singles data #-------------------- #-------------------------------------- # S = plot single spins # T = sum each spin #-------------------------------------- l_singles_plot_type = S #-------------------------------------- # A = daily avg of singles data # I = integral counts of singles data #-------------------------------------- l_singles_y_axis_measurement = A #-------------------------------------- # Y = plot the singles start data # N = don't plot the singles start data #-------------------------------------- l_singles_start = N l_singles_stop = N l_singles_ratio = N #-------------------------------------- # specify the min/max Y-axis values # if blank, then using data min/max values # and on the unit conversions selected # valid for BOTH starts and stops #-------------------------------------- l_sngls_start_Y_axis_min = l_sngls_start_Y_axis_max = l_sngls_stop_Y_axis_min = l_sngls_stop_Y_axis_max = l_sngls_ratio_Y_axis_min = l_sngls_ratio_Y_axis_max = #-------------------- # binned data #-------------------- l_binned = N #-------------------- # event data #-------------------- l_event = N #-------------------- # HSKP #-------------------- l_hskp_mcp_hv_start = N l_hskp_mcp_hv_start_Y_min = 150 l_hskp_mcp_hv_start_Y_max = 200 l_hskp_mcp_hv_stop = N l_hskp_mcp_hv_stop_Y_min = 150 l_hskp_mcp_hv_stop_Y_max = 200 l_hskp_cfd_start = N l_hskp_cfd_stop = N l_hskp_temp0 = Y l_hskp_temp1 = Y