This repository has been archived by the owner on Nov 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
hyperspectral_spectralon_reflectance_factory.nco
248 lines (246 loc) · 21.6 KB
/
hyperspectral_spectralon_reflectance_factory.nco
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
// [nbr] Number of wavelengths in factory calibration of Spectralon reference
*wvl_clb_nbr=2201;
defdim("wvl_clb",wvl_clb_nbr);
*wvl_clb[wvl_clb]=0.0f; // [m]
wvl_clb@long_name="Wavelength of factory calibration of Spectralon reference";
wvl_clb@standard_name="sensor_band_central_radiation_wavelength";
wvl_clb@units="meter";
wvl_clb@provenance="Factory calibration";
wvl_clb=array(250.0f,1.0f,$wvl_clb);
// Change calibration wavelengths from nm to m (SI)
wvl_clb*=1.0e-9; // [m]
/* 20161005:
About 20160927 Tino Dornbusch posted PDF of SphereOptics calibration certificate, which reads
"Sample: Zenith Polymer Diffuse Reflectance Standard - 99%R
Report-No: 16042606
PO-NO.: 600982
Customer: LemnaTec GmbH
The 8 degree/hemispherical spectral reflectance was measured for the sample listed above. The calibration was performed with a standard from SphereOptics GmbH, part number SG3051, traceable to the PTB (Physikalisch Technische Bundesanstalt), calibration certificate: PTB 44052/15. The reflectance was determined by using a Perkin-Elmer Lambda 950 UV-VIS-NIR spectrometer (serial number 950L1211082) equipped with a 150 mm PTFE sphere (certified by PTB Braunschweig, Germany)."
A few days later, maybe 20161001, David LeBauer (or TinoDornbusch) posted a reflectance file here: https://github.com/terraref/reference-data/blob/master/Zenith%20LiteT%20Diffuse%20Reflectance%20Target%20-%2095%25R.csv
Presumably these reflectances are for the SphereOptics part in the certification.
The file header reads "Factory calibration of Zenith Lite Diffuse Reflectance Target - 95%R.csv;Reflectivity: 95% (UV-VIS-NIR);DETECTOR-PC\admin;10.04.2014 15:35:46;Lambda 950;950L1211082;1.61.00 Lambda 900".
Data are 2201 absolute calibrated reflectances at 1 nm resolution from 250--2450 nm.
More information at https://github.com/terraref/reference-data/issues/53 */
*factory_calibrated_reflectance[wvl_clb]=0.0f;
*factory_calibrated_reflectance={ // [frc] 10 wavelengths per line, 2201 total
0.911211,0.912225,0.912077,0.912555,0.911949,0.912477,0.912572,0.913257,0.913936,0.914543,
0.914366,0.913324,0.912303,0.912679,0.912197,0.913096,0.914527,0.913261,0.913015,0.911970,
0.911637,0.913419,0.914956,0.917668,0.920981,0.921512,0.920908,0.919402,0.922392,0.926741,
0.931516,0.937165,0.941877,0.946076,0.949313,0.951880,0.952553,0.954833,0.955475,0.956108,
0.957789,0.957477,0.960004,0.960285,0.960403,0.960697,0.961353,0.963175,0.964319,0.964685,
0.964547,0.965108,0.966084,0.965455,0.966456,0.967565,0.967576,0.967680,0.968352,0.968707,
0.967874,0.967192,0.967611,0.968063,0.967609,0.967869,0.966688,0.966557,0.967813,0.967492,
0.966181,0.967395,0.966399,0.967181,0.966879,0.965786,0.964756,0.964795,0.964039,0.964803,
0.964897,0.963840,0.963335,0.964312,0.964653,0.965653,0.965872,0.964736,0.964772,0.964391,
0.963847,0.964159,0.965069,0.964616,0.963029,0.962872,0.963695,0.964966,0.965544,0.964408,
0.963434,0.964032,0.964256,0.963713,0.963915,0.964502,0.965175,0.965585,0.965256,0.965827,
0.965300,0.965061,0.965566,0.965335,0.964925,0.965006,0.964323,0.963462,0.963755,0.964239,
0.964311,0.963618,0.963138,0.963597,0.965257,0.965480,0.963993,0.964632,0.965310,0.964386,
0.964208,0.965117,0.965043,0.964768,0.965206,0.965615,0.965207,0.964762,0.964986,0.965097,
0.965081,0.965073,0.964839,0.964607,0.965243,0.965378,0.964945,0.964719,0.964431,0.963935,
0.964036,0.964284,0.964586,0.963829,0.964616,0.965230,0.965202,0.964587,0.964293,0.964366,
0.964595,0.964727,0.965303,0.965955,0.965649,0.964889,0.965686,0.966398,0.965494,0.965360,
0.966049,0.965984,0.966807,0.966860,0.966472,0.966200,0.965970,0.966903,0.967187,0.966432,
0.966477,0.967024,0.967078,0.966130,0.966655,0.966290,0.966200,0.966160,0.965830,0.965543,
0.965865,0.966037,0.966651,0.966431,0.965840,0.966027,0.966113,0.966043,0.966053,0.965786,
0.967416,0.966602,0.967129,0.966475,0.967036,0.967181,0.966948,0.966192,0.966513,0.966960,
0.966929,0.967086,0.967727,0.967169,0.966299,0.966640,0.966351,0.967478,0.967107,0.967298,
0.967520,0.966688,0.966949,0.966935,0.967096,0.967540,0.967540,0.967433,0.967459,0.967669,
0.967648,0.966885,0.967101,0.967666,0.967166,0.966983,0.967706,0.967600,0.968113,0.967301,
0.966775,0.967317,0.968409,0.967923,0.967505,0.967803,0.967218,0.967877,0.967573,0.968005,
0.967668,0.967707,0.967252,0.967582,0.967768,0.967735,0.967667,0.967587,0.968103,0.967927,
0.968366,0.967960,0.967955,0.968092,0.967692,0.967943,0.968220,0.967912,0.967891,0.967651,
0.967564,0.968472,0.967875,0.968227,0.968008,0.968272,0.968047,0.968228,0.967684,0.968073,
0.967908,0.967487,0.967444,0.967982,0.968230,0.968012,0.967946,0.967843,0.967562,0.967548,
0.967578,0.967966,0.967490,0.967362,0.967853,0.967906,0.967781,0.968299,0.968460,0.967827,
0.968216,0.968387,0.967701,0.967787,0.968319,0.968409,0.968418,0.967742,0.967903,0.968483,
0.968073,0.967529,0.967373,0.967883,0.968508,0.967511,0.967134,0.967479,0.967547,0.967729,
0.967879,0.967901,0.968022,0.967945,0.967840,0.968081,0.968094,0.968148,0.967756,0.967419,
0.968057,0.968578,0.968381,0.967804,0.967515,0.967977,0.968323,0.968181,0.967776,0.968330,
0.968093,0.967944,0.968099,0.968039,0.968512,0.968294,0.968253,0.968174,0.967737,0.967978,
0.968204,0.968043,0.967456,0.967328,0.967972,0.968147,0.967706,0.967998,0.967250,0.966984,
0.967125,0.967604,0.967404,0.967104,0.967211,0.967175,0.967455,0.967378,0.967354,0.967950,
0.967912,0.967392,0.966959,0.966812,0.967363,0.967522,0.967833,0.967037,0.967193,0.967806,
0.967630,0.967275,0.967269,0.967387,0.967834,0.967687,0.967719,0.967599,0.968502,0.967785,
0.967668,0.968078,0.967413,0.967188,0.967710,0.966873,0.967694,0.967872,0.967416,0.968219,
0.967355,0.967265,0.967154,0.967723,0.967330,0.968062,0.967616,0.968117,0.966661,0.967057,
0.967088,0.967857,0.967285,0.966877,0.967573,0.967645,0.967649,0.966476,0.966993,0.966674,
0.966704,0.967626,0.967031,0.967061,0.966131,0.967179,0.966640,0.965991,0.966848,0.966608,
0.966540,0.966432,0.966673,0.966029,0.966127,0.966741,0.966110,0.966465,0.966132,0.966957,
0.965746,0.966815,0.966696,0.966088,0.966968,0.965510,0.965952,0.966456,0.965825,0.966059,
0.966061,0.965841,0.965774,0.966846,0.965341,0.967192,0.965388,0.965629,0.966815,0.965806,
0.965880,0.967206,0.966164,0.966873,0.966267,0.965250,0.966232,0.965749,0.965213,0.965424,
0.966661,0.965753,0.966519,0.965528,0.964842,0.965796,0.965099,0.964832,0.964366,0.966841,
0.966321,0.965766,0.965842,0.964817,0.965267,0.965675,0.964223,0.966098,0.965518,0.965701,
0.965783,0.965768,0.963929,0.962968,0.963267,0.964383,0.966272,0.965428,0.964507,0.964995,
0.965980,0.964609,0.963699,0.964801,0.964164,0.964527,0.964538,0.967012,0.966683,0.963891,
0.964822,0.963297,0.964678,0.965972,0.963648,0.963659,0.964483,0.964526,0.964433,0.963657,
0.963813,0.964900,0.964354,0.965018,0.965176,0.964408,0.964067,0.963352,0.963777,0.964785,
0.964963,0.963809,0.964841,0.964728,0.963949,0.964120,0.964225,0.963705,0.963457,0.963866,
0.962370,0.962414,0.964766,0.963343,0.964265,0.965795,0.965367,0.963810,0.963857,0.964275,
0.965115,0.964713,0.964389,0.966168,0.964707,0.963218,0.963334,0.963829,0.963733,0.963283,
0.961950,0.961314,0.963585,0.964842,0.963509,0.961631,0.963943,0.965402,0.963864,0.964173,
0.964592,0.963736,0.963099,0.962910,0.963608,0.964186,0.963507,0.963141,0.963326,0.963401,
0.963502,0.963742,0.963294,0.963178,0.963512,0.963328,0.963720,0.963615,0.963306,0.963172,
0.963173,0.963163,0.963180,0.962950,0.963174,0.963208,0.963035,0.962980,0.963123,0.963137,
0.962900,0.962839,0.962921,0.963058,0.963168,0.963182,0.963034,0.962722,0.963402,0.963224,
0.963375,0.963080,0.963081,0.962964,0.962887,0.962759,0.963047,0.963234,0.963123,0.963030,
0.963193,0.963160,0.962945,0.963193,0.963268,0.963180,0.963051,0.963066,0.963084,0.963317,
0.963336,0.963177,0.963265,0.963248,0.963529,0.962853,0.962948,0.963061,0.962875,0.963016,
0.962641,0.962563,0.963206,0.963376,0.962817,0.962352,0.962475,0.962573,0.962622,0.962365,
0.962231,0.962724,0.962482,0.962275,0.962266,0.962146,0.962327,0.962208,0.961530,0.962002,
0.961929,0.961769,0.962041,0.961401,0.961941,0.961829,0.961624,0.961573,0.961633,0.961418,
0.961382,0.961163,0.961323,0.961073,0.961691,0.960748,0.961426,0.961190,0.960804,0.960975,
0.961070,0.960695,0.960600,0.960346,0.960745,0.960690,0.960528,0.961147,0.960448,0.960485,
0.960975,0.961074,0.960321,0.960490,0.961746,0.961541,0.960655,0.961256,0.960730,0.961654,
0.961352,0.960720,0.961138,0.962125,0.961773,0.961605,0.961730,0.961528,0.961760,0.961968,
0.962293,0.961882,0.962187,0.962272,0.962605,0.962276,0.962178,0.962004,0.962439,0.961771,
0.962557,0.962226,0.962073,0.962768,0.962318,0.962267,0.96137,0.961172,0.961991,0.961993,
0.961535,0.962066,0.961953,0.961941,0.961306,0.961256,0.961984,0.962036,0.961826,0.961905,
0.961480,0.961712,0.961700,0.961213,0.961450,0.961525,0.961312,0.961536,0.961388,0.960995,
0.960956,0.961216,0.961268,0.960873,0.961410,0.961625,0.960862,0.961097,0.961639,0.961348,
0.960808,0.961430,0.961889,0.961235,0.960752,0.961318,0.961461,0.960959,0.960818,0.960891,
0.961226,0.961381,0.960827,0.961158,0.961402,0.960817,0.960692,0.960954,0.961414,0.961180,
0.960672,0.960812,0.961267,0.961319,0.960750,0.960759,0.960996,0.961028,0.961149,0.961117,
0.960743,0.960830,0.960684,0.960412,0.960874,0.961091,0.961135,0.961011,0.960485,0.960639,
0.960910,0.961219,0.961211,0.961087,0.960538,0.960628,0.961248,0.961150,0.961438,0.960992,
0.960749,0.960684,0.960533,0.960797,0.960880,0.961004,0.961331,0.961036,0.960797,0.960657,
0.960848,0.961086,0.961407,0.960962,0.960587,0.960623,0.960296,0.960433,0.960823,0.960791,
0.960779,0.960470,0.959995,0.960709,0.960546,0.960597,0.961169,0.960758,0.960452,0.960417,
0.960118,0.960469,0.961248,0.960720,0.961629,0.960992,0.960780,0.961298,0.959790,0.960483,
0.960910,0.960880,0.960848,0.960707,0.961385,0.960573,0.960386,0.960548,0.960458,0.960387,
0.960484,0.960364,0.960416,0.960555,0.960055,0.960246,0.960255,0.959737,0.959755,0.959787,
0.960249,0.960162,0.959026,0.959526,0.959471,0.959545,0.960081,0.959546,0.959184,0.959452,
0.959420,0.958253,0.957867,0.959384,0.959133,0.959107,0.959644,0.958869,0.959158,0.959232,
0.959463,0.959483,0.959321,0.959115,0.959399,0.958831,0.958906,0.959329,0.958703,0.958362,
0.958250,0.958608,0.957996,0.958853,0.958113,0.958517,0.959144,0.958175,0.958094,0.958001,
0.958385,0.957945,0.958466,0.958106,0.958272,0.958229,0.958098,0.958055,0.958189,0.957801,
0.957957,0.958323,0.957379,0.957557,0.957730,0.957423,0.957673,0.957628,0.957472,0.957158,
0.957182,0.957147,0.957296,0.956990,0.956855,0.957016,0.957168,0.956682,0.956850,0.956483,
0.956033,0.956833,0.957192,0.957079,0.956858,0.956709,0.956008,0.956987,0.957469,0.956924,
0.956448,0.957100,0.957528,0.957221,0.957143,0.957036,0.957061,0.956763,0.956805,0.956910,
0.956708,0.956254,0.955824,0.957062,0.957354,0.956714,0.956168,0.957223,0.957055,0.956631,
0.957075,0.957582,0.957392,0.956532,0.956250,0.957334,0.957379,0.957405,0.957643,0.957488,
0.957547,0.957610,0.957079,0.957098,0.957803,0.957409,0.957085,0.957892,0.957882,0.957212,
0.957421,0.958094,0.957968,0.957278,0.957343,0.957778,0.957783,0.957214,0.957133,0.957601,
0.957597,0.957441,0.956679,0.956809,0.957320,0.957398,0.957742,0.957816,0.957492,0.957038,
0.957056,0.957612,0.957767,0.957653,0.956987,0.957100,0.957654,0.957474,0.957306,0.957640,
0.957604,0.957332,0.957727,0.957838,0.957892,0.957944,0.957806,0.957369,0.957237,0.957477,
0.957312,0.957805,0.957783,0.957303,0.957394,0.957203,0.956512,0.957122,0.957373,0.957098,
0.957115,0.957160,0.957250,0.957197,0.956620,0.956605,0.956858,0.956991,0.957487,0.957297,
0.956409,0.957547,0.957205,0.956793,0.956040,0.956753,0.957405,0.956880,0.956830,0.957114,
0.957157,0.957061,0.956252,0.956687,0.956816,0.957272,0.956800,0.956578,0.956938,0.956750,
0.957489,0.956641,0.956651,0.956631,0.956573,0.956345,0.956662,0.955959,0.956257,0.956198,
0.956277,0.957059,0.956165,0.956629,0.956337,0.956240,0.955337,0.955979,0.955985,0.955880,
0.955566,0.955692,0.955577,0.956194,0.955210,0.955179,0.954400,0.955801,0.955002,0.954937,
0.953346,0.956296,0.953791,0.953398,0.953977,0.954441,0.952529,0.952163,0.953877,0.951715,
0.952795,0.953839,0.951874,0.952009,0.952224,0.952145,0.951596,0.951759,0.951518,0.951063,
0.951355,0.950633,0.951277,0.950430,0.951299,0.951110,0.950450,0.950877,0.952175,0.951957,
0.950277,0.950502,0.950788,0.950966,0.951666,0.951234,0.950515,0.950197,0.951178,0.950792,
0.950823,0.949760,0.949666,0.950022,0.950039,0.950055,0.950213,0.949938,0.950221,0.950065,
0.949771,0.949734,0.950131,0.950595,0.950878,0.949492,0.949621,0.950537,0.949354,0.949169,
0.949827,0.949744,0.949814,0.950038,0.949785,0.949984,0.949508,0.949870,0.950490,0.949579,
0.949698,0.950109,0.949979,0.950453,0.949968,0.949936,0.950210,0.950466,0.949862,0.949868,
0.949908,0.950554,0.951059,0.950309,0.949774,0.950436,0.949891,0.949862,0.950304,0.950270,
0.950295,0.950045,0.950249,0.949942,0.949800,0.950122,0.950180,0.950298,0.950209,0.950644,
0.950794,0.949936,0.949987,0.950170,0.950338,0.950253,0.950642,0.950955,0.950085,0.949935,
0.951029,0.950987,0.950473,0.950464,0.950477,0.950085,0.949888,0.950698,0.950943,0.950605,
0.950515,0.950465,0.950761,0.950923,0.950235,0.950271,0.950924,0.950942,0.950844,0.950639,
0.950716,0.950941,0.950807,0.950983,0.951136,0.951087,0.951010,0.951115,0.950858,0.950879,
0.950989,0.950994,0.950932,0.950933,0.950734,0.950983,0.951078,0.950566,0.950658,0.950547,
0.950691,0.950954,0.951101,0.950928,0.951067,0.951017,0.951128,0.951234,0.952082,0.951771,
0.951263,0.951479,0.951484,0.951512,0.950404,0.950744,0.951002,0.951250,0.951924,0.951708,
0.951519,0.950741,0.951095,0.951415,0.950869,0.951686,0.951369,0.951338,0.950472,0.950987,
0.951002,0.951078,0.951829,0.951515,0.951105,0.951146,0.950510,0.950769,0.950502,0.951299,
0.951482,0.951926,0.951404,0.951146,0.951222,0.951309,0.950306,0.951232,0.951140,0.951149,
0.951372,0.950808,0.951833,0.951541,0.951251,0.951089,0.951087,0.951336,0.951727,0.951243,
0.951129,0.950627,0.951135,0.951314,0.951277,0.951268,0.951460,0.950586,0.951328,0.951439,
0.950590,0.952209,0.951403,0.951368,0.952099,0.951631,0.951352,0.951476,0.949554,0.951405,
0.950967,0.951255,0.950895,0.951982,0.950983,0.951159,0.950114,0.951165,0.951482,0.951875,
0.951285,0.951061,0.949933,0.950371,0.951774,0.951248,0.951532,0.951077,0.949929,0.950837,
0.951111,0.951524,0.950828,0.949911,0.950869,0.950467,0.950363,0.950770,0.951024,0.950490,
0.950432,0.949456,0.949683,0.950770,0.950140,0.950236,0.950799,0.950195,0.949954,0.949748,
0.949450,0.948705,0.949872,0.949679,0.949582,0.949586,0.949791,0.949936,0.949346,0.949496,
0.949119,0.948948,0.948328,0.949087,0.949101,0.948936,0.948762,0.948866,0.949113,0.948329,
0.948078,0.947425,0.947697,0.947793,0.947750,0.947997,0.947897,0.947041,0.946674,0.947218,
0.946774,0.946853,0.947088,0.945933,0.945404,0.946252,0.945889,0.946068,0.946166,0.945321,
0.944837,0.945047,0.945210,0.945556,0.945617,0.944945,0.944737,0.945218,0.945062,0.943785,
0.943746,0.945295,0.944621,0.944352,0.944465,0.944551,0.944258,0.944178,0.943422,0.943109,
0.943604,0.943551,0.943683,0.943654,0.943267,0.942171,0.942130,0.942726,0.942318,0.942932,
0.942856,0.941573,0.941385,0.941809,0.942047,0.942609,0.942406,0.941335,0.941331,0.941522,
0.941507,0.942044,0.942049,0.941066,0.941141,0.941515,0.941603,0.942384,0.942336,0.941325,
0.941625,0.941997,0.941840,0.941688,0.941821,0.942118,0.941740,0.941399,0.941486,0.941182,
0.941090,0.940494,0.939900,0.940892,0.941469,0.940934,0.940501,0.940642,0.940629,0.940646,
0.940604,0.940369,0.940361,0.940398,0.940304,0.940292,0.940732,0.940732,0.940670,0.940832,
0.940877,0.940896,0.940956,0.941078,0.941364,0.940978,0.941078,0.941217,0.941871,0.941609,
0.941569,0.941787,0.941430,0.941229,0.940711,0.941537,0.941395,0.941452,0.941780,0.941195,
0.941835,0.942267,0.941604,0.940619,0.941636,0.941174,0.941666,0.941806,0.941690,0.942700,
0.942231,0.940496,0.941571,0.941848,0.941929,0.940653,0.942056,0.942860,0.941929,0.942168,
0.941670,0.940863,0.941861,0.942739,0.942111,0.942177,0.942034,0.941992,0.942418,0.942309,
0.942668,0.942255,0.942640,0.941773,0.941157,0.941757,0.942297,0.940843,0.942567,0.941188,
0.940280,0.941507,0.941237,0.941447,0.941621,0.941953,0.940969,0.940220,0.941028,0.941935,
0.939573,0.940594,0.940902,0.942364,0.939462,0.940159,0.940079,0.940197,0.942460,0.940712,
0.940834,0.939799,0.940296,0.938730,0.939194,0.938860,0.938152,0.939125,0.939138,0.940921,
0.938283,0.938470,0.938843,0.937886,0.938431,0.937925,0.939123,0.937323,0.937770,0.937270,
0.937772,0.937601,0.937173,0.938034,0.936939,0.935867,0.936746,0.936325,0.936502,0.936650,
0.937050,0.937213,0.936453,0.936218,0.935922,0.936416,0.936432,0.936653,0.936342,0.934213,
0.935746,0.935837,0.935509,0.935065,0.934880,0.934572,0.934291,0.933965,0.933642,0.932521,
0.931764,0.933334,0.933285,0.933300,0.933587,0.933888,0.934188,0.934129,0.934366,0.934504,
0.934439,0.934421,0.934412,0.934307,0.934642,0.934829,0.933566,0.933530,0.934291,0.933371,
0.932418,0.932267,0.933526,0.933204,0.931983,0.932074,0.931911,0.931649,0.932109,0.931845,
0.930827,0.931113,0.931204,0.930897,0.931021,0.931174,0.931073,0.931095,0.930797,0.931354,
0.931551,0.931374,0.931267,0.930925,0.929991,0.929516,0.929904,0.930383,0.929537,0.929188,
0.930388,0.930306,0.928962,0.929112,0.929338,0.930088,0.929471,0.929075,0.929389,0.929536,
0.930345,0.930224,0.929904,0.929542,0.930350,0.930417,0.929894,0.929807,0.930659,0.930598,
0.930953,0.930772,0.930616,0.930458,0.931435,0.931469,0.930804,0.931322,0.931774,0.931687,
0.930816,0.931000,0.931910,0.931106,0.930932,0.931732,0.930664,0.930060,0.931153,0.931198,
0.930254,0.930816,0.930770,0.930436,0.931481,0.930455,0.930684,0.930996,0.930785,0.931012,
0.931014,0.930897,0.930787,0.930974,0.930689,0.930646,0.930579,0.929648,0.930906,0.930014,
0.930413,0.928679,0.928757,0.927823,0.929371,0.927982,0.929182,0.926819,0.929435,0.926809,
0.925992,0.927580,0.927157,0.927000,0.926570,0.926909,0.925525,0.927537,0.927161,0.925385,
0.925759,0.926084,0.927091,0.927072,0.923526,0.924990,0.925658,0.924533,0.925798,0.922558,
0.924825,0.923841,0.922504,0.924564,0.924509,0.921838,0.921984,0.923968,0.921909,0.922115,
0.920727,0.922846,0.922311,0.918619,0.920271,0.921516,0.919717,0.918877,0.919406,0.919429,
0.918917,0.918289,0.918523,0.918497,0.917147,0.919189,0.918103,0.918228,0.917655,0.917516,
0.917194,0.917810,0.918549,0.916581,0.918735,0.916087,0.916137,0.917525,0.917624,0.915666,
0.915528,0.916519,0.915247,0.916782,0.916104,0.913691,0.915848,0.916726,0.913358,0.915180,
0.916265,0.914883,0.913765,0.915503,0.915008,0.912844,0.914004,0.914927,0.914461,0.913188,
0.913318,0.912905,0.913736,0.914370,0.914433,0.912314,0.914269,0.913418,0.912490,0.913412,
0.914662,0.912603,0.911481,0.911597,0.912321,0.912903,0.912407,0.911133,0.910208,0.910118,
0.910912,0.911530,0.910730,0.909060,0.909813,0.910061,0.911527,0.910316,0.908750,0.907563,
0.909057,0.910276,0.908066,0.907124,0.908051,0.907425,0.908294,0.906601,0.905394,0.906569,
0.906724,0.904694,0.903268,0.905102,0.905896,0.903578,0.902255,0.903611,0.903962,0.901771,
0.900795,0.902178,0.901847,0.900218,0.899707,0.900641,0.900271,0.899280,0.898514,0.897931,
0.898682,0.898695,0.897256,0.897166,0.898268,0.898213,0.897110,0.897696,0.897889,0.897896,
0.898257,0.897502,0.897599,0.898413,0.898598,0.898897,0.899073,0.899596,0.899912,0.900032,
0.899831,0.899312,0.899578,0.901041,0.901296,0.901175,0.901919,0.901951,0.901746,0.901615,
0.902415,0.903312,0.903966,0.904879,0.904675,0.905811,0.907419,0.908028,0.906999,0.908750,
0.909615,0.910783,0.910714,0.910459,0.910745,0.912254,0.912109,0.912238,0.911737,0.912905,
0.913662,0.913784,0.913691,0.913526,0.914629,0.915040,0.915865,0.916182,0.916428,0.916792,
0.916391,0.916332,0.918203,0.918134,0.918501,0.918579,0.919135,0.918980,0.919064,0.919229,
0.919782,0.919747,0.919515,0.920777,0.920407,0.920141,0.919103,0.919949,0.920581,0.920823,
0.920683,0.921276,0.921643,0.921141,0.922045,0.920314,0.920383,0.921183,0.920967,0.922155,
0.921971,0.919313,0.920994,0.922126,0.921108,0.920579,0.919698,0.920712,0.921968,0.919263,
0.920523,0.921067,0.920350,0.919178,0.920637,0.919833,0.918850,0.921603,0.920560,0.917578,
0.920075,0.920342,0.919300,0.919090,0.918563,0.918526,0.917418,0.919589,0.918033,0.917122,
0.917604,0.918301,0.915801,0.917840,0.916340,0.915206,0.915990,0.916889,0.915702,0.914432,
0.915299,0.916516,0.915052,0.913779,0.914535,0.917185,0.915868,0.914090,0.914082,0.914804,
0.914778,0.914491,0.914113,0.913967,0.914199,0.914667,0.914329,0.913189,0.912686,0.912742,
0.912826,0.912790,0.912861,0.913041,0.913410,0.913410,0.913349,0.913838,0.914417,0.914234,
0.914065,0.913928,0.914009,0.913949,0.913509,0.913155,0.912722,0.912600,0.912284,0.911867,
0.911315,0.911379,0.911143,0.911241,0.911016,0.911001,0.910915,0.910845,0.910491,0.910502,
0.910212,0.909450,0.909439,0.909216,0.908789,0.908068,0.907703,0.907228,0.906937,0.906285,
0.905893,0.905843,0.905545,0.905040,0.904906,0.904593,0.904606,0.904215,0.903517,0.903307,
0.903074,0.902587,0.901816,0.901126,0.901064,0.900789,0.900209,0.899505,0.899211,0.899021,
0.898899,0.898316,0.897902,0.897798,0.897628,0.897472,0.897392,0.897195,0.897510,0.897682,
0.897245,0.897108,0.897119,0.896369,0.896054,0.895860,0.895458,0.895390,0.895644,0.895142,
0.894973,0.894928,0.894704,0.894828,0.894913,0.894849,0.894971,0.894672,0.894655,0.894979,
0.895145,0.895347,0.895101,0.895388,0.894732,0.894415,0.894377,0.894023,0.894181,0.893652,
0.893034,0.893021,0.892627,0.892403,0.892350,0.891762,0.892175,0.892122,0.891785,0.891497,
0.892136,0.891550,0.891697,0.891783,0.891863,0.891103,0.891803,0.891994,0.891058,0.890471,
0.890172,0.889618,0.889267,0.887640,0.887164,0.886331,0.885732,0.885313,0.885159,0.885268,
0.884852,0.884361,0.885015,0.885018,0.885179,0.885627,0.885599,0.886269,0.886405,0.886051,
0.887398,0.886760,0.885634,0.885678,0.884955,0.884698,0.884464,0.883651,0.884251,0.883859,
0.883695,0.884502,0.885360,0.885706,0.885301,0.886630,0.887173,0.887959,0.888513,0.888462,
0.889262,0.890599,0.889916,0.889301,0.890386,0.888856,0.889094,0.888942,0.888969,0.887626,
0.887455}; // end factory_calibrated_reflectance[wvl_clb], 10 reflectances per line, 2201 total