SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
swepam_dswi.h
Go to the documentation of this file.
1 /* $Id: swepam_dswi.h,v 1.1 1997/06/20 18:06:56 jeff Exp $ */
2 #include "hdfi.h"
3 
4 #define SWEPAM_DSWI_specseg 5 /* spectral segment index. approx = spins */
5 #define SWEPAM_DSWI_nphitheta 96 /*mask indes identifing spin sector phi and */
6  /* polar angle theta */
7 #define SWEPAM_DSWI_energy 8 /* Energy index */
8 
9 struct DSWI /* SWI 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; /* Current sensor limit */
17  uint8 DQAlarm; /* Data Quality alarm */
18  uint8 CEMLev; /* CEM level */
19  uint8 Lmx; /* ESA lvl with max count rate.0-199.255=invalid*/
20 
21  /* spectral segment header */
22  uint8 RLmxs[5]; /* Rel ESA lvl with max rate in Spec seg s */
23  uint8 DCLmxs[5]; /* Data Channel of Lmxs */
24  uint8 PhiLmxs[5]; /* Phi of Lmxs */
25 
26  /* count array - compressed count "pixels" */
28 };
#define SWEPAM_DSWI_nphitheta
Definition: swepam_dswi.h:5
uint8 PhiLim
Definition: swepam_dswi.h:16
uint8 COUNT[SWEPAM_DSWI_specseg][SWEPAM_DSWI_nphitheta][SWEPAM_DSWI_energy]
Definition: swepam_dswi.h:27
uint8 RLmxs[5]
Definition: swepam_dswi.h:22
Definition: swepam_dswi.h:9
uint8 Lmx
Definition: swepam_dswi.h:19
uint32 output_sctime
Definition: swepam_dswi.h:11
uint8 DCLmxs[5]
Definition: swepam_dswi.h:23
uint8 CEMLev
Definition: swepam_dswi.h:18
#define SWEPAM_DSWI_energy
Definition: swepam_dswi.h:7
uint32 collect_sctime
Definition: swepam_dswi.h:12
#define SWEPAM_DSWI_specseg
Definition: swepam_dswi.h:4
uint8 DQAlarm
Definition: swepam_dswi.h:17
uint8 PhiLmxs[5]
Definition: swepam_dswi.h:24
uint8 QAC
Definition: swepam_dswi.h:13