SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
s3_cpha.h
Go to the documentation of this file.
1 /* $Id: s3_cpha.h,v 1.2 1997/05/06 19:09:53 jeff Exp $ */
2 #include "hdfi.h"
3 
4 #define SWICS_PHA_CYCLEN 194
5 #define SWICS_PHA_CYCPERSR 60
6 
7 struct cpha {
8  uint32 sctime_readout; /* 32 bit spacecraft time */
9  uint32 sctime_collection; /* 32 bit spacecraft time */
10  uint32 QAC; /* number of missing frames in this SR*/
11  uint8 concat; /* is the number of mpha structs */
12  uint32 elements; /* number of pha events */
13 
18 
19 
20 };
uint32 sctime_collection
Definition: s3_cpha.h:9
uint8 concat
Definition: s3_cpha.h:11
Definition: s3_cpha.h:7
#define SWICS_PHA_CYCPERSR
Definition: s3_cpha.h:5
uint32 elements
Definition: s3_cpha.h:12
uint32 QAC
Definition: s3_cpha.h:10
uint8 sector[SWICS_PHA_CYCLEN][SWICS_PHA_CYCPERSR]
Definition: s3_cpha.h:15
#define SWICS_PHA_CYCLEN
Definition: s3_cpha.h:4
uint32 sctime_readout
Definition: s3_cpha.h:8
uint16 energy[SWICS_PHA_CYCLEN][SWICS_PHA_CYCPERSR]
Definition: s3_cpha.h:16
uint16 time[SWICS_PHA_CYCLEN][SWICS_PHA_CYCPERSR]
Definition: s3_cpha.h:17
uint8 range[SWICS_PHA_CYCLEN][SWICS_PHA_CYCPERSR]
Definition: s3_cpha.h:14