#------------------------------------------------------------------------------- # LenaPlot Setup File # # Description: Generate the state table text dumps. #------------------------------------------------------------------------------- # # Generated on: Fri Oct 15 13:25:08 EDT 1999 # #------------------------------- # 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|04|03 l_start_time = 00:00:00 l_stop_date = 2003|04|03 l_stop_time = 23:59:59 #-------------------------------------- # data source location #-------------------------------------- l_data_src = ./ #-------------------------------------- # directory to write output products 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_zsb = image data # l_zse = event data # l_per = perigee plots # l_apo = apogee plots # l_stab= state table log # l_mspec = mass spectrum # l_hob = hydrogen, oxygen, background #-------------------------------------- l_data_type = l_stab #-------------------------------------- # 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 # N = no movie #-------------------------------------- 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 #-------------------------------------- # Y = draw markers to indicate earth # size # N = don't draw earth size #-------------------------------------- l_earth_markers = N #-------------------------------------- # E = spin angle zero is the earth # S = spin angle zero is the sun # M = spin angle zero is the moon #-------------------------------------- l_angle_zero = E #------------------------------------------------------------------------------- # LENA SCIENCE #------------------------------------------------------------------------------- #-------------------- # housekeeping data #-------------------- #----------------------------------- # flight software version number #----------------------------------- sw_version = Y #----------------------------------- # ROI 0-3 packet status #----------------------------------- sci_roi0_packet_status = Y sci_roi1_packet_status = Y sci_roi2_packet_status = Y sci_roi3_packet_status = Y #----------------------------------- # Mass 1 definitions #----------------------------------- tof_bin1_start = Y tof_bin1_stop = Y #----------------------------------- # Mass 2 definitions #----------------------------------- tof_bin2_start = Y tof_bin2_stop = Y #----------------------------------- # Start CFD Level #----------------------------------- tof_start_cfd_level = Y #----------------------------------- # Stop CFD Level #----------------------------------- tof_stop_cfd_level = Y #----------------------------------- # MCP start supply level #----------------------------------- hvps_mcp_start_cmd = Y #----------------------------------- # MCP stop supply level #----------------------------------- hvps_mcp_stop_cmd = Y #----------------------------------- # Collimator positive level #----------------------------------- hvps_collp_cmd = Y #----------------------------------- # Collimator negative level #----------------------------------- hvps_colln_cmd = Y #----------------------------------- # Optics evel #----------------------------------- hvps_optics_cmd = Y #----------------------------------- # Steering controller level #----------------------------------- hvps_optics_steerring_cmd = Y