SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
swepam_dstea.h
Go to the documentation of this file.
1 /* $Id: swepam_dstea.h,v 1.1 1997/06/20 18:05:42 jeff Exp $ */
2 #include "hdfi.h"
3 
4 #define SWEPAM_DSTEA_specseg 5 /* spectral segment index, approx = spins */
5 #define SWEPAM_DSTEA_phi 60 /* "Spin" sector index */
6 #define SWEPAM_DSTEA_energy 2 /* Energy sample index withn a spin sector */
7 #define SWEPAM_DSTEA_otheta 7 /* Polar angle indx.oddphi.0=CEM1,..,6=CEM7*/
8 #define SWEPAM_DSTEA_etheta 5 /* Polar angle indx.evenphi.0=CEM1,..,6=CEM7*/
9 
10 struct DSTEA /* swepam-e data set from Supra thermal angle scan mode */
11 {
12  uint32 output_sctime; /* time for beginning of data output cycle */
13  uint32 collect_sctime; /* time for beginning of data collection */
14  uint8 QAC; /* number of bad frames in this cycle */
15 
16  /* Data set header- Philim and Lmx not used in DSTEA mode */
17  uint8 PhiLim; /* Decompressed phil limit. (55-61) */
18  uint8 DQAlarm; /* Data Quality alarm. 0/1 = OK/suspect data */
19  uint8 CEMLev; /* CEM bias level. 0-15 */
20  uint8 Lmx; /* set to 255=invalid*/
21 
22  /* count array - compressed count "pixels" */
23  /* even phi values have 0 fill in elements 0&6 (CEM1&CEM7) */
25 };
uint8 DQAlarm
Definition: swepam_dstea.h:18
uint32 collect_sctime
Definition: swepam_dstea.h:13
uint8 CEMLev
Definition: swepam_dstea.h:19
uint8 PhiLim
Definition: swepam_dstea.h:17
#define SWEPAM_DSTEA_phi
Definition: swepam_dstea.h:5
uint32 output_sctime
Definition: swepam_dstea.h:12
#define SWEPAM_DSTEA_specseg
Definition: swepam_dstea.h:4
uint8 QAC
Definition: swepam_dstea.h:14
#define SWEPAM_DSTEA_energy
Definition: swepam_dstea.h:6
uint8 COUNT[SWEPAM_DSTEA_specseg][SWEPAM_DSTEA_phi][SWEPAM_DSTEA_energy][SWEPAM_DSTEA_otheta]
Definition: swepam_dstea.h:24
uint8 Lmx
Definition: swepam_dstea.h:20
#define SWEPAM_DSTEA_otheta
Definition: swepam_dstea.h:7
Definition: swepam_dstea.h:10