From 09e97029c7b73ba80e592e81e7f1145a4932ca9d Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Wed, 23 Jun 2021 11:20:23 -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 8f9e0547..73638e17 100644
--- a/modules/aeolus/aeolus_amv.py
+++ b/modules/aeolus/aeolus_amv.py
@@ -2069,7 +2069,7 @@ def create_amv_to_aeolus_match_file(aeolus_files_dir, amv_files_dir, outfile=Non
     m_d = match_amvs_to_aeolus_fast(a_d, amv_files_dir, amv_source, band, amv_files)
 
     if outfile is not None:
-        create_file_new(m_d, outfile, amv_files)
+        create_file_new(m_d, outfile, amv_files.get_parameters())
 
 
 # match_file: pathname for the product file
-- 
GitLab