Newer
Older
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
# MODIS-VIIRS Continuity Cloud Mask (MVCCM) Thresholds
# Version string
thresholds_file_ver: v3.3.1_NPP
Land_Day:
11-12um_Cirrus_Test:
coeffs: [3.0, 1.0]
cmult: 0.3
adj: 1.25
perform: True
dl_ref3_tpw : -10.00
11-4um_Oceanic_Stratus_Test:
thr: [-16.0, -14.0, -12.0, 1.0, 1.0]
perform: True
Visible_Reflectance_Test:
thr: [0.207, 0.169, 0.132, 1.0, 1.0] # used to be dlref1
adj: 0.94 # used to be dl_b1bias_adj
perform: True
1.38um_High_Cloud_Test:
thr: [0.0375, 0.0250, 0.0125, 1.0, 1.0]
perform: True
dlvrat : [1.80, 1.85, 1.90, 1.0, 1.0]
# dl11_12lcmult : 0.3
# dl11_12hcadj : 1.25
CO2_High_Clouds_Test: [222.0, 224.0, 226.0, 1.0, 1.0]
Water_Vapor_High_Clouds_Test: [215.0, 220.0, 225.0, 1.0, 1.0]
Land_Night:
11-12um_Cirrus_Test:
coeffs: [3.0, 1.0]
cmult: 0.0
adj: 0
bt1: 270.0 # WILL FIND A BETTER NAME AT SOME POINT, MAYBE
lat: 30.0
perform: True
4-12um_BTD_Thin_Cirrus_Test:
thr: [15.0, 10.0, 5.00, 1.0, 1.0]
perform: True
7.3-11um_BTD_Mid_Level_Cloud_Test:
thr: [-8.0, -10.0, -11.0, 1.0, 1.0] # nl7_11s
11-4um_BT_Difference_Test_Land:
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
thr_low: [0.0, -0.5, -1.0, 1.0]
thr_mid: [-0.5, 6.0, 0.5, 1.0]
thr_hi: [6.5, 6.0, 5.5, 1.0]
coeffs: [-0.3476, 0.5307, -0.1930]
int_adj: 0
ndvi: 0.25
ndvi_australia: 0.4
bt_diff_bounds : [1.0, -1.0]
perform: True
Surface_Temperature_Test:
desert_thr: 20.0
regular_thr: 12.0
channel_diff_11-12um_thr: [-0.2, 1.0]
channel_diff_11-4um_thr: [-0.5, 1.0]
perform: True
# Surface_Temperature_Test_df1: [-0.2, 1.0]
# Surface_Temperature_Test_df2: [-0.5, 1.0]
# Surface_Temperature_Test_difference: [-0.2, 1.0, -0.5, 1.0] # <- this merges the previous two arrays
# Surface_Temperature_Test_1: 20.0 # | might be worth figuring out if we can
# Surface_Temperature_Test_2: 12.0 # | merge these three coefficients
# Surface_Temperature_Test_pfm: 1.0 # __|
# Surface_Temperature_Test: [20.0, 12.0, 1.0] # <- First attempt to merge the three values above
nlbt1 : 270.0
nl_lat : 30.0
# nl_ndvi : 0.25
# nl_ndvi_Aust : 0.40
# nl_intadj : 0.0
nl_btd1 : -2.0
# nl11_4coef : [-0.3476, 0.5307, -0.1930]
CO2_High_Clouds_Test: [222.0, 224.0, 226.0, 1.0, 1.0]
Water_Vapor_High_Clouds_Test: [215.0, 220.0, 225.0, 1.0, 1.0]
Land_Day_Coast:
11-12um_Cirrus_Test:
coeffs: [3.0, 1.0]
cmult: 0.3
adj: 1.25
perform: True
dl_ref3_tpw_t2 : -10.00
11-4um_Oceanic_Stratus_Test:
thr: [-16.0, -14.0, -12.0, 1.0, 1.0]
perform: True
CO2_High_Clouds_Test: [222.0, 224.0, 226.0, 1.0, 1.0]
Water_Vapor_High_Clouds_Test: [215.0, 220.0, 225.0, 1.0, 1.0]
Visible_Reflectance_Test:
thr: [0.207, 0.169, 0.132, 1.0, 1.0]
adj: 0.94
perform: True
1.38um_High_Cloud_Test:
thr: [0.0375, 0.0250, 0.0125, 1.0, 1.0]
perform: True
# dl11_12lcmult_t2 : 0.3
# dl11_12hcadj_t2 : 1.25
Land_Day_Desert:
# lds11_12hi : [3.5, 1.0]
11-12um_Cirrus_Test:
coeffs: [3.5, 1.0]
cmult: 0.3
adj: 1.25
perform: True
11-4um_Oceanic_Stratus_Test:

