netcdf-c/ncdap_test/expected3/EOSDB.dmp
Dennis Heimbigner dc9e31df68 Fix for github issue https://github.com/Unidata/netcdf-c/issues/310.
The problem was that for opendap, it is possible to use keywords
as identifiers
 when there is no ambiguity. However, the DAP2
parser lost the case of the identifier used the lower case version.
Fix is to use the actual text of the symbol when it is used as an identifier.
Also added a test case for this (kwcase.*).

Additionally cleaned up some misc. dap2 testing problems.
1. ncdap_test/tst_ncdap3.sh was using an empty test set.
   restored the testing of datasets.
2. as a consequence of #1, some tests needed to be updated with minor
   tweeks.
3. fix dapmerge to handle multiple DODS_EXTRAS attributes.
4. modify buildattribute to suppress nul characters and terminate
   the name at the first nul.
5. clean up various test scripts to remove residual, unused
   references to obsolete netcdf-4 translation.
6. export e.g. NCDUMP from test_common.in so that non-top-level
   shell scripts can access it.
2017-06-28 13:51:01 -06:00

1141 lines
67 KiB
Plaintext

netcdf EOSDB {
dimensions:
Abbott_Image_Data = 5 ;
Drifters = 5 ;
Instrument = 5 ;
Sat_Images = 5 ;
Sat_Images.Image_1 = 1000 ;
Sat_Images.Raw_Image_Data_1 = 1000 ;
maxStrlen64 = 64 ;
variables:
char Abbott_Image_Data.Image_Name(Abbott_Image_Data, maxStrlen64) ;
char Abbott_Image_Data.Date_Sampled(Abbott_Image_Data, maxStrlen64) ;
double Abbott_Image_Data.North_Latitude(Abbott_Image_Data) ;
double Abbott_Image_Data.South_Latitude(Abbott_Image_Data) ;
double Abbott_Image_Data.West_Longitude(Abbott_Image_Data) ;
double Abbott_Image_Data.East_Longitude(Abbott_Image_Data) ;
char Abbott_Image_Data.Version(Abbott_Image_Data, maxStrlen64) ;
int Abbott_Image_Data.Julian_Date(Abbott_Image_Data) ;
char Abbott_Image_Data.PI(Abbott_Image_Data, maxStrlen64) ;
char Abbott_Image_Data.Algorithm_Code(Abbott_Image_Data, maxStrlen64) ;
char Abbott_Image_Data.Project(Abbott_Image_Data, maxStrlen64) ;
char Abbott_Image_Data.Comments(Abbott_Image_Data, maxStrlen64) ;
char Sat_Images.Image_Name(Sat_Images, maxStrlen64) ;
char Sat_Images.Date_Sampled(Sat_Images, maxStrlen64) ;
double Sat_Images.North_Latitude(Sat_Images) ;
double Sat_Images.South_Latitude(Sat_Images) ;
double Sat_Images.West_Longitude(Sat_Images) ;
double Sat_Images.East_Longintude(Sat_Images) ;
char Sat_Images.Version(Sat_Images, maxStrlen64) ;
char Sat_Images.Satellite(Sat_Images, maxStrlen64) ;
char Sat_Images.Instrument(Sat_Images, maxStrlen64) ;
char Sat_Images.Channel(Sat_Images, maxStrlen64) ;
char Sat_Images.Resolution(Sat_Images, maxStrlen64) ;
int Sat_Images.Image_Size(Sat_Images) ;
char Sat_Images.Image_Type(Sat_Images, maxStrlen64) ;
int Sat_Images.Image_Bits_Per_Pixel(Sat_Images) ;
int Sat_Images.Image_Width(Sat_Images) ;
int Sat_Images.Image_Height(Sat_Images) ;
byte Sat_Images.Image(Sat_Images, Sat_Images.Image_1) ;
int Sat_Images.Raw_Image_Size(Sat_Images) ;
byte Sat_Images.Raw_Image_Data(Sat_Images, Sat_Images.Raw_Image_Data_1) ;
int Sat_Images.Year(Sat_Images) ;
char Sat_Images.Month(Sat_Images, maxStrlen64) ;
int Sat_Images.Day(Sat_Images) ;
int Sat_Images.Hour(Sat_Images) ;
char Drifters.Instrument_ID(Drifters, maxStrlen64) ;
double Drifters.Battery(Drifters) ;
double Drifters.Checksum(Drifters) ;
double Drifters.Date_Age(Drifters) ;
double Drifters.Ed490(Drifters) ;
double Drifters.Ed490_stdev(Drifters) ;
double Drifters.Latitude(Drifters) ;
double Drifters.Longitude(Drifters) ;
double Drifters.Lu412(Drifters) ;
double Drifters.Lu412_stdev(Drifters) ;
double Drifters.Lu443(Drifters) ;
double Drifters.Lu443_stdev(Drifters) ;
double Drifters.Lu490(Drifters) ;
double Drifters.Lu490_stdev(Drifters) ;
double Drifters.Lu510(Drifters) ;
double Drifters.Lu510_stdev(Drifters) ;
double Drifters.Lu555(Drifters) ;
double Drifters.Lu555_stdev(Drifters) ;
double Drifters.Lu670(Drifters) ;
double Drifters.Lu670_stdev(Drifters) ;
double Drifters.Lu683(Drifters) ;
double Drifters.Lu683_stdev(Drifters) ;
double Drifters.Max_Depth(Drifters) ;
double Drifters.Night_Len(Drifters) ;
double Drifters.Number_Samples(Drifters) ;
double Drifters.Num_Aves(Drifters) ;
double Drifters.Press_Volts(Drifters) ;
double Drifters.Sea_Surface_Temperature(Drifters) ;
double Drifters.Sub_Wait(Drifters) ;
double Drifters.Surf_Volts(Drifters) ;
double Drifters.Surface_Average(Drifters) ;
double Drifters.Surface_Percent(Drifters) ;
double Drifters.Julian_Greenwich(Drifters) ;
double Drifters.Sun_Angle(Drifters) ;
int Drifters.Optical_Flag(Drifters) ;
int Drifters.Sampling_Flag(Drifters) ;
int Drifters.Tracking_Flag(Drifters) ;
int Drifters.Hand_Checked_Flag(Drifters) ;
double Drifters.Julian_Local_Time(Drifters) ;
char Drifters.Date_Greenwich(Drifters, maxStrlen64) ;
char Drifters.Date_Local_Time(Drifters, maxStrlen64) ;
char Drifters.DateStamp(Drifters, maxStrlen64) ;
char Drifters.algo_code(Drifters, maxStrlen64) ;
int Drifters.GPS_hour(Drifters) ;
double Drifters.GPS_lat(Drifters) ;
double Drifters.GPS_lon(Drifters) ;
double Drifters.rel1_lat(Drifters) ;
double Drifters.rel1_lon(Drifters) ;
double Drifters.rel2_lat(Drifters) ;
double Drifters.rel2_lon(Drifters) ;
int Drifters.time_to_1st_fix(Drifters) ;
int Drifters.message_ID(Drifters) ;
int Drifters.max_GPS_volt(Drifters) ;
char Instrument.Instrument_ID(Instrument, maxStrlen64) ;
char Instrument.Instrument_Type(Instrument, maxStrlen64) ;
char Instrument.Sensor_Platform_ID(Instrument, maxStrlen64) ;
char Instrument.Comment(Instrument, maxStrlen64) ;
// global attributes:
:history = "FERRET V4.11 (debug/no GUI) 19-Nov-95FERRET V4.20 (debug/no GUI) 12-Mar-96" ;
:title = "COADS Surface Marine Observations (1854-1993)" ;
:Facility.PrincipleInvestigator = "Mark Abbott" ;
:Facility.DataCenter = "COAS Environmental Computer Facility" ;
:LON.units = "degrees_east" ;
:LON.modulo = " " ;
:LON.point_spacing = "even" ;
:LAT.units = "degrees_north" ;
:LAT.point_spacing = "even" ;
:TIME.units = "days since 1700-01-01 00:00:00" ;
:TIME.time_origin = "1-JAN-1700" ;
:TIME.point_spacing = "uneven" ;
:TIME.edges = "TIMEedges" ;
:TIMEedges.edges = " " ;
:SST.missing_value = -9.9999998e+33 ;
:SST._FillValue = -9.9999998e+33 ;
:SST.long_name = "Sea Surface Temperature" ;
:SST.history = "From all_coads_grid" ;
:SST.units = "deg C" ;
data:
Abbott_Image_Data.Image_Name =
"This is a data test string (pass 0).",
"This is a data test string (pass 7).",
"This is a data test string (pass 14).",
"This is a data test string (pass 21).",
"This is a data test string (pass 28)." ;
Abbott_Image_Data.Date_Sampled =
"This is a data test string (pass 1).",
"This is a data test string (pass 8).",
"This is a data test string (pass 15).",
"This is a data test string (pass 22).",
"This is a data test string (pass 29)." ;
Abbott_Image_Data.North_Latitude = 1000, 999.200106660978, 996.801706302619,
992.808635853866, 987.227283375627 ;
Abbott_Image_Data.South_Latitude = 999.950000416665, 998.750260394966,
995.952733011994, 991.561893714788, 985.584766909561 ;
Abbott_Image_Data.West_Longitude = 999.800006666578, 998.200539935204,
995.004165278026, 990.215996212637, 983.843692788121 ;
Abbott_Image_Data.East_Longitude = 999.550033748988, 997.55100025328,
993.956097956697, 988.771077936042, 982.00423511727 ;
Abbott_Image_Data.Version =
"This is a data test string (pass 2).",
"This is a data test string (pass 9).",
"This is a data test string (pass 16).",
"This is a data test string (pass 23).",
"This is a data test string (pass 30)." ;
Abbott_Image_Data.Julian_Date = 1, 2, 3, 5, 8 ;
Abbott_Image_Data.PI =
"This is a data test string (pass 3).",
"This is a data test string (pass 10).",
"This is a data test string (pass 17).",
"This is a data test string (pass 24).",
"This is a data test string (pass 31)." ;
Abbott_Image_Data.Algorithm_Code =
"This is a data test string (pass 4).",
"This is a data test string (pass 11).",
"This is a data test string (pass 18).",
"This is a data test string (pass 25).",
"This is a data test string (pass 32)." ;
Abbott_Image_Data.Project =
"This is a data test string (pass 5).",
"This is a data test string (pass 12).",
"This is a data test string (pass 19).",
"This is a data test string (pass 26).",
"This is a data test string (pass 33)." ;
Abbott_Image_Data.Comments =
"This is a data test string (pass 6).",
"This is a data test string (pass 13).",
"This is a data test string (pass 20).",
"This is a data test string (pass 27).",
"This is a data test string (pass 34)." ;
Sat_Images.Image_Name =
"This is a data test string (pass 35).",
"This is a data test string (pass 44).",
"This is a data test string (pass 53).",
"This is a data test string (pass 62).",
"This is a data test string (pass 71)." ;
Sat_Images.Date_Sampled =
"This is a data test string (pass 36).",
"This is a data test string (pass 45).",
"This is a data test string (pass 54).",
"This is a data test string (pass 63).",
"This is a data test string (pass 72)." ;
Sat_Images.North_Latitude = 980.066577841242, 971.33797485203,
961.055438310771, 949.235418082441, 935.896823677935 ;
Sat_Images.South_Latitude = 978.030914724148, 968.912421710645,
958.243875512697, 946.042343528387, 932.327345606034 ;
Sat_Images.West_Longitude = 975.897449330605, 966.389978134513,
955.336489125606, 942.754665528346, 928.66463557651 ;
Sat_Images.East_Longintude = 973.666395005375, 963.770896365891,
952.333569885713, 939.372712847379, 924.909059857313 ;
Sat_Images.Version =
"This is a data test string (pass 37).",
"This is a data test string (pass 46).",
"This is a data test string (pass 55).",
"This is a data test string (pass 64).",
"This is a data test string (pass 73)." ;
Sat_Images.Satellite =
"This is a data test string (pass 38).",
"This is a data test string (pass 47).",
"This is a data test string (pass 56).",
"This is a data test string (pass 65).",
"This is a data test string (pass 74)." ;
Sat_Images.Instrument =
"This is a data test string (pass 39).",
"This is a data test string (pass 48).",
"This is a data test string (pass 57).",
"This is a data test string (pass 66).",
"This is a data test string (pass 75)." ;
Sat_Images.Channel =
"This is a data test string (pass 40).",
"This is a data test string (pass 49).",
"This is a data test string (pass 58).",
"This is a data test string (pass 67).",
"This is a data test string (pass 76)." ;
Sat_Images.Resolution =
"This is a data test string (pass 41).",
"This is a data test string (pass 50).",
"This is a data test string (pass 59).",
"This is a data test string (pass 68).",
"This is a data test string (pass 77)." ;
Sat_Images.Image_Size = 13, 610, 28657, 1346269, 63245986 ;
Sat_Images.Image_Type =
"This is a data test string (pass 42).",
"This is a data test string (pass 51).",
"This is a data test string (pass 60).",
"This is a data test string (pass 69).",
"This is a data test string (pass 78)." ;
Sat_Images.Image_Bits_Per_Pixel = 21, 987, 46368, 2178309, 102334155 ;
Sat_Images.Image_Width = 34, 1597, 75025, 3524578, 165580141 ;
Sat_Images.Image_Height = 55, 2584, 121393, 5702887, 267914296 ;
Sat_Images.Image =
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56,
57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74,
75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92,
93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108,
109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122,
123, 124, 125, 126, 127, -128, -127, -126, -125, -124, -123, -122, -121,
-120, -119, -118, -117, -116, -115, -114, -113, -112, -111, -110, -109,
-108, -107, -106, -105, -104, -103, -102, -101, -100, -99, -98, -97, -96,
-95, -94, -93, -92, -91, -90, -89, -88, -87, -86, -85, -84, -83, -82,
-81, -80, -79, -78, -77, -76, -75, -74, -73, -72, -71, -70, -69, -68,
-67, -66, -65, -64, -63, -62, -61, -60, -59, -58, -57, -56, -55, -54,
-53, -52, -51, -50, -49, -48, -47, -46, -45, -44, -43, -42, -41, -40,
-39, -38, -37, -36, -35, -34, -33, -32, -31, -30, -29, -28, -27, -26,
-25, -24, -23, -22, -21, -20, -19, -18, -17, -16, -15, -14, -13, -12,
-11, -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8,
9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26,
27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44,
45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62,
63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,
81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98,
99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113,
114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127,
-128, -127, -126, -125, -124, -123, -122, -121, -120, -119, -118, -117,
-116, -115, -114, -113, -112, -111, -110, -109, -108, -107, -106, -105,
-104, -103, -102, -101, -100, -99, -98, -97, -96, -95, -94, -93, -92,
-91, -90, -89, -88, -87, -86, -85, -84, -83, -82, -81, -80, -79, -78,
-77, -76, -75, -74, -73, -72, -71, -70, -69, -68, -67, -66, -65, -64,
-63, -62, -61, -60, -59, -58, -57, -56, -55, -54, -53, -52, -51, -50,
-49, -48, -47, -46, -45, -44, -43, -42, -41, -40, -39, -38, -37, -36,
-35, -34, -33, -32, -31, -30, -29, -28, -27, -26, -25, -24, -23, -22,
-21, -20, -19, -18, -17, -16, -15, -14, -13, -12, -11, -10, -9, -8, -7,
-6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50,
51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68,
69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86,
87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103,
104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117,
118, 119, 120, 121, 122, 123, 124, 125, 126, 127, -128, -127, -126, -125,
-124, -123, -122, -121, -120, -119, -118, -117, -116, -115, -114, -113,
-112, -111, -110, -109, -108, -107, -106, -105, -104, -103, -102, -101,
-100, -99, -98, -97, -96, -95, -94, -93, -92, -91, -90, -89, -88, -87,
-86, -85, -84, -83, -82, -81, -80, -79, -78, -77, -76, -75, -74, -73,
-72, -71, -70, -69, -68, -67, -66, -65, -64, -63, -62, -61, -60, -59,
-58, -57, -56, -55, -54, -53, -52, -51, -50, -49, -48, -47, -46, -45,
-44, -43, -42, -41, -40, -39, -38, -37, -36, -35, -34, -33, -32, -31,
-30, -29, -28, -27, -26, -25, -24, -23, -22, -21, -20, -19, -18, -17,
-16, -15, -14, -13, -12, -11, -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0,
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56,
57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74,
75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92,
93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108,
109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122,
123, 124, 125, 126, 127, -128, -127, -126, -125, -124, -123, -122, -121,
-120, -119, -118, -117, -116, -115, -114, -113, -112, -111, -110, -109,
-108, -107, -106, -105, -104, -103, -102, -101, -100, -99, -98, -97, -96,
-95, -94, -93, -92, -91, -90, -89, -88, -87, -86, -85, -84, -83, -82,
-81, -80, -79, -78, -77, -76, -75, -74, -73, -72, -71, -70, -69, -68,
-67, -66, -65, -64, -63, -62, -61, -60, -59, -58, -57, -56, -55, -54,
-53, -52, -51, -50, -49, -48, -47, -46, -45, -44, -43, -42, -41, -40,
-39, -38, -37, -36, -35, -34, -33, -32, -31, -30, -29, -28, -27, -26, -25,
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56,
57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74,
75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92,
93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108,
109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122,
123, 124, 125, 126, 127, -128, -127, -126, -125, -124, -123, -122, -121,
-120, -119, -118, -117, -116, -115, -114, -113, -112, -111, -110, -109,
-108, -107, -106, -105, -104, -103, -102, -101, -100, -99, -98, -97, -96,
-95, -94, -93, -92, -91, -90, -89, -88, -87, -86, -85, -84, -83, -82,
-81, -80, -79, -78, -77, -76, -75, -74, -73, -72, -71, -70, -69, -68,
-67, -66, -65, -64, -63, -62, -61, -60, -59, -58, -57, -56, -55, -54,
-53, -52, -51, -50, -49, -48, -47, -46, -45, -44, -43, -42, -41, -40,
-39, -38, -37, -36, -35, -34, -33, -32, -31, -30, -29, -28, -27, -26,
-25, -24, -23, -22, -21, -20, -19, -18, -17, -16, -15, -14, -13, -12,
-11, -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8,
9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26,
27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44,
45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62,
63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,
81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98,
99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113,
114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127,
-128, -127, -126, -125, -124, -123, -122, -121, -120, -119, -118, -117,
-116, -115, -114, -113, -112, -111, -110, -109, -108, -107, -106, -105,
-104, -103, -102, -101, -100, -99, -98, -97, -96, -95, -94, -93, -92,
-91, -90, -89, -88, -87, -86, -85, -84, -83, -82, -81, -80, -79, -78,
-77, -76, -75, -74, -73, -72, -71, -70, -69, -68, -67, -66, -65, -64,
-63, -62, -61, -60, -59, -58, -57, -56, -55, -54, -53, -52, -51, -50,
-49, -48, -47, -46, -45, -44, -43, -42, -41, -40, -39, -38, -37, -36,
-35, -34, -33, -32, -31, -30, -29, -28, -27, -26, -25, -24, -23, -22,
-21, -20, -19, -18, -17, -16, -15, -14, -13, -12, -11, -10, -9, -8, -7,
-6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50,
51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68,
69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86,
87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103,
104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117,
118, 119, 120, 121, 122, 123, 124, 125, 126, 127, -128, -127, -126, -125,
-124, -123, -122, -121, -120, -119, -118, -117, -116, -115, -114, -113,
-112, -111, -110, -109, -108, -107, -106, -105, -104, -103, -102, -101,
-100, -99, -98, -97, -96, -95, -94, -93, -92, -91, -90, -89, -88, -87,
-86, -85, -84, -83, -82, -81, -80, -79, -78, -77, -76, -75, -74, -73,
-72, -71, -70, -69, -68, -67, -66, -65, -64, -63, -62, -61, -60, -59,
-58, -57, -56, -55, -54, -53, -52, -51, -50, -49, -48, -47, -46, -45,
-44, -43, -42, -41, -40, -39, -38, -37, -36, -35, -34, -33, -32, -31,
-30, -29, -28, -27, -26, -25, -24, -23, -22, -21, -20, -19, -18, -17,
-16, -15, -14, -13, -12, -11, -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0,
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56,
57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74,
75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92,
93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108,
109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122,
123, 124, 125, 126, 127, -128, -127, -126, -125, -124, -123, -122, -121,
-120, -119, -118, -117, -116, -115, -114, -113, -112, -111, -110, -109,
-108, -107, -106, -105, -104, -103, -102, -101, -100, -99, -98, -97, -96,
-95, -94, -93, -92, -91, -90, -89, -88, -87, -86, -85, -84, -83, -82,
-81, -80, -79, -78, -77, -76, -75, -74, -73, -72, -71, -70, -69, -68,
-67, -66, -65, -64, -63, -62, -61, -60, -59, -58, -57, -56, -55, -54,
-53, -52, -51, -50, -49, -48, -47, -46, -45, -44, -43, -42, -41, -40,
-39, -38, -37, -36, -35, -34, -33, -32, -31, -30, -29, -28, -27, -26, -25,
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56,
57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74,
75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92,
93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108,
109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122,
123, 124, 125, 126, 127, -128, -127, -126, -125, -124, -123, -122, -121,
-120, -119, -118, -117, -116, -115, -114, -113, -112, -111, -110, -109,
-108, -107, -106, -105, -104, -103, -102, -101, -100, -99, -98, -97, -96,
-95, -94, -93, -92, -91, -90, -89, -88, -87, -86, -85, -84, -83, -82,
-81, -80, -79, -78, -77, -76, -75, -74, -73, -72, -71, -70, -69, -68,
-67, -66, -65, -64, -63, -62, -61, -60, -59, -58, -57, -56, -55, -54,
-53, -52, -51, -50, -49, -48, -47, -46, -45, -44, -43, -42, -41, -40,
-39, -38, -37, -36, -35, -34, -33, -32, -31, -30, -29, -28, -27, -26,
-25, -24, -23, -22, -21, -20, -19, -18, -17, -16, -15, -14, -13, -12,
-11, -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8,
9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26,
27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44,
45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62,
63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,
81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98,
99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113,
114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127,
-128, -127, -126, -125, -124, -123, -122, -121, -120, -119, -118, -117,
-116, -115, -114, -113, -112, -111, -110, -109, -108, -107, -106, -105,
-104, -103, -102, -101, -100, -99, -98, -97, -96, -95, -94, -93, -92,
-91, -90, -89, -88, -87, -86, -85, -84, -83, -82, -81, -80, -79, -78,
-77, -76, -75, -74, -73, -72, -71, -70, -69, -68, -67, -66, -65, -64,
-63, -62, -61, -60, -59, -58, -57, -56, -55, -54, -53, -52, -51, -50,
-49, -48, -47, -46, -45, -44, -43, -42, -41, -40, -39, -38, -37, -36,
-35, -34, -33, -32, -31, -30, -29, -28, -27, -26, -25, -24, -23, -22,
-21, -20, -19, -18, -17, -16, -15, -14, -13, -12, -11, -10, -9, -8, -7,
-6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50,
51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68,
69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86,
87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103,
104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117,
118, 119, 120, 121, 122, 123, 124, 125, 126, 127, -128, -127, -126, -125,
-124, -123, -122, -121, -120, -119, -118, -117, -116, -115, -114, -113,
-112, -111, -110, -109, -108, -107, -106, -105, -104, -103, -102, -101,
-100, -99, -98, -97, -96, -95, -94, -93, -92, -91, -90, -89, -88, -87,
-86, -85, -84, -83, -82, -81, -80, -79, -78, -77, -76, -75, -74, -73,
-72, -71, -70, -69, -68, -67, -66, -65, -64, -63, -62, -61, -60, -59,
-58, -57, -56, -55, -54, -53, -52, -51, -50, -49, -48, -47, -46, -45,
-44, -43, -42, -41, -40, -39, -38, -37, -36, -35, -34, -33, -32, -31,
-30, -29, -28, -27, -26, -25, -24, -23, -22, -21, -20, -19, -18, -17,
-16, -15, -14, -13, -12, -11, -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0,
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56,
57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74,
75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92,
93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108,
109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122,
123, 124, 125, 126, 127, -128, -127, -126, -125, -124, -123, -122, -121,
-120, -119, -118, -117, -116, -115, -114, -113, -112, -111, -110, -109,
-108, -107, -106, -105, -104, -103, -102, -101, -100, -99, -98, -97, -96,
-95, -94, -93, -92, -91, -90, -89, -88, -87, -86, -85, -84, -83, -82,
-81, -80, -79, -78, -77, -76, -75, -74, -73, -72, -71, -70, -69, -68,
-67, -66, -65, -64, -63, -62, -61, -60, -59, -58, -57, -56, -55, -54,
-53, -52, -51, -50, -49, -48, -47, -46, -45, -44, -43, -42, -41, -40,
-39, -38, -37, -36, -35, -34, -33, -32, -31, -30, -29, -28, -27, -26, -25,
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56,
57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74,
75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92,
93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108,
109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122,
123, 124, 125, 126, 127, -128, -127, -126, -125, -124, -123, -122, -121,
-120, -119, -118, -117, -116, -115, -114, -113, -112, -111, -110, -109,
-108, -107, -106, -105, -104, -103, -102, -101, -100, -99, -98, -97, -96,
-95, -94, -93, -92, -91, -90, -89, -88, -87, -86, -85, -84, -83, -82,
-81, -80, -79, -78, -77, -76, -75, -74, -73, -72, -71, -70, -69, -68,
-67, -66, -65, -64, -63, -62, -61, -60, -59, -58, -57, -56, -55, -54,
-53, -52, -51, -50, -49, -48, -47, -46, -45, -44, -43, -42, -41, -40,
-39, -38, -37, -36, -35, -34, -33, -32, -31, -30, -29, -28, -27, -26,
-25, -24, -23, -22, -21, -20, -19, -18, -17, -16, -15, -14, -13, -12,
-11, -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8,
9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26,
27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44,
45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62,
63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,
81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98,
99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113,
114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127,
-128, -127, -126, -125, -124, -123, -122, -121, -120, -119, -118, -117,
-116, -115, -114, -113, -112, -111, -110, -109, -108, -107, -106, -105,
-104, -103, -102, -101, -100, -99, -98, -97, -96, -95, -94, -93, -92,
-91, -90, -89, -88, -87, -86, -85, -84, -83, -82, -81, -80, -79, -78,
-77, -76, -75, -74, -73, -72, -71, -70, -69, -68, -67, -66, -65, -64,
-63, -62, -61, -60, -59, -58, -57, -56, -55, -54, -53, -52, -51, -50,
-49, -48, -47, -46, -45, -44, -43, -42, -41, -40, -39, -38, -37, -36,
-35, -34, -33, -32, -31, -30, -29, -28, -27, -26, -25, -24, -23, -22,
-21, -20, -19, -18, -17, -16, -15, -14, -13, -12, -11, -10, -9, -8, -7,
-6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50,
51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68,
69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86,
87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103,
104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117,
118, 119, 120, 121, 122, 123, 124, 125, 126, 127, -128, -127, -126, -125,
-124, -123, -122, -121, -120, -119, -118, -117, -116, -115, -114, -113,
-112, -111, -110, -109, -108, -107, -106, -105, -104, -103, -102, -101,
-100, -99, -98, -97, -96, -95, -94, -93, -92, -91, -90, -89, -88, -87,
-86, -85, -84, -83, -82, -81, -80, -79, -78, -77, -76, -75, -74, -73,
-72, -71, -70, -69, -68, -67, -66, -65, -64, -63, -62, -61, -60, -59,
-58, -57, -56, -55, -54, -53, -52, -51, -50, -49, -48, -47, -46, -45,
-44, -43, -42, -41, -40, -39, -38, -37, -36, -35, -34, -33, -32, -31,
-30, -29, -28, -27, -26, -25, -24, -23, -22, -21, -20, -19, -18, -17,
-16, -15, -14, -13, -12, -11, -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0,
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56,
57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74,
75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92,
93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108,
109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122,
123, 124, 125, 126, 127, -128, -127, -126, -125, -124, -123, -122, -121,
-120, -119, -118, -117, -116, -115, -114, -113, -112, -111, -110, -109,
-108, -107, -106, -105, -104, -103, -102, -101, -100, -99, -98, -97, -96,
-95, -94, -93, -92, -91, -90, -89, -88, -87, -86, -85, -84, -83, -82,
-81, -80, -79, -78, -77, -76, -75, -74, -73, -72, -71, -70, -69, -68,
-67, -66, -65, -64, -63, -62, -61, -60, -59, -58, -57, -56, -55, -54,
-53, -52, -51, -50, -49, -48, -47, -46, -45, -44, -43, -42, -41, -40,
-39, -38, -37, -36, -35, -34, -33, -32, -31, -30, -29, -28, -27, -26, -25,
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56,
57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74,
75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92,
93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108,
109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122,
123, 124, 125, 126, 127, -128, -127, -126, -125, -124, -123, -122, -121,
-120, -119, -118, -117, -116, -115, -114, -113, -112, -111, -110, -109,
-108, -107, -106, -105, -104, -103, -102, -101, -100, -99, -98, -97, -96,
-95, -94, -93, -92, -91, -90, -89, -88, -87, -86, -85, -84, -83, -82,
-81, -80, -79, -78, -77, -76, -75, -74, -73, -72, -71, -70, -69, -68,
-67, -66, -65, -64, -63, -62, -61, -60, -59, -58, -57, -56, -55, -54,
-53, -52, -51, -50, -49, -48, -47, -46, -45, -44, -43, -42, -41, -40,
-39, -38, -37, -36, -35, -34, -33, -32, -31, -30, -29, -28, -27, -26,
-25, -24, -23, -22, -21, -20, -19, -18, -17, -16, -15, -14, -13, -12,
-11, -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8,
9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26,
27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44,
45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62,
63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,
81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98,
99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113,
114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127,
-128, -127, -126, -125, -124, -123, -122, -121, -120, -119, -118, -117,
-116, -115, -114, -113, -112, -111, -110, -109, -108, -107, -106, -105,
-104, -103, -102, -101, -100, -99, -98, -97, -96, -95, -94, -93, -92,
-91, -90, -89, -88, -87, -86, -85, -84, -83, -82, -81, -80, -79, -78,
-77, -76, -75, -74, -73, -72, -71, -70, -69, -68, -67, -66, -65, -64,
-63, -62, -61, -60, -59, -58, -57, -56, -55, -54, -53, -52, -51, -50,
-49, -48, -47, -46, -45, -44, -43, -42, -41, -40, -39, -38, -37, -36,
-35, -34, -33, -32, -31, -30, -29, -28, -27, -26, -25, -24, -23, -22,
-21, -20, -19, -18, -17, -16, -15, -14, -13, -12, -11, -10, -9, -8, -7,
-6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50,
51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68,
69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86,
87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103,
104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117,
118, 119, 120, 121, 122, 123, 124, 125, 126, 127, -128, -127, -126, -125,
-124, -123, -122, -121, -120, -119, -118, -117, -116, -115, -114, -113,
-112, -111, -110, -109, -108, -107, -106, -105, -104, -103, -102, -101,
-100, -99, -98, -97, -96, -95, -94, -93, -92, -91, -90, -89, -88, -87,
-86, -85, -84, -83, -82, -81, -80, -79, -78, -77, -76, -75, -74, -73,
-72, -71, -70, -69, -68, -67, -66, -65, -64, -63, -62, -61, -60, -59,
-58, -57, -56, -55, -54, -53, -52, -51, -50, -49, -48, -47, -46, -45,
-44, -43, -42, -41, -40, -39, -38, -37, -36, -35, -34, -33, -32, -31,
-30, -29, -28, -27, -26, -25, -24, -23, -22, -21, -20, -19, -18, -17,
-16, -15, -14, -13, -12, -11, -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0,
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56,
57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74,
75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92,
93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108,
109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122,
123, 124, 125, 126, 127, -128, -127, -126, -125, -124, -123, -122, -121,
-120, -119, -118, -117, -116, -115, -114, -113, -112, -111, -110, -109,
-108, -107, -106, -105, -104, -103, -102, -101, -100, -99, -98, -97, -96,
-95, -94, -93, -92, -91, -90, -89, -88, -87, -86, -85, -84, -83, -82,
-81, -80, -79, -78, -77, -76, -75, -74, -73, -72, -71, -70, -69, -68,
-67, -66, -65, -64, -63, -62, -61, -60, -59, -58, -57, -56, -55, -54,
-53, -52, -51, -50, -49, -48, -47, -46, -45, -44, -43, -42, -41, -40,
-39, -38, -37, -36, -35, -34, -33, -32, -31, -30, -29, -28, -27, -26, -25 ;
Sat_Images.Raw_Image_Size = 89, 4181, 196418, 9227465, 433494437 ;
Sat_Images.Raw_Image_Data =
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56,
57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74,
75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92,
93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108,
109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122,
123, 124, 125, 126, 127, -128, -127, -126, -125, -124, -123, -122, -121,
-120, -119, -118, -117, -116, -115, -114, -113, -112, -111, -110, -109,
-108, -107, -106, -105, -104, -103, -102, -101, -100, -99, -98, -97, -96,
-95, -94, -93, -92, -91, -90, -89, -88, -87, -86, -85, -84, -83, -82,
-81, -80, -79, -78, -77, -76, -75, -74, -73, -72, -71, -70, -69, -68,
-67, -66, -65, -64, -63, -62, -61, -60, -59, -58, -57, -56, -55, -54,
-53, -52, -51, -50, -49, -48, -47, -46, -45, -44, -43, -42, -41, -40,
-39, -38, -37, -36, -35, -34, -33, -32, -31, -30, -29, -28, -27, -26,
-25, -24, -23, -22, -21, -20, -19, -18, -17, -16, -15, -14, -13, -12,
-11, -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8,
9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26,
27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44,
45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62,
63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,
81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98,
99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113,
114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127,
-128, -127, -126, -125, -124, -123, -122, -121, -120, -119, -118, -117,
-116, -115, -114, -113, -112, -111, -110, -109, -108, -107, -106, -105,
-104, -103, -102, -101, -100, -99, -98, -97, -96, -95, -94, -93, -92,
-91, -90, -89, -88, -87, -86, -85, -84, -83, -82, -81, -80, -79, -78,
-77, -76, -75, -74, -73, -72, -71, -70, -69, -68, -67, -66, -65, -64,
-63, -62, -61, -60, -59, -58, -57, -56, -55, -54, -53, -52, -51, -50,
-49, -48, -47, -46, -45, -44, -43, -42, -41, -40, -39, -38, -37, -36,
-35, -34, -33, -32, -31, -30, -29, -28, -27, -26, -25, -24, -23, -22,
-21, -20, -19, -18, -17, -16, -15, -14, -13, -12, -11, -10, -9, -8, -7,
-6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50,
51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68,
69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86,
87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103,
104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117,
118, 119, 120, 121, 122, 123, 124, 125, 126, 127, -128, -127, -126, -125,
-124, -123, -122, -121, -120, -119, -118, -117, -116, -115, -114, -113,
-112, -111, -110, -109, -108, -107, -106, -105, -104, -103, -102, -101,
-100, -99, -98, -97, -96, -95, -94, -93, -92, -91, -90, -89, -88, -87,
-86, -85, -84, -83, -82, -81, -80, -79, -78, -77, -76, -75, -74, -73,
-72, -71, -70, -69, -68, -67, -66, -65, -64, -63, -62, -61, -60, -59,
-58, -57, -56, -55, -54, -53, -52, -51, -50, -49, -48, -47, -46, -45,
-44, -43, -42, -41, -40, -39, -38, -37, -36, -35, -34, -33, -32, -31,
-30, -29, -28, -27, -26, -25, -24, -23, -22, -21, -20, -19, -18, -17,
-16, -15, -14, -13, -12, -11, -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0,
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56,
57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74,
75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92,
93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108,
109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122,
123, 124, 125, 126, 127, -128, -127, -126, -125, -124, -123, -122, -121,
-120, -119, -118, -117, -116, -115, -114, -113, -112, -111, -110, -109,
-108, -107, -106, -105, -104, -103, -102, -101, -100, -99, -98, -97, -96,
-95, -94, -93, -92, -91, -90, -89, -88, -87, -86, -85, -84, -83, -82,
-81, -80, -79, -78, -77, -76, -75, -74, -73, -72, -71, -70, -69, -68,
-67, -66, -65, -64, -63, -62, -61, -60, -59, -58, -57, -56, -55, -54,
-53, -52, -51, -50, -49, -48, -47, -46, -45, -44, -43, -42, -41, -40,
-39, -38, -37, -36, -35, -34, -33, -32, -31, -30, -29, -28, -27, -26, -25,
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56,
57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74,
75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92,
93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108,
109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122,
123, 124, 125, 126, 127, -128, -127, -126, -125, -124, -123, -122, -121,
-120, -119, -118, -117, -116, -115, -114, -113, -112, -111, -110, -109,
-108, -107, -106, -105, -104, -103, -102, -101, -100, -99, -98, -97, -96,
-95, -94, -93, -92, -91, -90, -89, -88, -87, -86, -85, -84, -83, -82,
-81, -80, -79, -78, -77, -76, -75, -74, -73, -72, -71, -70, -69, -68,
-67, -66, -65, -64, -63, -62, -61, -60, -59, -58, -57, -56, -55, -54,
-53, -52, -51, -50, -49, -48, -47, -46, -45, -44, -43, -42, -41, -40,
-39, -38, -37, -36, -35, -34, -33, -32, -31, -30, -29, -28, -27, -26,
-25, -24, -23, -22, -21, -20, -19, -18, -17, -16, -15, -14, -13, -12,
-11, -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8,
9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26,
27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44,
45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62,
63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,
81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98,
99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113,
114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127,
-128, -127, -126, -125, -124, -123, -122, -121, -120, -119, -118, -117,
-116, -115, -114, -113, -112, -111, -110, -109, -108, -107, -106, -105,
-104, -103, -102, -101, -100, -99, -98, -97, -96, -95, -94, -93, -92,
-91, -90, -89, -88, -87, -86, -85, -84, -83, -82, -81, -80, -79, -78,
-77, -76, -75, -74, -73, -72, -71, -70, -69, -68, -67, -66, -65, -64,
-63, -62, -61, -60, -59, -58, -57, -56, -55, -54, -53, -52, -51, -50,
-49, -48, -47, -46, -45, -44, -43, -42, -41, -40, -39, -38, -37, -36,
-35, -34, -33, -32, -31, -30, -29, -28, -27, -26, -25, -24, -23, -22,
-21, -20, -19, -18, -17, -16, -15, -14, -13, -12, -11, -10, -9, -8, -7,
-6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50,
51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68,
69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86,
87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103,
104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117,
118, 119, 120, 121, 122, 123, 124, 125, 126, 127, -128, -127, -126, -125,
-124, -123, -122, -121, -120, -119, -118, -117, -116, -115, -114, -113,
-112, -111, -110, -109, -108, -107, -106, -105, -104, -103, -102, -101,
-100, -99, -98, -97, -96, -95, -94, -93, -92, -91, -90, -89, -88, -87,
-86, -85, -84, -83, -82, -81, -80, -79, -78, -77, -76, -75, -74, -73,
-72, -71, -70, -69, -68, -67, -66, -65, -64, -63, -62, -61, -60, -59,
-58, -57, -56, -55, -54, -53, -52, -51, -50, -49, -48, -47, -46, -45,
-44, -43, -42, -41, -40, -39, -38, -37, -36, -35, -34, -33, -32, -31,
-30, -29, -28, -27, -26, -25, -24, -23, -22, -21, -20, -19, -18, -17,
-16, -15, -14, -13, -12, -11, -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0,
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56,
57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74,
75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92,
93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108,
109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122,
123, 124, 125, 126, 127, -128, -127, -126, -125, -124, -123, -122, -121,
-120, -119, -118, -117, -116, -115, -114, -113, -112, -111, -110, -109,
-108, -107, -106, -105, -104, -103, -102, -101, -100, -99, -98, -97, -96,
-95, -94, -93, -92, -91, -90, -89, -88, -87, -86, -85, -84, -83, -82,
-81, -80, -79, -78, -77, -76, -75, -74, -73, -72, -71, -70, -69, -68,
-67, -66, -65, -64, -63, -62, -61, -60, -59, -58, -57, -56, -55, -54,
-53, -52, -51, -50, -49, -48, -47, -46, -45, -44, -43, -42, -41, -40,
-39, -38, -37, -36, -35, -34, -33, -32, -31, -30, -29, -28, -27, -26, -25,
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56,
57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74,
75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92,
93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108,
109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122,
123, 124, 125, 126, 127, -128, -127, -126, -125, -124, -123, -122, -121,
-120, -119, -118, -117, -116, -115, -114, -113, -112, -111, -110, -109,
-108, -107, -106, -105, -104, -103, -102, -101, -100, -99, -98, -97, -96,
-95, -94, -93, -92, -91, -90, -89, -88, -87, -86, -85, -84, -83, -82,
-81, -80, -79, -78, -77, -76, -75, -74, -73, -72, -71, -70, -69, -68,
-67, -66, -65, -64, -63, -62, -61, -60, -59, -58, -57, -56, -55, -54,
-53, -52, -51, -50, -49, -48, -47, -46, -45, -44, -43, -42, -41, -40,
-39, -38, -37, -36, -35, -34, -33, -32, -31, -30, -29, -28, -27, -26,
-25, -24, -23, -22, -21, -20, -19, -18, -17, -16, -15, -14, -13, -12,
-11, -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8,
9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26,
27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44,
45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62,
63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,
81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98,
99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113,
114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127,
-128, -127, -126, -125, -124, -123, -122, -121, -120, -119, -118, -117,
-116, -115, -114, -113, -112, -111, -110, -109, -108, -107, -106, -105,
-104, -103, -102, -101, -100, -99, -98, -97, -96, -95, -94, -93, -92,
-91, -90, -89, -88, -87, -86, -85, -84, -83, -82, -81, -80, -79, -78,
-77, -76, -75, -74, -73, -72, -71, -70, -69, -68, -67, -66, -65, -64,
-63, -62, -61, -60, -59, -58, -57, -56, -55, -54, -53, -52, -51, -50,
-49, -48, -47, -46, -45, -44, -43, -42, -41, -40, -39, -38, -37, -36,
-35, -34, -33, -32, -31, -30, -29, -28, -27, -26, -25, -24, -23, -22,
-21, -20, -19, -18, -17, -16, -15, -14, -13, -12, -11, -10, -9, -8, -7,
-6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50,
51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68,
69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86,
87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103,
104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117,
118, 119, 120, 121, 122, 123, 124, 125, 126, 127, -128, -127, -126, -125,
-124, -123, -122, -121, -120, -119, -118, -117, -116, -115, -114, -113,
-112, -111, -110, -109, -108, -107, -106, -105, -104, -103, -102, -101,
-100, -99, -98, -97, -96, -95, -94, -93, -92, -91, -90, -89, -88, -87,
-86, -85, -84, -83, -82, -81, -80, -79, -78, -77, -76, -75, -74, -73,
-72, -71, -70, -69, -68, -67, -66, -65, -64, -63, -62, -61, -60, -59,
-58, -57, -56, -55, -54, -53, -52, -51, -50, -49, -48, -47, -46, -45,
-44, -43, -42, -41, -40, -39, -38, -37, -36, -35, -34, -33, -32, -31,
-30, -29, -28, -27, -26, -25, -24, -23, -22, -21, -20, -19, -18, -17,
-16, -15, -14, -13, -12, -11, -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0,
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56,
57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74,
75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92,
93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108,
109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122,
123, 124, 125, 126, 127, -128, -127, -126, -125, -124, -123, -122, -121,
-120, -119, -118, -117, -116, -115, -114, -113, -112, -111, -110, -109,
-108, -107, -106, -105, -104, -103, -102, -101, -100, -99, -98, -97, -96,
-95, -94, -93, -92, -91, -90, -89, -88, -87, -86, -85, -84, -83, -82,
-81, -80, -79, -78, -77, -76, -75, -74, -73, -72, -71, -70, -69, -68,
-67, -66, -65, -64, -63, -62, -61, -60, -59, -58, -57, -56, -55, -54,
-53, -52, -51, -50, -49, -48, -47, -46, -45, -44, -43, -42, -41, -40,
-39, -38, -37, -36, -35, -34, -33, -32, -31, -30, -29, -28, -27, -26, -25,
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56,
57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74,
75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92,
93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108,
109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122,
123, 124, 125, 126, 127, -128, -127, -126, -125, -124, -123, -122, -121,
-120, -119, -118, -117, -116, -115, -114, -113, -112, -111, -110, -109,
-108, -107, -106, -105, -104, -103, -102, -101, -100, -99, -98, -97, -96,
-95, -94, -93, -92, -91, -90, -89, -88, -87, -86, -85, -84, -83, -82,
-81, -80, -79, -78, -77, -76, -75, -74, -73, -72, -71, -70, -69, -68,
-67, -66, -65, -64, -63, -62, -61, -60, -59, -58, -57, -56, -55, -54,
-53, -52, -51, -50, -49, -48, -47, -46, -45, -44, -43, -42, -41, -40,
-39, -38, -37, -36, -35, -34, -33, -32, -31, -30, -29, -28, -27, -26,
-25, -24, -23, -22, -21, -20, -19, -18, -17, -16, -15, -14, -13, -12,
-11, -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8,
9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26,
27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44,
45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62,
63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,
81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98,
99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113,
114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127,
-128, -127, -126, -125, -124, -123, -122, -121, -120, -119, -118, -117,
-116, -115, -114, -113, -112, -111, -110, -109, -108, -107, -106, -105,
-104, -103, -102, -101, -100, -99, -98, -97, -96, -95, -94, -93, -92,
-91, -90, -89, -88, -87, -86, -85, -84, -83, -82, -81, -80, -79, -78,
-77, -76, -75, -74, -73, -72, -71, -70, -69, -68, -67, -66, -65, -64,
-63, -62, -61, -60, -59, -58, -57, -56, -55, -54, -53, -52, -51, -50,
-49, -48, -47, -46, -45, -44, -43, -42, -41, -40, -39, -38, -37, -36,
-35, -34, -33, -32, -31, -30, -29, -28, -27, -26, -25, -24, -23, -22,
-21, -20, -19, -18, -17, -16, -15, -14, -13, -12, -11, -10, -9, -8, -7,
-6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50,
51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68,
69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86,
87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103,
104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117,
118, 119, 120, 121, 122, 123, 124, 125, 126, 127, -128, -127, -126, -125,
-124, -123, -122, -121, -120, -119, -118, -117, -116, -115, -114, -113,
-112, -111, -110, -109, -108, -107, -106, -105, -104, -103, -102, -101,
-100, -99, -98, -97, -96, -95, -94, -93, -92, -91, -90, -89, -88, -87,
-86, -85, -84, -83, -82, -81, -80, -79, -78, -77, -76, -75, -74, -73,
-72, -71, -70, -69, -68, -67, -66, -65, -64, -63, -62, -61, -60, -59,
-58, -57, -56, -55, -54, -53, -52, -51, -50, -49, -48, -47, -46, -45,
-44, -43, -42, -41, -40, -39, -38, -37, -36, -35, -34, -33, -32, -31,
-30, -29, -28, -27, -26, -25, -24, -23, -22, -21, -20, -19, -18, -17,
-16, -15, -14, -13, -12, -11, -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0,
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56,
57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74,
75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92,
93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108,
109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122,
123, 124, 125, 126, 127, -128, -127, -126, -125, -124, -123, -122, -121,
-120, -119, -118, -117, -116, -115, -114, -113, -112, -111, -110, -109,
-108, -107, -106, -105, -104, -103, -102, -101, -100, -99, -98, -97, -96,
-95, -94, -93, -92, -91, -90, -89, -88, -87, -86, -85, -84, -83, -82,
-81, -80, -79, -78, -77, -76, -75, -74, -73, -72, -71, -70, -69, -68,
-67, -66, -65, -64, -63, -62, -61, -60, -59, -58, -57, -56, -55, -54,
-53, -52, -51, -50, -49, -48, -47, -46, -45, -44, -43, -42, -41, -40,
-39, -38, -37, -36, -35, -34, -33, -32, -31, -30, -29, -28, -27, -26, -25,
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56,
57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74,
75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92,
93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108,
109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122,
123, 124, 125, 126, 127, -128, -127, -126, -125, -124, -123, -122, -121,
-120, -119, -118, -117, -116, -115, -114, -113, -112, -111, -110, -109,
-108, -107, -106, -105, -104, -103, -102, -101, -100, -99, -98, -97, -96,
-95, -94, -93, -92, -91, -90, -89, -88, -87, -86, -85, -84, -83, -82,
-81, -80, -79, -78, -77, -76, -75, -74, -73, -72, -71, -70, -69, -68,
-67, -66, -65, -64, -63, -62, -61, -60, -59, -58, -57, -56, -55, -54,
-53, -52, -51, -50, -49, -48, -47, -46, -45, -44, -43, -42, -41, -40,
-39, -38, -37, -36, -35, -34, -33, -32, -31, -30, -29, -28, -27, -26,
-25, -24, -23, -22, -21, -20, -19, -18, -17, -16, -15, -14, -13, -12,
-11, -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8,
9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26,
27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44,
45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62,
63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80,
81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98,
99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113,
114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127,
-128, -127, -126, -125, -124, -123, -122, -121, -120, -119, -118, -117,
-116, -115, -114, -113, -112, -111, -110, -109, -108, -107, -106, -105,
-104, -103, -102, -101, -100, -99, -98, -97, -96, -95, -94, -93, -92,
-91, -90, -89, -88, -87, -86, -85, -84, -83, -82, -81, -80, -79, -78,
-77, -76, -75, -74, -73, -72, -71, -70, -69, -68, -67, -66, -65, -64,
-63, -62, -61, -60, -59, -58, -57, -56, -55, -54, -53, -52, -51, -50,
-49, -48, -47, -46, -45, -44, -43, -42, -41, -40, -39, -38, -37, -36,
-35, -34, -33, -32, -31, -30, -29, -28, -27, -26, -25, -24, -23, -22,
-21, -20, -19, -18, -17, -16, -15, -14, -13, -12, -11, -10, -9, -8, -7,
-6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50,
51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68,
69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86,
87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103,
104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117,
118, 119, 120, 121, 122, 123, 124, 125, 126, 127, -128, -127, -126, -125,
-124, -123, -122, -121, -120, -119, -118, -117, -116, -115, -114, -113,
-112, -111, -110, -109, -108, -107, -106, -105, -104, -103, -102, -101,
-100, -99, -98, -97, -96, -95, -94, -93, -92, -91, -90, -89, -88, -87,
-86, -85, -84, -83, -82, -81, -80, -79, -78, -77, -76, -75, -74, -73,
-72, -71, -70, -69, -68, -67, -66, -65, -64, -63, -62, -61, -60, -59,
-58, -57, -56, -55, -54, -53, -52, -51, -50, -49, -48, -47, -46, -45,
-44, -43, -42, -41, -40, -39, -38, -37, -36, -35, -34, -33, -32, -31,
-30, -29, -28, -27, -26, -25, -24, -23, -22, -21, -20, -19, -18, -17,
-16, -15, -14, -13, -12, -11, -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0,
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56,
57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74,
75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92,
93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108,
109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122,
123, 124, 125, 126, 127, -128, -127, -126, -125, -124, -123, -122, -121,
-120, -119, -118, -117, -116, -115, -114, -113, -112, -111, -110, -109,
-108, -107, -106, -105, -104, -103, -102, -101, -100, -99, -98, -97, -96,
-95, -94, -93, -92, -91, -90, -89, -88, -87, -86, -85, -84, -83, -82,
-81, -80, -79, -78, -77, -76, -75, -74, -73, -72, -71, -70, -69, -68,
-67, -66, -65, -64, -63, -62, -61, -60, -59, -58, -57, -56, -55, -54,
-53, -52, -51, -50, -49, -48, -47, -46, -45, -44, -43, -42, -41, -40,
-39, -38, -37, -36, -35, -34, -33, -32, -31, -30, -29, -28, -27, -26, -25 ;
Sat_Images.Year = 144, 6765, 317811, 14930352, 701408733 ;
Sat_Images.Month =
"This is a data test string (pass 43).",
"This is a data test string (pass 52).",
"This is a data test string (pass 61).",
"This is a data test string (pass 70).",
"This is a data test string (pass 79)." ;
Sat_Images.Day = 233, 10946, 514229, 24157817, 1134903170 ;
Sat_Images.Hour = 377, 17711, 832040, 39088169, 1836311903 ;
Drifters.Instrument_ID =
"This is a data test string (pass 80).",
"This is a data test string (pass 85).",
"This is a data test string (pass 90).",
"This is a data test string (pass 95).",
"This is a data test string (pass 100)." ;
Drifters.Battery = 921.060994002885, 696.706709347165, 362.357754476673,
-29.1995223012899, -416.146836547144 ;
Drifters.Checksum = 917.120822816605, 689.498432951747, 353.01940121933,
-39.1936317729888, -425.218852098153 ;
Drifters.Date_Age = 913.088940312308, 682.221207287613, 343.645746316046,
-49.1838219141717, -434.248346118301 ;
Drifters.Ed490 = 908.965749674885, 674.875760071267, 334.237727124502,
-59.1690937141495, -443.23441566571 ;
Drifters.Ed490_stdev = 904.751663219963, 667.462825841308, 324.796284438775,
-69.1484486540633, -452.176162140912 ;
Drifters.Latitude = 900.447102352677, 659.983145884982, 315.322362395268,
-79.1208888067352, -461.072691376713 ;
Drifters.Longitude = 896.052497525525, 652.437468164051, 305.816908378288,
-89.0854169364603, -469.923113727602 ;
Drifters.Lu412 = 891.568288195329, 644.826547240001, 296.280872925318,
-99.0410365987293, -478.72654415872 ;
Drifters.Lu412_stdev = 886.994922779284, 637.15114419858, 286.715209631955,
-108.986752239872, -487.482102334359 ;
Drifters.Lu443 = 882.332858610121, 629.412026573696, 277.120875056557,
-118.921569296614, -496.188912705998 ;
Drifters.Lu443_stdev = 877.582561890373, 621.609968270664, 267.498828624587,
-128.844494295526, -504.846104599857 ;
Drifters.Lu490 = 872.744507645751, 613.745749488811, 257.850032532669,
-138.754534952379, -513.452812303959 ;
Drifters.Lu490_stdev = 867.81917967765, 605.820156643462, 248.175451652372,
-148.650700271365, -522.008175154706 ;
Drifters.Lu510 = 862.807070514761, 597.833982287298, 238.476053433722,
-158.532000644199, -530.511337622944 ;
Drifters.Lu510_stdev = 857.708681363824, 589.788025031098, 228.752807808459,
-168.397447949078, -538.96144939951 ;
Drifters.Lu555 = 852.524522059506, 581.683089463883, 219.006687093041,
-178.246055649493, -547.35766548027 ;
Drifters.Lu555_stdev = 847.255111013416, 573.519986072456, 209.238665891418,
-188.076838892881, -555.699146250611 ;
Drifters.Lu670 = 841.900975162269, 565.299531160354, 199.449720997572,
-197.88881460911, -563.985057569408 ;
Drifters.Lu670_stdev = 836.462649915187, 557.022546766217, 189.640831297833,
-207.681001608785, -572.214570852435 ;
Drifters.Lu683 = 830.940679100163, 548.689860581587, 179.812977672998,
-217.452420681366, -580.38686315522 ;
Drifters.Lu683_stdev = 825.335614909678, 540.302305868139, 169.96714290024,
-227.202094693088, -588.501117255343 ;
Drifters.Max_Depth = 819.648017845479, 531.860721374355, 160.10431155483,
-236.929048684676, -596.556521734157 ;
Drifters.Night_Len = 813.878456662534, 523.365951251649, 150.225469911685,
-246.632309968835, -604.552271057927 ;
Drifters.Number_Samples = 808.027508312152, 514.818844969955,
140.331605846736, -256.310908227524, -612.487565658382 ;
Drifters.Num_Aves = 802.095757884292, 506.220257232778, 130.423708738144,
-265.963875608982, -620.361612012677 ;
Drifters.Press_Volts = 796.083798549056, 497.571047891726, 120.502769367366,
-275.590246824514, -628.173622722736 ;
Drifters.Sea_Surface_Temperature = 789.992231497365, 488.872081860527,
110.569779820068, -285.189059245022, -635.922816593999 ;
Drifters.Sub_Wait = 783.821665880849, 480.124229028533, 100.625733386931,
-294.759352997262, -643.608418713537 ;
Drifters.Surf_Volts = 777.572718750928, 471.328364173739, 90.6716244643086,
-304.300171059835, -651.229660527542 ;
Drifters.Surface_Average = 771.246014997106, 462.4853668753,
80.7084484547995, -313.810559358884, -658.785779918184 ;
Drifters.Surface_Percent = 764.842187284488, 453.596121425577,
70.7372016677018, -323.289566863505, -666.27602127982 ;
Drifters.Julian_Greenwich = 758.361875990508, 444.661516741706,
60.7588812193848, -332.736245680847, -673.699635594557 ;
Drifters.Sun_Angle = 751.805729140895, 435.682446276712, 50.7744849335781,
-342.1496511509, -681.055880507149 ;
Drifters.Optical_Flag = -1323752223, 2144908973, -944741150, 696897233,
-660827267 ;
Drifters.Sampling_Flag = 512559680, -1781832971, 1640636603, 1582341984,
-285007387 ;
Drifters.Tracking_Flag = -811192543, 363076002, 695895453, -2015728079,
-945834654 ;
Drifters.Hand_Checked_Flag = -298632863, -1418756969, -1958435240,
-433386095, -1230842041 ;
Drifters.Julian_Local_Time = 745.17440234487, 426.659807930157,
40.7850112415899, -351.528841940961, -688.344020399234 ;
Drifters.Date_Greenwich =
"This is a data test string (pass 81).",
"This is a data test string (pass 86).",
"This is a data test string (pass 91).",
"This is a data test string (pass 96).",
"This is a data test string (pass 101)." ;
Drifters.Date_Local_Time =
"This is a data test string (pass 82).",
"This is a data test string (pass 87).",
"This is a data test string (pass 92).",
"This is a data test string (pass 97).",
"This is a data test string (pass 102)." ;
Drifters.DateStamp =
"This is a data test string (pass 83).",
"This is a data test string (pass 88).",
"This is a data test string (pass 93).",
"This is a data test string (pass 98).",
"This is a data test string (pass 103)." ;
Drifters.algo_code =
"This is a data test string (pass 84).",
"This is a data test string (pass 89).",
"This is a data test string (pass 94).",
"This is a data test string (pass 99).",
"This is a data test string (pass 104)." ;
Drifters.GPS_hour = -1109825406, -1055680967, -1262539787, 1845853122,
2118290601 ;
Drifters.GPS_lat = 738.468558729588, 417.594503958357, 30.791459082465,
-360.872880139769, -695.563326462898 ;
Drifters.GPS_lon = 731.688868873821, 408.487440884157, 20.7948278030913,
-370.180831351288, -702.71307677355 ;
Drifters.rel1_lat = 724.836010740905, 399.339529406272, 10.7961170582663,
-379.451764788156, -709.792556362116 ;
Drifters.rel1_lon = 717.910669610943, 390.151684308229, 0.796326710732153,
-388.684753364753, -716.801057286538 ;
Drifters.rel2_lat = 710.913538012277, 380.924824366881, -9.20354326880945,
-397.878873789917, -723.737878702564 ;
Drifters.rel2_lon = 703.845315652236, 371.659872260532, -19.2024929016938,
-407.033206659267, -730.602326933832 ;
Drifters.time_to_1st_fix = -1408458269, 1820529360, 1073992269, 1412467027,
887448560 ;
Drifters.message_ID = 1776683621, 764848393, -188547518, -1036647147,
-1289228135 ;
Drifters.max_GPS_volt = 368225352, -1709589543, 885444751, 375819880,
-401779575 ;
Instrument.Instrument_ID =
"This is a data test string (pass 105).",
"This is a data test string (pass 109).",
"This is a data test string (pass 113).",
"This is a data test string (pass 117).",
"This is a data test string (pass 121)." ;
Instrument.Instrument_Type =
"This is a data test string (pass 106).",
"This is a data test string (pass 110).",
"This is a data test string (pass 114).",
"This is a data test string (pass 118).",
"This is a data test string (pass 122)." ;
Instrument.Sensor_Platform_ID =
"This is a data test string (pass 107).",
"This is a data test string (pass 111).",
"This is a data test string (pass 115).",
"This is a data test string (pass 119).",
"This is a data test string (pass 123)." ;
Instrument.Comment =
"This is a data test string (pass 108).",
"This is a data test string (pass 112).",
"This is a data test string (pass 116).",
"This is a data test string (pass 120).",
"This is a data test string (pass 124)." ;
}