SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
swepam_dsti.h
Go to the documentation of this file.
1 /* $Id: swepam_dsti.h,v 1.1 1997/06/20 18:06:21 jeff Exp $ */
2 #include "hdfi.h"
3 
4 #define SWEPAM_DSTI_specseg 5 /* spectral segment index. approx = spins */
5 #define SWEPAM_DSTI_phi 6 /* "spin" sector index */
6 #define SWEPAM_DSTI_energy 4 /* Energy sample index within a spin sector */
7 #define SWEPAM_DSTI_theta 4 /* polar angle indx.0=CEM13,1=CEM14,..,3=CEM16*/
8 
9 struct DSTI /* swepam ion Supra thermal data sets from "track" SW Ion Mode*/
10 {
11  uint32 output_sctime; /* time for beginning of data output cycle */
12  uint32 collect_sctime; /* time for beginning of data collection */
13  uint8 QAC; /* number of bad frames in this cycle */
14 
15  /* data set header */
16  uint8 PhiLim; /* Decompressed phi limit. 55-61 */
17  uint8 DQAlarm; /* Data Quality alarm. 0/1= OK/data suspect */
18  uint8 CEMLev; /* CEM bias level. 0-15 */
19  uint8 Lmx; /* ESA lvl with max count rate in previous SWI or SSTI mode*/
20  /*0-199.255=invalid*/
21 
22  /* spectral segment header */
23  uint8 RLmxs[5]; /* Rel ESA lvl with max rate in Spec seg s */
24  uint8 DCLmxs[5]; /* Data Channel of Lmxs */
25  uint8 PhiLmxs[5]; /* Phi of Lmxs */
26 
27  /* count array - compressed count "pixels" */
29 };
uint8 DQAlarm
Definition: swepam_dsti.h:17
uint32 collect_sctime
Definition: swepam_dsti.h:12
uint8 RLmxs[5]
Definition: swepam_dsti.h:23
#define SWEPAM_DSTI_specseg
Definition: swepam_dsti.h:4
uint32 output_sctime
Definition: swepam_dsti.h:11
uint8 PhiLmxs[5]
Definition: swepam_dsti.h:25
uint8 DCLmxs[5]
Definition: swepam_dsti.h:24
#define SWEPAM_DSTI_phi
Definition: swepam_dsti.h:5
#define SWEPAM_DSTI_theta
Definition: swepam_dsti.h:7
Definition: swepam_dsti.h:9
#define SWEPAM_DSTI_energy
Definition: swepam_dsti.h:6
uint8 CEMLev
Definition: swepam_dsti.h:18
uint8 COUNT[SWEPAM_DSTI_specseg][SWEPAM_DSTI_phi][SWEPAM_DSTI_energy][SWEPAM_DSTI_theta]
Definition: swepam_dsti.h:28
uint8 QAC
Definition: swepam_dsti.h:13
uint8 PhiLim
Definition: swepam_dsti.h:16
uint8 Lmx
Definition: swepam_dsti.h:19