Paolo Veglio
committed
thr: [2.0, 0.0, -2.0, -24.0, -26.0, -28.0, 1.0, 1.0] # I need to double check, but this seems to be
# the correct set of thresholds, not the ones below!!
# thr: [-28.0, -26.0, -24.0, -2.0, 0.0, 2.0, 1.0, 1.0] # this replaces lds11_4hi and lds11_4lo. The values
perform: True # are sorted left to right so that they follow the
# scheme: Lo-Mid-Hi--Hi-Mid-Lo This is the opposite
# of Ocean_Day
# lds11_4hi : [2.0, 0.0, -2.0, 1.00, 1.0]
# lds11_4lo : [-28.0, -26.0, -24.0, 1.00]
CO2_High_Clouds_Test: [222.0, 224.0, 226.0, 1.0, 1.0]
Water_Vapor_High_Clouds_Test: [215.0, 220.0, 225.0, 1.0, 1.0]
Visible_Reflectance_Test:
thr: [0.326, 0.288, 0.250, 1.00, 1.0]
adj: 0.94
ndvi_thr: 0.25 # this used to be lds_ndvi
perform: True
1.38um_High_Cloud_Test:
thr: [0.0375, 0.0250, 0.0125, 1.0, 1.0]
perform: True
GEMI_Test:
gemi0: [0.085, 0.095, 0.115, 1.00, 1.0]
gemi2: [0.310, 0.335, 0.360, 1.00]
perform: True
lds_ref3_tpw : -10.00
ldsbt1 : 320.0
# lds11_12lcmult : 0.3
# lds11_12hcadj : 1.25
Land_Day_Desert_Coast:
# lds11_12hi_c : [3.5, 1.0]
11-12um_Cirrus_Test:
coeffs: [3.5, 1.0]
cmult: 0.3
adj: 1.25
perform: True
11-4um_Oceanic_Stratus_Test:

