SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
s3_mpha.h
Go to the documentation of this file.
1 /* $Id: s3_mpha.h,v 1.2 1997/05/06 19:11:02 jeff Exp $ */
2 #include "hdfi.h"
3 
4 #define SWIMS_PHA_CYCLEN 99
5 #define SWIMS_PHA_CYCPERSR 60
6 
7 struct mpha {
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 
20 
21 
22 };
uint16 stamp[SWIMS_PHA_CYCLEN][SWIMS_PHA_CYCPERSR]
Definition: s3_mpha.h:16
uint16 tof[SWIMS_PHA_CYCLEN][SWIMS_PHA_CYCPERSR]
Definition: s3_mpha.h:19
#define SWIMS_PHA_CYCPERSR
Definition: s3_mpha.h:5
uint8 sector[SWIMS_PHA_CYCLEN][SWIMS_PHA_CYCPERSR]
Definition: s3_mpha.h:15
#define SWIMS_PHA_CYCLEN
Definition: s3_mpha.h:4
Definition: s3_mpha.h:7
uint32 QAC
Definition: s3_mpha.h:10
uint8 concat
Definition: s3_mpha.h:11
uint32 elements
Definition: s3_mpha.h:12
uint16 stopk2[SWIMS_PHA_CYCLEN][SWIMS_PHA_CYCPERSR]
Definition: s3_mpha.h:18
uint32 sctime_readout
Definition: s3_mpha.h:8
uint32 sctime_collection
Definition: s3_mpha.h:9
uint16 stopk1[SWIMS_PHA_CYCLEN][SWIMS_PHA_CYCPERSR]
Definition: s3_mpha.h:17
uint8 range[SWIMS_PHA_CYCLEN][SWIMS_PHA_CYCPERSR]
Definition: s3_mpha.h:14