#------------------------------------------------------------------------------- # LenaPlot Setup File # # Description: Generate the HSKP monitor level power supply text dumps. #------------------------------------------------------------------------------- # # 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 #-------------------------------------- l_start_date = 2000|08|20 l_start_time = 00:00:00 l_stop_date = 2000|08|20 l_stop_time = 23:59:59 #-------------------------------------- # the source directory to the data #-------------------------------------- l_data_src = /export/home/elee/lena/udf/udf_dlm/T/src #-------------------------------------- # location to store plots generated #-------------------------------------- l_prod_dst = /export/home/elee/lena/udf/udf_dlm/T/src #-------------------------------------- # 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 sectores #-------------------------------------- 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_mspec = mass spectrum # l_hob = hydrogen, oxygen, background # l_psm = power supply monitor levels #-------------------------------------- l_data_type = l_psm #-------------------------------------- # 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 = #-------------------------------------- # Color tables: # 1 = blue,cyan,green, yellow, red # 2 = blue,purple,red, orange, yellow # 3 = black and white # 4 = black + rainbow #-------------------------------------- l_color_tbl = 1 #-------------------------------------- # 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 #-------------------------------------- l_color_min = -1 l_color_max = 4 #-------------------------------------- # E = spin angle zero is the earth # S = spin angle zero is the sun #-------------------------------------- l_angle_zero = E #-------------------------------------- # Y = draw earth markers #-------------------------------------- l_earth_markers = Y #-------------------------------------- # Y = display power supply bars on plot # N = do not display power supply bars # on plot #-------------------------------------- l_pwrsup_bars = N #------------------------------------------------------------------------------- # LENA SCIENCE #------------------------------------------------------------------------------- #-------------------------- # binned/coincidences data #-------------------------- #-------------------------------------- # Y = would like the coincidence plot # generated # N = no coincidence plot #-------------------------------------- l_coinc = Y #-------------------------------------- # if l_sep_plot_scale is set to Y # the coincidence plot will be set to # use the specified min/max color range # min/max = log values #-------------------------------------- l_coinc_color_min = -1 l_coinc_color_max = 2 #-------------------- # singles data #-------------------- #-------------------------------------- # S = plot single spins # T = sum each spin #-------------------------------------- l_singles_plot_type = S #-------------------------------------- # Y = plot the singles start data # N = don't plot the singles start data #-------------------------------------- l_singles_start = Y #-------------------------------------- # if l_sep_plot_scale is Y, then the # singles start plot will be set to # use the specified min/max color range # min/max = log values #-------------------------------------- l_singles_start_color_min = 0 l_singles_start_color_max = 4 #-------------------------------------- # Y = plot the singles stop data # N = don't plot the singles stop data #-------------------------------------- l_singles_stop = Y #-------------------------------------- # if l_sep_plot_scale is Y then the # singles stop plot will be set to # use the specified min/max color range # min/max = log values #-------------------------------------- l_singles_stop_color_min = 0 l_singles_stop_color_max = 4