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

Revert "added output filename as argument of main()"

This reverts commit 09ec38da.
parent 38199ebc
No related branches found
No related tags found
No related merge requests found
...@@ -60,8 +60,7 @@ def main(*, ...@@ -60,8 +60,7 @@ def main(*,
geos_constants: str = _geos_constants, geos_constants: str = _geos_constants,
ndvi_file: str = _ndvi_file, ndvi_file: str = _ndvi_file,
sst_file: str = _sst_file, sst_file: str = _sst_file,
cloud_mask_file: str = _cld_mask, cloud_mask_file=_cld_mask) -> None:
out_fname: str = 'temp.nc') -> None:
f = nc.Dataset(cloud_mask_file) f = nc.Dataset(cloud_mask_file)
......
...@@ -115,7 +115,7 @@ class CloudTests(object): ...@@ -115,7 +115,7 @@ class CloudTests(object):
cmin = np.fmin(cmin, confidence) cmin = np.fmin(cmin, confidence)
# return cmin, np.abs(1-test_bit)*qa_bit # return cmin, np.abs(1-test_bit)*qa_bit
return cmin, test_bit return sfcdif, test_bit
@run_if_test_exists_for_scene @run_if_test_exists_for_scene
def bt_diff_86_11um(self, def bt_diff_86_11um(self,
......
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