Paolo Veglio
committed
# thr: [-23.0, -21.0, -19.0, -2.0, 0.0, 2.0, 1.0, 1.0]
thr: [2.0, 0.0, -2.0, -19.0, -21.0, -23.0, 1.0, 1.0]
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
perform: True
CO2_High_Clouds_Test: [222.0, 224.0, 226.0, 1.0, 1.0]
Water_Vapor_High_Clouds_Test: [215.0, 220.0, 225.0, 1.0, 1.0]
Visible_Reflectance_Test:
thr: [0.326, 0.288, 0.250, 1.0, 1.0]
adj: 0.94
ndvi_thr: 0.25
perform: True
1.38um_High_Cloud_Test:
thr: [0.0375, 0.0250, 0.0125, 1.0, 1.0]
perform: True
lds_ref3_tpw_c : -10.00
ldsbt1_c : 320.0
# lds11_12lcmult_c : 0.3
# lds11_12hcadj_c : 1.25
Ocean_Day:
11um_Test:
thr: [267.0, 270.0, 273.0, 1.0, 1.0]
perform: True
SST_Test:
thr: [3.000, 2.500, 2.000, 1.0, 1.0]
coeffs: [1.8860, 0.9380, 0.1280, 1.094]
perform: True
8.6-11um_Test:
thr: [-0.50, -1.00, -1.50, 1.0, 1.0]
perform: True
11-12um_Cirrus_Test:
coeffs: [3.0, 1.0]
cmult: 0.3
adj: 1.25
perform: True
11-4um_Oceanic_Stratus_Test:
thr: [-11.0, -9.0, -7.0, 1.0, 1.0]
perform: True
NIR_Reflectance_Test:
thr: [0.062, 0.043, 0.029, 1.0, 1.0]
coeffs: [1.7291, 0.0715, -0.0026, 0.000025889]
adj: 0.0050
bias: 0.96
perform: True
midpt_coeff: 0.0200
locut_coeff: 0.0100
Vis/NIR_Ratio_Test:
thr: [0.837, 0.889, 0.934, 1.001, 1.154, 1.205, 1.0, 1.0] # This replace dovrathi and dovratlo
perform: True # The values are sorted left to right
# so that they follow the scheme:
# Hi-Mid-Lo--Lo-Mid-Hi
# Last two values are power and switch
# to turn the test on/off
1.6_2.1um_NIR_Reflectance_Test:
thr: [0.0, 0.0, 0.0, 1.0, 1.0] # This is a placeholder to force consistency with NIR_Reflectance_Test.
# In both cases the only value used is thr[3] AFAIK
coeffs: [1.01339303876915, -0.00277128813739, 0.00027804834484, -0.00001549681141, 0.00000016623006, 0.00000000000000]
bias: 0.98 # this corresponds to do_b6bias_adj
adj: 0.0125
locut_coeff: 0.0100
midpt_coeff: 0.0070
perform: True
CO2_High_Clouds_Test: [222.0, 224.0, 226.0, 1.0, 1.0]
Water_Vapor_High_Clouds_Test: [215.0, 220.0, 225.0, 1.0, 1.0]
# vnir_ratio_hi : [1.001, 1.154, 1.205, 1.0, 1.0]
# vnir_ratio_lo : [0.934, 0.889, 0.837, 1.0]
1.38um_High_Cloud_Test:
coeffs: [-0.2419, 0.0455, -0.0024, 0.000059029, -0.00000069964, 0.000000003204]
adj: 0.0010
szafac: 4.0
perform: True
do_b6bias_adj : 0.98
do_b7bias_adj : 0.97
Ocean_Night:
11um_Test:
thr: [267.0, 270.0, 273.0, 2.0, 1.0]
perform: True
SST_Test:
thr: [3.000, 2.500, 2.000, 1.0, 1.0]
coeffs: [1.8860, 0.9380, 0.1280, 1.094]
perform: True
8.6-11um_Test:
thr: [-0.5, -1.0, -1.5, 1.0, 1.0]
perform: True
11-12um_Cirrus_Test:
coeffs: [3.0, 1.0]
cmult: 0.3
adj: 1.0
perform: True
11-4um_Oceanic_Stratus_Test:
thr: [1.25, 1.0, 0.25, 1.0, 1.0]
perform: True
Water_Vapor_Cloud_Test:
thr: [14.0, 15.0, 16.0, 1.0, 1.0]
perform: True
11um_Variability_Test:
thr: [3.0, 6.0, 7.0, 1.0, 1.0]
variability: 0.40
perform: True
11-4um_BT_Difference_Test_Ocean:
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
coeffs: [-0.7093, 0.1128, -0.1567]
corr: 0.0 # no_intadj
locut_coeff: [-4.0, 4.0] # no11_4load
midpt_coeff: [-2.5, 2.5] # no11_4mdad
hicut_coeff: [-1.5, 1.5] # no11_4hiad
perform: True # no11_4_pfm
CO2_High_Clouds_Test: [222.0, 224.0, 226.0, 1.0, 1.0]
Water_Vapor_High_Clouds_Test: [215.0, 220.0, 225.0, 1.0, 1.0]
Polar_Day_Land:
11-12um_Cirrus_Test:
coeffs: [3.0, 1.0]
cmult: 0.3
adj: 0.3
perform: True
pdl_ref3_tpw : -10.00
11-4um_Oceanic_Stratus_Test:
thr: [-16.0, -14.0, -12.0, 1.0, 1.0]
perform: True
pdlh20 : [215.0, 220.0, 225.0, 1.0, 1.0]
Visible_Reflectance_Test:
thr: [0.207, 0.169, 0.132, 1.0, 1.0]
adj: 0.94
perform: True
1.38um_High_Cloud_Test:
thr: [0.0375, 0.0250, 0.0125, 1.0, 1.0]
perform: True
Polar_Night_Land:
Water_Vapor_High_Clouds_Test: [215.0, 220.0, 225.0, 1.0, 1.0]
11-12um_Cirrus_Test:
coeffs: [3.0, 1.0]
cmult: 0
adj: 0 # I NEED TO WORK ON THIS
bt1: 270.0
perform: True
pnlbt2 : 270.0
Surface_Temperature_Test:
desert_thr: 20.0
regular_thr: 12.0
channel_diff_11-12um_thr: [0, 1.0]
channel_diff_11-4um_thr: [-0.5, 1.0]
perform: True
# Surface_Temperature_Test_df1: [0.0, 1.0]
# Surface_Temperature_Test_df2: [-0.5, 1.0]
# Surface_Temperature_Test_difference: [-0.2, 1.0, -0.5, 1.0] # <- this merges the previous two arrays
# Surface_Temperature_Test_1: 20.0 # | might be worth figuring out if we can
# Surface_Temperature_Test_2: 12.0 # | merge these three coefficients
# Surface_Temperature_Test_pfm: 1.0 # __|
# Surface_Temperature_Test: [20.0, 12.0, 1.0] # <- First attempt to merge the three values above
11-4um_BT_Difference_Test_Land:
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
low: [2.00, 1.70, 1.40, 1.0]
mid1: [1.70, 0.70, 0.3, 1.0]
mid2: [0.00, 0.00, 0.00, 0.0]
mid3: [0.00, 0.00, 0.00, 0.0]
high: [1.00, 0.70, 0.40, 1.0]
bt11_bounds: [235, 0, 0, 265]
perform: True
7.3-11um_BTD_Mid_Level_Cloud_Test:
low: [-1.00, 0.00, 1.00, 1.0, 1.0] # pn_7_11l
mid1: [0.00, -4.50, -1.00, 1.0] # pn_7_11m1
mid2: [-4.50, -10.50, -1.00, 1.0] # pn_7_11m2
mid3: [-10.50, -20.0, -1.00, 1.0] # pn_7_11m3
high: [-21.0, -20.0, -19.0,1.0] # pn_7_11h
bt11_bounds: [220.0, 245.0, 255.0, 265.0] # bt11_bnds2
4-12um_BTD_Thin_Cirrus_Test:
low: [2.00, 1.70, 1.40, 1.0]
mid1: [1.70, 0.70, 0.300, 1.0]
mid2: [0.00, 0.00, 0.00, 0.0]
mid3: [0.00, 0.00, 0.00, 0.0]
high: [1.00, 0.70, 0.40, 1.0]
bt11_bounds: [235.0, 000.0, 000.0, 265.0]
perform: True
# pnl_11_4_pfm : 1.0
# pnl_7_11_pfm : 1.0
# pnl_4_12_pfm : 1.0
Polar_Day_Coast:
11-12um_Cirrus_Test:
coeffs: [3.0, 1.0]
cmult: 0 # I NEED TO WORK ON THIS
adj: 0 # I NEED TO WORK ON THIS
perform: True
pdl_ref3_tpw_t2 : -10.00
11-4um_Oceanic_Stratus_Test:
thr: [-16.0, -14.0, -12.0, 1.0, 1.0]
perform: True
Water_Vapor_High_Clouds_Test: [215.0, 220.0, 225.0, 1.0, 1.0]
Visible_Reflectance_Test:
thr: [0.207, 0.169, 0.132, 1.0, 1.0]
adj: 0.94
perform: True
1.38um_High_Cloud_Test:
thr: [0.0375, 0.0250, 0.0125, 1.0, 1.0]
perform: True
Polar_Day_Desert:
11-12um_Cirrus_Test:
coeffs: [3.5, 1.0]
cmult: 0 # I NEED TO WORK ON THIS
adj: 0 # I NEED TO WORK ON THIS
perform: True
11-4um_Oceanic_Stratus_Test:

