Documentation for /home/davin/idl/socware/

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

projects/maven/sep/

mvn_sep_make_l2_cdf.pro


Routines

top source mvn_sep_make_l2_cdf

mvn_sep_make_l2_cdf, sep_vary, sep_novary, global_attribute_names=global_attribute_names, global_attribute_values=global_attribute_values, rawdat_sep1=rawdat_sep1, rawdat_sep2=rawdat_sep2, bmaps=bmaps, file=file, archive=archive, data_version=data_version

PROCEDURE: MVN_SEP_MAKE_L2_CDF PURPOSE: Routine to produce deconvoluted energetic electron and ion spectra AUTHOR: Robert Lillis (rlillis@ssl.Berkeley.edu) Modified by D. Larson CALLING SEQUENCE: MVN_SEP_MAKE_L2_CDF, FILE=FILE, /ARCHIVE, DATA_VERSION = DATA_VERSION KEYWORDS: FILE: Output file name ARCHIVE: If set, produce a file with archive data rather than survey (default) DATA_VERSION: Data version to put in file (default = '1') this function assumes the existence of 2 structures: "sep_vary" and "sep_novary" sep_novary should have the following tags: 1) ion_energy - an array of 16 (TBR) ion energies 2) electron_energy -an array of 8 (TBR) electron energies sep_vary should be an array of structures and have the following tags: 1) time_UNIX 2) time_MET 3) Delta_t - the number of 1-second accumulations per spectrum 4) Atten_State - 1 = open, 0 = closed 5) Electron_Energy_Flux - 16 x 4-element array differential energy flux of ions in each look direction 6) Ion_Energy_Flux - 8 x 4-element array differential energy flux of electrons in each look direction 7) Look_Directions - 4 x 3-element array of unit vectors of each of the four FOVs in Mars-solar-orbital coordinates.

Parameters

sep_vary
sep_novary

Keywords

global_attribute_names
global_attribute_values
rawdat_sep1
rawdat_sep2
bmaps
file
archive
data_version

File attributes

Modification date: Tue Dec 2 03:43:00 2014
Lines: 261