From 0bd1d5778753d09968f3afaabff3914ebbe8848c Mon Sep 17 00:00:00 2001 From: Paolo Veglio <paolo.veglio@ssec.wisc.edu> Date: Thu, 18 May 2023 15:32:05 +0000 Subject: [PATCH] bump version --- mvcm/__init__.py | 2 +- mvcm/main.py | 12 ++++++------ thresholds/thresholds.mvcm.snpp.v0.0.1.yaml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/mvcm/__init__.py b/mvcm/__init__.py index ffcc925..b794fd4 100644 --- a/mvcm/__init__.py +++ b/mvcm/__init__.py @@ -1 +1 @@ -__version__ = '0.0.3' +__version__ = '0.1.0' diff --git a/mvcm/main.py b/mvcm/main.py index c0aaa7f..c226f50 100644 --- a/mvcm/main.py +++ b/mvcm/main.py @@ -164,15 +164,15 @@ def main(satellite: str = 'snpp', ########################################################## _bitlist = ['01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', '13', '14', '15', '16'] i = 0 - # for scene_name in ['Land_Day', 'Land_Day_Coast', 'Land_Day_Desert', 'Land_Day_Desert_Coast', - # 'Ocean_Day', 'Ocean_Night', 'Polar_Day_Ocean', 'Polar_Night_Ocean', - # 'Polar_Day_Land', 'Polar_Day_Coast', 'Polar_Day_Desert', - # 'Polar_Day_Desert_Coast', 'Polar_Day_Snow', 'Land_Night', - # 'Polar_Night_Land', 'Polar_Night_Snow', 'Day_Snow', 'Night_Snow']: temp_bit = np.zeros((18, viirs_data.M11.shape[0], viirs_data.M11.shape[1])) thr_temp = np.ones(viirs_data.M11.shape) * -12345.6 for scene_name in ['Land_Day', 'Land_Day_Coast', 'Land_Day_Desert', 'Land_Day_Desert_Coast', - 'Ocean_Day']: + 'Ocean_Day', 'Ocean_Night', 'Polar_Day_Ocean', 'Polar_Night_Ocean', + 'Polar_Day_Land', 'Polar_Day_Coast', 'Polar_Day_Desert', + 'Polar_Day_Desert_Coast', 'Polar_Day_Snow', 'Land_Night', + 'Polar_Night_Land', 'Polar_Night_Snow', 'Day_Snow', 'Night_Snow']: + # for scene_name in ['Land_Day', 'Land_Day_Coast', 'Land_Day_Desert', 'Land_Day_Desert_Coast', + # 'Ocean_Day']: print(f'Processing {scene_name}') MyScene = tst.CloudTests(data=viirs_data, diff --git a/thresholds/thresholds.mvcm.snpp.v0.0.1.yaml b/thresholds/thresholds.mvcm.snpp.v0.0.1.yaml index 39d4858..3370515 100644 --- a/thresholds/thresholds.mvcm.snpp.v0.0.1.yaml +++ b/thresholds/thresholds.mvcm.snpp.v0.0.1.yaml @@ -122,7 +122,7 @@ Land_Day_Desert: perform: True GEMI_Test: gemi0: [0.085, 0.095, 0.115, 1.00, 1.0] - gemi1: [0.145, 0.170, 0.220, 1.00] + gemi1: [0.145, 0.170, 4.220, 1.00] gemi2: [0.310, 0.335, 0.360, 1.00] perform: True lds_ref3_tpw : -10.00 -- GitLab