Skip to content
Snippets Groups Projects

2020 02 10 beta1 high priority

Merged Nick Bearson requested to merge 2020-02-10-beta1-high-priority into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
#!/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
Loading