Skip to content

Commit

Permalink
Merge pull request #28 from vbalderdash/master
Browse files Browse the repository at this point in the history
Added automated mask length determination in file, fix some pyproj version issues
  • Loading branch information
deeplycloudy authored May 19, 2020
2 parents e8f554c + 5472491 commit df1cc5a
Show file tree
Hide file tree
Showing 7 changed files with 323 additions and 292 deletions.
2 changes: 1 addition & 1 deletion examples/flash_sort_and_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def grid_and_plot(h5_filenames, base_sort_dir, dx=1.0e3, dy=1.0e3, dz=1.0e3, fra
'distance':3000.0, 'thresh_critical_time':0.15, # space and time grouping thresholds
'thresh_duration':3.0, # maximum expected flash duration
'ctr_lat':33.5, 'ctr_lon':-101.5, #center lat/lon to use for flash sorting, gridding
'mask_length':6, # length of the hexadecimal station mask column in the LMA ASCII files
# 'mask_length':6, # length of the hexadecimal station mask column in the LMA ASCII files
}
center_ID='WTLMA'

Expand Down
Loading

0 comments on commit df1cc5a

Please sign in to comment.