SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
mag_avgvec.h
Go to the documentation of this file.
1 /* $Id: mag_avgvec.h,v 1.2 1998/09/18 21:16:21 ad Exp $ */
2 #include "hdfi.h"
3 
4 #define MAGAVGDIM 3
5 
6 struct MagAvgVec
7 {
8  uint32 sctime_readout; /* 32 bit spacecraft readout time. */
9  /* scclock for first minor frame */
10  uint32 sctime_collection; /* 32 bit spacecraft collection time */
11  /* beginning of MAG data collection cycle */
12  uint32 QAC; /* number of missing minor frames in this 16-sec cycle */
13 
14  float64 b_inertial[MAGAVGDIM]; /* 16 second average mag vector in despun s/c */
15  /* inertial coordinates */
16  float64 b_sigma; /* dBrms over 16 seconds */
17 };
Definition: mag_avgvec.h:6
float64 b_sigma
Definition: mag_avgvec.h:16
uint32 sctime_readout
Definition: mag_avgvec.h:8
#define MAGAVGDIM
Definition: mag_avgvec.h:4
uint32 QAC
Definition: mag_avgvec.h:12
float64 b_inertial[MAGAVGDIM]
Definition: mag_avgvec.h:14
uint32 sctime_collection
Definition: mag_avgvec.h:10