From a90ee80f95f0630ca5183807f522d04a382a5435 Mon Sep 17 00:00:00 2001 From: nickb <nickb@ssec.wisc.edu> Date: Wed, 10 Feb 2021 16:29:48 +0000 Subject: [PATCH] fix the minute gridder description (#11) --- gridded_glm/libexec/_minute_gridder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gridded_glm/libexec/_minute_gridder.py b/gridded_glm/libexec/_minute_gridder.py index 3b2411e..c22df94 100644 --- a/gridded_glm/libexec/_minute_gridder.py +++ b/gridded_glm/libexec/_minute_gridder.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # Based on https://github.com/deeplycloudy/glmtools/blob/master/examples/grid/make_GLM_grids.py -parse_desc = """Grid the past X minutes of GLM flash data, given a single input file. +parse_desc = """Create one minute grids of GLM flash data. """ import numpy as np -- GitLab