Skip to content

Commit

Permalink
Updated doi listed
Browse files Browse the repository at this point in the history
  • Loading branch information
vbalderdash committed Oct 2, 2016
1 parent eef1ba8 commit d97f4b6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CurvatureMatrix.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# Curvature Matrix error estimation\n",
"\n",
"Please cite: V. Chmielewski and E. Bruning, Lightning Mapping Array flash detection performance with variable receiver thresholds, Submitted to J. Geophys. Res.\n",
"Please cite: V. C. Chmielewski and E. C. Bruning (2016), Lightning Mapping Array flash detection performance with variable receiver thresholds, J. Geophys. Res. Atmos., 121, 8600-8614, doi:10.1002/2016JD025159\n",
"\n",
"If any results from this model are presented.\n",
"\n",
Expand Down
18 changes: 12 additions & 6 deletions LMAsimulation_full.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# Monte Carlo simulation\n",
"\n",
"Please cite: V. Chmielewski and E. Bruning, Lightning Mapping Array flash detection performance with variable receiver thresholds, Submitted to J. Geophys. Res.\n",
"Please cite: V. C. Chmielewski and E. C. Bruning (2016), Lightning Mapping Array flash detection performance with variable receiver thresholds, J. Geophys. Res. Atmos., 121, 8600-8614, doi:10.1002/2016JD025159\n",
"\n",
"If any results from this model are presented.\n",
"\n",
Expand Down Expand Up @@ -279,10 +279,14 @@
"\n",
"# # for r,theta,z errors and standard deviations and overall detection efficiency\n",
"for i in range(len(x)):\n",
" means[i], stds[i], misses[i] = sf.black_box(points2[i,0], points2[i,1], points2[i,2], iterations,\n",
" stations_local,ordered_threshs,stations_ecef,center_ecef,\n",
" tanp_all, c0,dt_rms,tanp,projl,\n",
" chi2_filter=5.,min_stations=6,just_rms=False\n",
" means[i], stds[i], misses[i] = sf.black_box(points2[i,0], points2[i,1], points2[i,2], \n",
" iterations,\n",
" stations_local,\n",
" ordered_threshs,\n",
" stations_ecef,center_ecef,tanp_all, c0,dt_rms,tanp,projl,\n",
" chi2_filter=5.,\n",
" min_stations=6,\n",
" just_rms=False\n",
" )\n",
"\n",
"# # Just rmse values:\n",
Expand Down Expand Up @@ -774,7 +778,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Plotting radial average in the map projection"
"### Plotting radial average in the map projection\n",
"\n",
"Must have multiple altitudes"
]
},
{
Expand Down
5 changes: 3 additions & 2 deletions simulation_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
#
# This model and its results have been submitted to the Journal of Geophysical Research.
# Please cite:
# V. Chmielewski and E. Bruning, Lightning Mapping Array flash detection
# performance with variable receiver thresholds, Submitted to J. Geophys. Res.
# V. C. Chmielewski and E. C. Bruning (2016), Lightning Mapping Array flash detection
# performance with variable receiver thresholds, J. Geophys. Res. Atmos., 121, 8600-8614,
# doi:10.1002/2016JD025159
#
# If any results from this model are presented.
######################################################
Expand Down

0 comments on commit d97f4b6

Please sign in to comment.