Directory: projects/maven/quicklook/
Contents
.pro files
- jmm_test_overplot.pro
- muser_mvn_overplot.pro
- mvn_gen_multipngplot.pro
NAME: mvn_gen_multipng_plotPURPOSE: Creates full day, 6 hour and 2 hour png files for data for a given day, Note that the data must have already been plotted for this routine to work properly.
- mvn_gen_overplot.pro
NAME: mvn_gen_overplotPURPOSE: MAVEN PFP GEN Quicklook PlotCALLING SEQUENCE: mvn_gen_overplot, date = date, time_range = time_range, $ makepng=makepng, device = device, directory = pdir, $ l0_input_file = l0_input_file, multipngplot = multipngplot, $ _extra=_extraINPUT: No explicit input, everthing is via keyword.
- mvn_l0_db2file.pro
NAME: mvn_l0_db2filePURPOSE: Given a date and/or a time range, find the appropriate l0 fileCALLING SEQUENCE: filex = mvn_l0_db2file(date)INPUT: date = the dateOUTPUT: filex = the filenameKEYWORDS: l0_file_type = ['all', 'arc', 'svy'], the default is 'all' l0_file_path = if set, use this for the full-path to the l0 file, which seems to be in flux.
- mvn_load_all_qlook.pro
NAME: mvn_load_all_qlookPURPOSE: Loads all of the data needed to do ALL of the qlook plots, this is done to avoid multiple data loads in mvn_over shell, the individual plot routines can then be called with a /noload_data option.
- mvn_lpw_overplot.pro
NAME: mvn_lpw_overplotPURPOSE: MAVEN PFP LPW Quicklook PlotCALLING SEQUENCE: mvn_lpw_overplot, date = date, time_range = time_range, $ makepng=makepng, device = device, directory = pdir, $ l0_input_file = l0_input_file, noload_data = noload_data, $ _extra=_extraINPUT: No explicit input, everthing is via keyword.
- mvn_mag_overplot.pro
NAME: mvn_mag_overplotPURPOSE: MAVEN PFP MAG Quicklook PlotCALLING SEQUENCE: mvn_mag_overplot, date = date, time_range = time_range, $ makepng=makepng, device = device, directory = pdir, $ l0_input_file = l0_input_file, noload_data = noload_data, $ _extra=_extraINPUT: No explicit input, everthing is via keyword.
- mvn_ngi_read_csv.pro
NAME: mvn_ngi_read_csvPURPOSE: Reads an NGIMS csv fileCALLING SEQUENCE: p = mvn_ngi_read_csv(filename)INPUT: filename = the input file name, full path.
- mvn_over_shell.pro
NAME: mvn_over_shellPURPOSE: Top shell for production of MAVEN PFP overview plotsCALLING SEQUENCE: mvn_over_shell, date = date, $ num_days = num_days, $ reprocess = reprocess, $ instr_to_process = instr_to_process, $ start_date=start_date, end_date=end_dateINPUT: All via keywordOUTPUT: No explicit outputs, just plotsKEYWORDS: date = start date for process, default is today num_days = number of days to process, default is 1 instr_to_process = which instruments, or plopt types, currently one of: ['over', 'lpw', 'mag', 'sep', 'sta', 'swe', 'swia'] plot_dir = the output directory.
- mvn_qlook_filename.pro
NAME: mvn_qlook_filenamePURPOSE: Create s filename for a qlook plotCALLING SEQUENCE: filename = mvn_qlook_filename(intstrument, time_range, $ date_only = date_only)INPUT: instrument = a string for the instrument, e.g., 'swia', 'swea', etc...
- mvn_qlook_init.pro
NAME: mvn_qlook_initPURPOSE: Initialization for MAVEN qlook plottingCALLING SEQUENCE: mvn_qlook_init, device = deviceINPUT: noneOUTPUT: noneKEYWORDS: device = a device for set_plot, the default is to use the current setting, for cron jobs, device = 'z' is recommended.
- mvn_qlook_vcheck.pro
NAME: mvn_qlook_vcheckPURPOSE: CHecks to see if data exists for a list of variables.
- mvn_sep_overplot.pro
NAME: mvn_sep_overplotPURPOSE: MAVEN PFP SEP Quicklook PlotCALLING SEQUENCE: mvn_sep_overplot, date = date, time_range = time_range, $ makepng=makepng, device = device, directory = pdir, $ l0_input_file = l0_input_file, , noload_data = noload_data, $ _extra=_extraINPUT: No explicit input, everthing is via keyword.
- mvn_sta_overplot.pro
NAME: mvn_sta_overplotPURPOSE: MAVEN PFP STA Quicklook PlotCALLING SEQUENCE: mvn_sta_overplot, date = date, time_range = time_range, $ makepng=makepng, device = device, directory = pdir, $ l0_input_file = l0_input_file, noload_data = noload_data, $ _extra=_extraINPUT: No explicit input, everthing is via keyword.
- mvn_swe_overplot.pro
NAME: mvn_swe_overplotPURPOSE: MAVEN PFP SWE Quicklook PlotCALLING SEQUENCE: mvn_swe_overplot, date = date, time_range = time_range, $ makepng=makepng, device = device, directory = pdir, $ l0_input_file = l0_input_file, noload_data=noload_data, $ _extra=_extraINPUT: No explicit input, everthing is via keyword.
- mvn_swia_overplot.pro
NAME: mvn_swia_overplotPURPOSE: MAVEN PFP SWIA Quicklook PlotCALLING SEQUENCE: mvn_swia_overplot, date = date, time_range = time_range, $ makepng=makepng, device = device, directory = pdir, $ l0_input_file = l0_input_file, noload_data=noload_data,$ _extra=_extraINPUT: No explicit input, everthing is via keyword.
- test_mvn_overplot.pro
- test_mvn_overplot_cdc.pro