Paolo Veglio
committed
# thr: [-22.0, -20.0, -18.0, -2.0, 0.0, 2.0, 1.0, 1.0]
thr: [2.0, 0.0, -2.0, -18.0, -20.0, -22.0, 1.0, 1.0]
perform: True
Water_Vapor_High_Clouds_Test: [215.0, 220.0, 225.0, 1.0, 1.0]
Visible_Reflectance_Test:
thr: [0.326, 0.288, 0.250, 1.00, 1.0]
adj: 0.94
perform: True
1.38um_High_Cloud_Test:
thr: [0.0375, 0.0250, 0.0125, 1.00, 1.0]
perform: True
GEMI_Test:
gemi0: [0.085, 0.110, 0.135, 1.00, 1.0]
gemi1: [0.170, 0.220, 0.270, 1.00]
gemi2: [0.310, 0.335, 0.360, 1.00]
perform: True
pds_ref3_tpw : -10.00
pdsbt1 : 320.0
Polar_Day_Desert_Coast:
11-12um_Cirrus_Test:
coeffs: [3.5, 1.0]
cmult: 0 # I NEED TO WORK ON THIS
adj: 0 # I NEED TO WORK ON THIS
perform: True
11-4um_Oceanic_Stratus_Test:

Paolo Veglio
committed
# thr: [-23.0, -21.0, -19.0, -2.0, 0.0, 2.0, 1.0, 1.0]
thr: [2.0, 0.0, -2.0, -19.0, -21.0, -23.0, 1.0, 1.0]
perform: True
Water_Vapor_High_Clouds_Test: [215.0, 220.0, 225.0, 1.0, 1.0]
Visible_Reflectance_Test:
thr: [0.326, 0.288, 0.250, 1.00, 1.0]
adj: 0.94
perform: True
1.38um_High_Cloud_Test:
thr: [0.0375, 0.0250, 0.0125, 1.00, 1.0]
perform: True
pds_ref3_tpw_c : -10.00
pdsbt1_c : 320.0
Polar_Day_Snow:
11-12um_Cirrus_Test:
coeffs: [3.0, 1.0]
cmult: 0 # I NEED TO WORK ON THIS
adj: 0 # I NEED TO WORK ON THIS
perform: True
dps_ref3_tpw : 0.75
dpsbt1 : 230.0
Water_Vapor_High_Clouds_Test: [215.0, 220.0, 225.0, 1.0, 1.0]
1.38um_High_Cloud_Test:
thr: [0.060, 0.0525, 0.045, 1.0, 1.0]
perform: True
11-4um_BT_Difference_Test_Land:
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
low: [20.0, 18.0, 16.0, 1.0]
mid1: [18.0, 16.0, 2.0, 1.0]
mid2: [0.0, 0.0, 0.0, 0.0]
mid3: [0.0, 0.0, 0.0, 0.0]
high: [18.0, 16.0, 14.0, 1.0]
bt_11_bounds: [230.0, 0.0, 0.0, 245.0]
perform: True
dps11_12adj : 0.8
Polar_Night_Snow:
11-12um_Cirrus_Test:
coeffs: [3.0, 1.0]
cmult: 0
adj: 0 # I NEED TO WORK ON THIS
bt1: 270.0
perform: True
4-12um_BTD_Thin_Cirrus_Test:
low: [4.50, 4.00, 3.50, 1.0] # pn_4_12l
mid1: [4.00, 2.00, 0.500, 1.0] # pn_4_12m1
mid2: [0.00, 0.00, 0.00, 0.0] # pn_4_12m2
mid3: [0.00, 0.00, 0.00, 0.0] # pn_4_12m3
high: [2.50, 2.00, 1.50, 1.0] # pn_4_12h
bt11_bounds: [235.0, 0.0, 0.0, 265.0] # bt_11_bounds
perform: True
7.3-11um_BTD_Mid_Level_Cloud_Test:
low: [-1.00, 0.00, 1.00, 1.0, 1.0] # pn_7_11l
mid1: [0.00, -4.50, -1.00, 1.0] # pn_7_11m1
mid2: [-4.50, -10.50, -1.00, 1.0] # pn_7_11m2
mid3: [-10.50, -20.0, -1.00, 1.0] # pn_7_11m3
high: [-21.0, -20.0, -19.0,1.0] # pn_7_11h
low_ice: [0.00, 1.00, 2.00, 1.0] # pn_7_11lw
mid1_ice: [1.00, -7.00, -1.00, 1.0] # pn_7_11m1w
mid2_ice: [-7.00, -16.50, -1.00, 1.0] # pn_7_11m2w
mid3_ice: [-16.50, -20.0, -1.00, 1.0] # pn_7_11m3w
high_ice: [-21.0 -20.0, -19.0, 1.0] # pn_7_11hw
bt11_bounds: [220.0, 245.0, 255.0, 265.0] # bt11_bnds2
Water_Vapor_High_Clouds_Test: [215.0, 220.0, 225.0, 1.0, 1.0]
11-4um_BT_Difference_Test_Land:
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
top:
low: [2.00, 1.70, 1.40, 1.0]
mid1: [1.70, 0.30, 0.300, 1.0]
mid2: [0.00, 0.00, 0.00, 0.0]
mid3: [0.00, 0.00, 0.00, 0.0]
high: [0.60, 0.30, 0.00, 1.0]
bottom:
low: [-3.00, -2.50, -2.00, 1.0]
mid1: [-2.50, -2.50, -0.50, 1.0]
mid2: [0.00, 0.00, 0.00, 0.0]
mid3: [0.00, 0.00, 0.00, 0.0]
high: [-3.00, -2.50, -2.00, 1.0]
bt_thr: 230.0 # pnbt3
tpw_thr: 0.2 # pntpw
perform: True
pn11_12adj : 0.8
pnbt2 : 270.0
Polar_Day_Ocean:
11um_Test:
thr: [267.0, 270.0, 273.0, 1.0, 1.0]
perform: True
SST_Test:
thr: [3.000, 2.500, 2.000, 1.0, 1.0]
coeffs: [1.886, 0.938, 0.128, 1.094]
perform: True
8.6-11um_Test:
thr: [-0.50, -1.00, -1.50, 1.0, 1.0]
perform: True
11-12um_Cirrus_Test:
coeffs: [3.0, 1.0]
cmult: 0.3
adj: 1.25
perform: True
NIR_Reflectance_Test:
thr: [0.062, 0.043, 0.029, 1.0, 1.0]
coeffs: [1.7291, 0.0715, -0.0026, 0.000025889]
adj: 0.0050
bias: 0.96
midpt_coeff: 0.0200
locut_coeff: 0.0100
perform: True
Vis/NIR_Ratio_Test:
thr: [0.837, 0.889, 0.934, 1.001, 1.154, 1.205, 1.0, 1.0]
perform: True
1.6_2.1um_NIR_Reflectance_Test:
thr: [0.0, 0.0, 0.0, 1.0, 1.0]
coeffs: [1.01339303876915, -0.00277128813739, 0.00027804834484, -0.00001549681141, 0.00000016623006, 0.00000000000000]
bias: 0.98
adj: 0.0125
locut_coeff: 0.0100
midpt_coeff: 0.0070
perform: True
11-4um_Oceanic_Stratus_Test:
thr: [-11.0, -9.0, -7.0, 1.0, 1.0]
perform: True
Water_Vapor_High_Clouds_Test: [215.0, 220.0, 225.0, 1.0, 1.0]
pdo_b26pfm : 1.0
pdo_b2bias_adj : 0.96
pdo_b7bias_adj : 0.97
1.38um_High_Cloud_Test:
coeffs: [-0.2419, 0.0455, -0.0024, 0.000059029, -0.00000069964, 0.000000003204]
adj: 0.0010
szafac: 4.0
perform: True
Polar_Night_Ocean:
11um_Test:
thr: [267.0, 270.0, 273.0, 1.0, 1.0]
perform: True
SST_Test:
thr: [3.000, 2.500, 2.000, 1.0, 1.0]
coeffs: [1.8860, 0.9380, 0.1280, 1.094]
perform: True
8.6-11um_Test:
thr: [-0.5, -1.0, -1.5, 1.0, 1.0]
perform: True
11-12um_Cirrus_Test:
coeffs: [3.0, 1.0]
cmult: 0.3
adj: 1.0
perform: True
pnobt1 : 280.0
11-4um_Oceanic_Stratus_Test:
thr: [1.25, 1.0, 0.25, 1.0, 1.0]
perform: True
Water_Vapor_Cloud_Test:
thr: [14.0, 15.0, 16.0, 1.0, 1.0]
perform: True
11um_Variability_Test:
thr: [3.0, 6.0, 7.0, 1.0, 1.0]
variability: 040
perform: True
11-4um_BT_Difference_Test_Ocean:
coeffs: [-0.7093, 0.1128, -0.1567]
corr: 0.0 # pno_intadj
locut_coeff: [-4.0, 4.0] # pno11_4load
midpt_coeff: [-2.5, 2.5] # pno11_4mdad
hicut_coeff: [-1.5, 1.5] # pno11_4hiad
perform: True # pno11_4_pfm
Water_Vapor_High_Clouds_Test: [215.0, 220.0, 225.0, 1.0, 1.0]
Day_Snow:
11-12um_Cirrus_Test:
coeffs: [3.0, 1.0]
cmult: 0.3
adj: 0 # I NEED TO WORK ON THIS
perform: True
ds_ref3_tpw : 0.75
CO2_High_Clouds_Test: [222.0, 224.0, 226.0, 1.0, 1.0]
Water_Vapor_High_Clouds_Test: [215.0, 220.0, 225.0, 1.0, 1.0]
1.38um_High_Cloud_Test:
thr: [0.060, 0.0525, 0.045, 1.0, 1.0]
perform: True
11-4um_BT_Difference_Test_Land:
low: [20.0, 18.0, 16.0, 1.0]
mid1: [18.0, 16.0, 2.0, 1.0]
mid2: [0.0, 0.0, 0.0, 0.0]
mid3: [0.0, 0.0, 0.0, 0.0]
high: [18.0, 16.0, 14.0, 1.0]
bt_11_bounds: [230.0, 0.0, 0.0, 245.0]
perform: True
ds11_12adj : 0.8
ds11_12lcmult : 0.3
ds11_12hcmult : 0.3
Night_Snow:
11-12um_Cirrus_Test:
coeffs: [3.0, 1.0]
cmult: 0
adj: 0 # I NEED TO WORK ON THIS
bt1: 270.0
perform: True
nsbt2 : 270.0
4-12um_BTD_Thin_Cirrus_Test:
thr: [4.50, 4.00, 3.50, 1.0, 1.0]
perform: True
11-4um_BT_Difference_Test_Land:
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
thr: [0.70, 0.60, 0.50, 1.0, 1.0]
bottom:
low: [20.0, 18.0, 16.0, 1.0]
mid1: [18.0, 16.0, 2.0, 1.0]
mid2: [0.0, 0.0, 0.0, 0.0]
mid3: [0.0, 0.0, 0.0, 0.0]
high: [18.0, 16.0, 14.0, 1.0]
bt_11_bounds: [230.0, 0.0, 0.0, 245.0]
bt_thr: 230.0
tpw_thr: 0.2
perform: True
7.3-11um_BTD_Mid_Level_Cloud_Test:
low: [-1.00, 0.00, 1.00, 1.0, 1.0] # pn_7_11l
mid1: [0.00, -4.50, -1.00, 1.0] # pn_7_11m1
mid2: [-4.50, -10.50, -1.00, 1.0] # pn_7_11m2
mid3: [-10.50, -20.0, -1.00, 1.0] # pn_7_11m3
high: [-21.0, -20.0, -19.0,1.0] # pn_7_11h
low_ice: [0.00, 1.00, 2.00, 1.0] # pn_7_11lw
mid1_ice: [1.00, -7.00, -1.00, 1.0] # pn_7_11m1w
mid2_ice: [-7.00, -16.50, -1.00, 1.0] # pn_7_11m2w
mid3_ice: [-16.50, -20.0, -1.00, 1.0] # pn_7_11m3w
high_ice: [-21.0 -20.0, -19.0, 1.0] # pn_7_11hw
bt11_bounds: [220.0, 245.0, 255.0, 265.0] # bt11_bnds2
perform: False
CO2_High_Clouds_Test: [222.0, 224.0, 226.0, 1.0, 1.0]
Water_Vapor_High_Clouds_Test: [215.0, 220.0, 225.0, 1.0, 1.0]
ns11_12adj : 0.8
Antarctic_Day:
Water_Vapor_High_Clouds_Test: [215.0, 220.0, 225.0, 1.0, 1.0]
ant4_11l : [26.0 23.0, 20.0, 1.0]
ant4_11h : [18.0, 15.0, 12.0, 1.0]
ant4_11m1 : [23.0, 15.0, 3.0 1.0]
ant4_11m2 : [0.0, 0.0, 0.0, 0.0]
ant4_11m3 : [0.0, 0.0, 0.0, 0.0]
bt_11_bnds4 : [240.0, 0.0, 0.0, 255.0]
antbt1 : 230.0
ant4_11_pfm : 1.0
Daytime_Ocean_Spatial_Variability:
var_11um: 0.40
var_0_86um: 0.0020
btdiff_37_11um: 13.0
m09: 0.568
m02: 0.001
band2_0deg: [.1296, .1152, .1008, 1.0] # snglnt0_b2
band2_10deg: [.1152, .0624, .0144, 1.0] # snglnt10_b2
band2_20deg: [.0624, .0432, .0144, 1.0] # snglnt20_b2
band7_0deg: [.1176, .1078, .0980, 1.0] # snglnt0_b7
band7_10deg: [.1078, .0686, .0098, 1.0] # snglnt10_b7
band7_20deg: [.0686, .0196, .0098, 1.0] # snglnt20_b7
bounds: [0.0, 10.0, 25.0, 40.0] # snglnt_bounds
snglnt: [0.97, 1.02, 1.07, 1.12, 1.17, 1.28, 1.0, 1.0] # This replaces snglntv, snglntvch snglntvcl
# The values are sorted left to right such that
# Hi-Mid-Lo--Lo-Mid-Hi
# I also added the two 1.0 at the end to
# maintain consistency with the other
# thresholds for conf_test_dble
# snglntv : [1.02, 1.17]
# snglntvch : [0.97, 1.28]
# snglntvcl : [1.07, 1.12]
Land_Restoral:
m05m04_ratio_desert: 1.96 # ldsr5_4_thr
m05m04_ratio: 2.94 # ldr5_4_thr
m20m22diff: 11.0 # ld20m22
m22m31diff: 15.0 # ld22m31
bt11: [295.0, 300.0, 305.0] # ldsbt11
bt11_desert: [290.0, 295.0, 305.0] # ldsbt11bd

