From 35325aaae8f3c1d64bc4466d50ec7017b1f553f0 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Mon, 27 Dec 2021 10:21:07 -0600 Subject: [PATCH] minor --- modules/amv/caliop_clavrx_amv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/amv/caliop_clavrx_amv.py b/modules/amv/caliop_clavrx_amv.py index 84283401..68a42d47 100644 --- a/modules/amv/caliop_clavrx_amv.py +++ b/modules/amv/caliop_clavrx_amv.py @@ -4,7 +4,7 @@ from netCDF4 import Dataset from aeolus.datasource import get_datasource, CLAVRx_CALIPSO amv_file_duration = 60 # minutes -half_width = 50 # search box centered on AEOLUS profile (FGF coordinates) +half_width = 30 # search box centered on CALIOP profile (FGF coordinates) num_elems = 5424 num_lines = 5424 -- GitLab