projects/maven/sep/purgatory/
mvn_sep_eflux_make_l2_cdf.pro
Routines
Routines from mvn_sep_eflux_make_l2_cdf.pro
cdf_var_att_create, fileid, varname, data, attributes=attributes, rec_novary=rec_novary, cdf_type_string=cdf_type_string
This is a wrapper routine to create CDF variables within an open CDF file.
mvn_sep_eflux_make_l2_cdf_individual, fileid, det, spec, default_atts=default_atts, escale=escale
mvn_sep_eflux_make_l2_cdf, sep_vary, sep_novary, filename=filename, pathformat=pathformat, rootdir=rootdir, get_filename=get_filename, res=res
PROCEDURE: MVN_SEP_EFLUX_MAKE_L2_CDFPURPOSE: Routine to produce deconvoluted energetic electron and ion fluxesAUTHOR: Robert Lillis (rlillis@ssl.Berkeley.edu) and D.
Routine details
top source cdf_var_att_create
cdf_var_att_create, fileid, varname, data, attributes=attributes, rec_novary=rec_novary, cdf_type_string=cdf_type_string
This is a wrapper routine to create CDF variables within an open CDF file. usage: CDF_VAR_ATT_CREATE,fileid,'RandomVariable',randomn(seed,3,1000),attributes = atts Attributes are contained in a structure and should have already been created.
Parameters
- fileid
- varname
- data
Keywords
- attributes
- rec_novary
- cdf_type_string
top source mvn_sep_eflux_make_l2_cdf_individual
mvn_sep_eflux_make_l2_cdf_individual, fileid, det, spec, default_atts=default_atts, escale=escale
Parameters
- fileid
- det
- spec
Keywords
- default_atts
- escale
top source mvn_sep_eflux_make_l2_cdf
mvn_sep_eflux_make_l2_cdf, sep_vary, sep_novary, filename=filename, pathformat=pathformat, rootdir=rootdir, get_filename=get_filename, res=res
PROCEDURE: MVN_SEP_EFLUX_MAKE_L2_CDF PURPOSE: Routine to produce deconvoluted energetic electron and ion fluxes AUTHOR: Robert Lillis (rlillis@ssl.Berkeley.edu) and D. Larson CALLING SEQUENCE: MVN_SEP_EFLUX_MAKE_L2_CDF, FILENAME=FILENAME KEYWORDS: FILE: Output file name 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, 2 = 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
- filename
- pathformat
- rootdir
- get_filename
- res
File attributes
Modification date: | Tue Dec 2 03:42:59 2014 |
Lines: | 372 |