SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
magframe_out_br.h
Go to the documentation of this file.
1 /* $Id: magframe_out_br.h,v 1.7 1998/04/16 18:32:30 ad Exp $ */
2 #include "hdfi.h"
3 
5 {
6  float64 bin_start; /* beginning of bin. # of sec since Jan 1 1996 UTC */
7  float64 bin_end; /* end of bin. # of sec since Jan 1 1996 UTC */
8 
9  float64 b_out[3];
10  float64 b_mag_av;
11  float64 b_sigma;
12  uint32 iflag_out;
13  uint8 weight;
14 };
15 
16 /*The identity of the variables is as follows: */
17 /*b_out[3] are the 3 (R,T,N) components of the output 16-second */
18 /* average of the IMF. */
19 /*b_mag_av the value of <|B|> computed over 16 seconds */
20 /*b_sigma dBrms over 16 seconds */
21 /* weight number of individual measurements in the average */
22 /*iflag_out obsolete. Now set to be same as weight */
uint32 iflag_out
Definition: magframe_out_br.h:12
float64 bin_end
Definition: magframe_out_br.h:7
float64 b_mag_av
Definition: magframe_out_br.h:10
float64 bin_start
Definition: magframe_out_br.h:6
Definition: magframe_out_br.h:4
float64 b_sigma
Definition: magframe_out_br.h:11
uint8 weight
Definition: magframe_out_br.h:13
float64 b_out[3]
Definition: magframe_out_br.h:9