1Dataset {
2    Sequence {
3        String Image_Name;
4        String Date_Sampled;
5        Float64 North_Latitude;
6        Float64 South_Latitude;
7        Float64 West_Longitude;
8        Float64 East_Longitude;
9        String Version;
10        Int32 Julian_Date;
11        String PI;
12        String Algorithm_Code;
13        String Project;
14        String Comments;
15    } Abbott_Image_Data;
16    Sequence {
17        String Image_Name;
18        String Date_Sampled;
19        Float64 North_Latitude;
20        Float64 South_Latitude;
21        Float64 West_Longitude;
22        Float64 East_Longintude;
23        String Version;
24        String Satellite;
25        String Instrument;
26        String Channel;
27        String Resolution;
28        Int32 Image_Size;
29        String Image_Type;
30        Int32 Image_Bits_Per_Pixel;
31        Int32 Image_Width;
32        Int32 Image_Height;
33        Byte Image[1000];
34        Int32 Raw_Image_Size;
35        Byte Raw_Image_Data[1000];
36        Int32 Year;
37        String Month;
38        Int32 Day;
39        Int32 Hour;
40    } Sat_Images;
41    Sequence {
42        String Instrument_ID;
43        Float64 Battery;
44        Float64 Checksum;
45        Float64 Date_Age;
46        Float64 Ed490;
47        Float64 Ed490_stdev;
48        Float64 Latitude;
49        Float64 Longitude;
50        Float64 Lu412;
51        Float64 Lu412_stdev;
52        Float64 Lu443;
53        Float64 Lu443_stdev;
54        Float64 Lu490;
55        Float64 Lu490_stdev;
56        Float64 Lu510;
57        Float64 Lu510_stdev;
58        Float64 Lu555;
59        Float64 Lu555_stdev;
60        Float64 Lu670;
61        Float64 Lu670_stdev;
62        Float64 Lu683;
63        Float64 Lu683_stdev;
64        Float64 Max_Depth;
65        Float64 Night_Len;
66        Float64 Number_Samples;
67        Float64 Num_Aves;
68        Float64 Press_Volts;
69        Float64 Sea_Surface_Temperature;
70        Float64 Sub_Wait;
71        Float64 Surf_Volts;
72        Float64 Surface_Average;
73        Float64 Surface_Percent;
74        Float64 Julian_Greenwich;
75        Float64 Sun_Angle;
76        Int32 Optical_Flag;
77        Int32 Sampling_Flag;
78        Int32 Tracking_Flag;
79        Int32 Hand_Checked_Flag;
80        Float64 Julian_Local_Time;
81        String Date_Greenwich;
82        String Date_Local_Time;
83        String DateStamp;
84        String algo_code;
85        Int32 GPS_hour;
86        Float64 GPS_lat;
87        Float64 GPS_lon;
88        Float64 rel1_lat;
89        Float64 rel1_lon;
90        Float64 rel2_lat;
91        Float64 rel2_lon;
92        Int32 time_to_1st_fix;
93        Int32 message_ID;
94        Int32 max_GPS_volt;
95    } Drifters;
96    Sequence {
97        String Instrument_ID;
98        String Instrument_Type;
99        String Sensor_Platform_ID;
100        String Comment;
101    } Instrument;
102} EOSDB;
103