From 8ba40d932a4b8982812594d057a61e842812ba90 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Wed, 14 Jul 2021 14:53:57 -0500
Subject: [PATCH] minor...

---
 modules/aeolus/aeolus_amv.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/aeolus/aeolus_amv.py b/modules/aeolus/aeolus_amv.py
index 9fe1c06a..82a63902 100644
--- a/modules/aeolus/aeolus_amv.py
+++ b/modules/aeolus/aeolus_amv.py
@@ -2079,7 +2079,7 @@ def create_file_new(match_dct, filename, amv_params, amv_file_s):
     rootgrp.close()
 
 
-def run_clavrx_to_aeolus_match(aeolus_files_dir, clvrx_files_dir, outfile, band='14', chan='mie'):
+def run_clavrx_to_aeolus_match(aeolus_files_dir, clvrx_files_dir, outfile, chan='mie'):
     if os.path.isdir(aeolus_files_dir):
         a_dct = get_aeolus_time_dict_s(aeolus_files_dir, chan=chan)
     else:
-- 
GitLab