Skip to content
Snippets Groups Projects
Commit 0bd1d577 authored by Paolo Veglio's avatar Paolo Veglio
Browse files

bump version

parent 47b242d5
No related branches found
No related tags found
No related merge requests found
Pipeline #44000 failed
__version__ = '0.0.3' __version__ = '0.1.0'
...@@ -164,15 +164,15 @@ def main(satellite: str = 'snpp', ...@@ -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'] _bitlist = ['01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', '13', '14', '15', '16']
i = 0 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])) 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 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', 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}') print(f'Processing {scene_name}')
MyScene = tst.CloudTests(data=viirs_data, MyScene = tst.CloudTests(data=viirs_data,
......
...@@ -122,7 +122,7 @@ Land_Day_Desert: ...@@ -122,7 +122,7 @@ Land_Day_Desert:
perform: True perform: True
GEMI_Test: GEMI_Test:
gemi0: [0.085, 0.095, 0.115, 1.00, 1.0] 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] gemi2: [0.310, 0.335, 0.360, 1.00]
perform: True perform: True
lds_ref3_tpw : -10.00 lds_ref3_tpw : -10.00
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment