projects/maven/l2gen/
mvn_sta_cmn_db_l2gen.pro
Routines
top source mvn_sta_cmn_db_l2gen
mvn_sta_cmn_db_l2gen, cmn_dat, otp_struct=otp_struct, directory=directory, no_compression=no_compression, _extra=_extra
NAME: mvn_sta_cmn_db_l2gen.pro PURPOSE: turn a MAVEN STA RATES common block into a L2 CDF. CALLING SEQUENCE: mvn_sta_cmn_db_l2gen, cmn_dat INPUT: cmn_dat = a structrue with the data: PROJECT_NAME STRING 'MAVEN' SPACECRAFT STRING '0' DATA_NAME STRING 'db_1024m' APID STRING 'db' VALID INT Array[1350] QUALITY_FLAG INT Array[1350] TIME DOUBLE Array[1350] END_TIME DOUBLE Array[1350] INTEG_T DOUBLE Array[1350] MD INT Array[1350] MODE INT Array[1350] RATE INT Array[1350] SWP_IND INT Array[1350] ENERGY FLOAT Array[9, 64] TOF FLOAT Array[1024] DATA DOUBLE Array[1350, 1024] All of this has to go into the CDF, also Epoch, tt200, MET time variables; some of the names are changed to titles given in the SIS Data is changed from double to float prior to output KEYWORDS: otp_struct = this is the structure that is passed into cdf_save_vars to creat the file directory = Set this keyword to direct the output into this directory; the default is to populate the MAVEN STA database. /disks/data/maven/pfp/sta/l2 no_compression = if set, do not compress the CDF file HISTORY: 13-jun-2014, jmm, hacked from mvn_sta_cmn_l2gen.pro $LastChangedBy: jimm $ $LastChangedDate: 2014-11-10 14:01:32 -0800 (Mon, 10 Nov 2014) $ $LastChangedRevision: 16159 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/projects/maven/l2gen/mvn_sta_cmn_db_l2gen.pro $
Parameters
- cmn_dat
Keywords
- otp_struct
- directory
- no_compression
- _extra
File attributes
Modification date: | Fri Nov 21 06:43:13 2014 |
Lines: | 340 |