SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
swepam_dsti2.h
Go to the documentation of this file.
1 /* $Id: swepam_dsti2.h,v 1.1 1997/06/20 18:04:04 jeff Exp $ */
2 #include "hdfi.h"
3 
4 #define SWEPAM_DSTI2_specseg 5 /* spectral segment index. approx = spins */
5 #define SWEPAM_DSTI2_phi 6 /* "Spin" sector index */
6 #define SWEPAM_DSTI2_energy 4 /* Energy sample index withing a spin sector */
7 #define SWEPAM_DSTI2_theta 4 /* Polar angle index. 0=CEM13, .. ,3=CEM16 */
8 
9 struct DSTI2 /* SWEPAM-I Supra thermal data sets from Search STI 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 headers */
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 };
#define SWEPAM_DSTI2_energy
Definition: swepam_dsti2.h:6
uint8 Lmx
Definition: swepam_dsti2.h:19
uint8 PhiLim
Definition: swepam_dsti2.h:16
#define SWEPAM_DSTI2_theta
Definition: swepam_dsti2.h:7
uint8 RLmxs[5]
Definition: swepam_dsti2.h:23
#define SWEPAM_DSTI2_phi
Definition: swepam_dsti2.h:5
uint8 CEMLev
Definition: swepam_dsti2.h:18
uint32 output_sctime
Definition: swepam_dsti2.h:11
Definition: swepam_dsti2.h:9
uint8 PhiLmxs[5]
Definition: swepam_dsti2.h:25
uint8 QAC
Definition: swepam_dsti2.h:13
uint8 DQAlarm
Definition: swepam_dsti2.h:17
#define SWEPAM_DSTI2_specseg
Definition: swepam_dsti2.h:4
uint8 COUNT[SWEPAM_DSTI2_specseg][SWEPAM_DSTI2_phi][SWEPAM_DSTI2_energy][SWEPAM_DSTI2_theta]
Definition: swepam_dsti2.h:28
uint32 collect_sctime
Definition: swepam_dsti2.h:12
uint8 DCLmxs[5]
Definition: swepam_dsti2.h:24