SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
uleis_br_db.h
Go to the documentation of this file.
1 /* $Id: uleis_br_db.h,v 1.2 1998/12/09 00:30:48 steves Exp $ */
2 /* The variables and arrays below are assigned values from the files */
3 /* in the ~asc/aceprog/uleis_br_db directory */
4 
5 #include "hdfi.h"
6 
7 struct UleisDB
8 {
9  float64 begin_time_in_sec; /* seconds since Jan 1 1970 */
10  float64 end_time_in_sec; /* seconds since Jan 1 1970 */
11 
12 /*H,H, 3He, 4He,4He, O,O, Fe,Fe by Rate_assignment, Detectors, Efficiency(Avg)*/
13  float64 species[9][3];
14 
15 /*ULEIS Detector Geometry Factors vs. Iris settings (i.e. motor position)*/
16 /* D1, D2, D3, D4, D5, D6, D7 by Iris settings of: 100%, 25%, 6%, 1% */
17  float64 detector[7][4];
18 
19 };
float64 end_time_in_sec
Definition: uleis_br_db.h:10
float64 begin_time_in_sec
Definition: uleis_br_db.h:9
Definition: uleis_br_db.h:7
float64 species[9][3]
Definition: uleis_br_db.h:13
float64 detector[7][4]
Definition: uleis_br_db.h:17