Paolo Veglio
committed
bt11_land_night: [287.5, 292.5, 297.5] # lnbt11
Night_Snow_Inversion:
pn65_11 : [10.0, 1.0]
pn13_11 : [3.0, 1.0]
pn7_11 : [5.0, 1.0]
n65_11 : [10.0, 1.0]
Snow_Mask:
sm_bt11 : 280.0
sm_ndsi : 0.31
Grnlnd_ndsi : 0.66
sm_ref2 : 0.1056
sm85_11 : 0.0
sm85_11hel : 1.5
sm37_11 : 11.0
sm37_11hel : 16.0
sm_mnir : 0.196
sm_lsfcdif : 20.0
sm_wsfcdif : 20.0
sm_bt1 : 273.0
prd_ndvi_const : -0.2015
Coastal_NDVI_Thresholds:

Paolo Veglio
committed
coast_ndvi: [-0.18, 0.40]
# Ocean NDVI and shallow (turbid) water test thresholds.
Ocean_NDVI_and_Shallow_Water:
ndvi_boundaries: [-0.35, 0.40]
std_124: 0.0023
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
Thin_Cirrus_Tests:
tci_ref3_tpw : 0.75
dltci : [0.0250, 0.0125]
dstci : [0.0350, 0.0300]
# Power cosine(VZA) is raised to in VZA-correction codes
VZA_correction:
vzcpow : [0.75, 0.75, 0.25]
# Thresholds used in calculating 0.66 and 0.413 um cloud test thresholds
Misc:
des_ndvi : 0.25
fill_ndvi : [32.000, 0.00] # replaces fill_ndvi1 and fill_ndvi2
ndvi_bnd1 : 0.05
ndvi_bnd2 : 0.95
adj_fac_desert : 0.10
adj_fac_land : 0.00
# Coefficients for band 1 land thresholds
Coeffs_Band1_land_thresh:
- [32.00000000, 0.00000000, 0.00000000, 0.00000000, 42.00000000, 0.00000000, 0.00000000, 0.00000000, 52.00000000, 0.00000000, 0.00000000, 0.00000000]
- [24.00000000, 0.00000000, 0.00000000, 0.00000000, 28.00000000, 0.00000000, 0.00000000, 0.00000000, 32.00000000, 0.00000000, 0.00000000, 0.00000000]
- [99.13076923, -2.00907925, 0.01492075, -0.00003531, 122.19090909, -2.32652292, 0.01659848, -0.00003681, 142.66293706, -2.57860528, 0.01773252, -0.00003685]
- [85.07902098, -1.59413364, 0.01123310, -0.00002556, 144.56573427, -2.81054779, 0.01967366, -0.00004324, 204.35454545, -4.03411810, 0.02816667, -0.00006103]
- [85.03846154, -1.50831391, 0.01006760, -0.00002199, 165.15314685, -3.24716783, 0.02255594, -0.00004965, 242.06363636, -4.90912587, 0.03445455, -0.00007587]
- [81.00979021, -1.37731935, 0.00881294, -0.00001859, 220.36783217, -4.44111888, 0.03087762, -0.00006888, 359.72587413, -7.50491841, 0.05294231, -0.00011917]
- [76.94055944, -1.35441725, 0.00896096, -0.00001952, 172.36783217, -3.33144911, 0.02242308, -0.00004810, 267.90909091, -5.31620047, 0.03597727, -0.00007698]
- [85.83006993, -1.55480575, 0.01025932, -0.00002216, 160.73706294, -3.07291375, 0.02041900, -0.00004330, 237.37622378, -4.63444833, 0.03091317, -0.00006525]
- [105.02447552, -1.98017094, 0.01319522, -0.00002877, 135.50699301, -2.59097902, 0.01749301, -0.00003811, 165.33006993, -3.18872183, 0.02171387, -0.00004734]
- [105.02447552, -1.98017094, 0.01319522, -0.00002877, 135.50699301, -2.59097902, 0.01749301, -0.00003811, 165.33006993, -3.18872183, 0.02171387, -0.00004734]
# Coefficients for band 8 land thresholds
Coeffs_Band8_land_thresh:
- [282.74916084, -5.42869658, 0.03660781, -0.00008092, 344.87048951, -6.80660839, 0.04770163, -0.00010991, 407.83734266, -8.20392385, 0.05894114, -0.00013926]
- [229.50727273, -4.31606061, 0.02868182, -0.00006212, 316.38517483, -6.41910256, 0.04603089, -0.00010787, 403.78188811, -8.52743395, 0.06335781, -0.00015340]
- [239.32391608, -4.49928127, 0.02977214, -0.00006436, 270.31741259, -5.33625680, 0.03757168, -0.00008609, 301.76013986, -6.18557498, 0.04546562, -0.00010806]